Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.network.lod
Class CategorizedUserDataImpl

java.lang.Object
  extended by oracle.spatial.network.lod.CategorizedUserDataImpl

All Implemented Interfaces:
java.io.Serializable, CategorizedUserData

public class CategorizedUserDataImpl
extends java.lang.Object
implements CategorizedUserData, java.io.Serializable

Default implementation for CategorizedUserData.

Since:
Oracle Database 11g Release 2 (11.2)
See Also:
Serialized Form

Constructor Summary
CategorizedUserDataImpl(int numUserDataCategories)
           
CategorizedUserDataImpl(UserData[] userData)
           

 

Method Summary
 java.lang.Object clone()
          Returns the clone of this object.
 int getNumberOfCategories()
          Returns the number of user data categories contained in this object.
 UserData getUserData(int category)
          Returns the user data for the specified category.
 void setUserData(int category, UserData userData)
          Sets the user data for the specified category.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CategorizedUserDataImpl

public CategorizedUserDataImpl(int numUserDataCategories)

CategorizedUserDataImpl

public CategorizedUserDataImpl(UserData[] userData)

Method Detail

getNumberOfCategories

public int getNumberOfCategories()
Description copied from interface: CategorizedUserData
Returns the number of user data categories contained in this object.
Specified by:
getNumberOfCategories in interface CategorizedUserData
Returns:

clone

public java.lang.Object clone()
Description copied from interface: CategorizedUserData
Returns the clone of this object.
Specified by:
clone in interface CategorizedUserData
Overrides:
clone in class java.lang.Object
Returns:

getUserData

public UserData getUserData(int category)
Description copied from interface: CategorizedUserData
Returns the user data for the specified category.
Specified by:
getUserData in interface CategorizedUserData
Parameters:
category - category ID
Returns:

setUserData

public void setUserData(int category,
                        UserData userData)
Description copied from interface: CategorizedUserData
Sets the user data for the specified category.
Specified by:
setUserData in interface CategorizedUserData
Parameters:
category - category ID
userData - user data

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.