Skip navigation links

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


oracle.spatial.network.lod
Interface CategorizedUserData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CategorizedUserDataImpl

public interface CategorizedUserData
extends java.io.Serializable

This interface defines methods supported by a categorized user data object. A categorized user data contains a set of user data categories.

Since:
Oracle Database 11g Release 2 (11.2)

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 categoryId)
          Returns the user data for the specified category.
 void setUserData(int categoryId, UserData userData)
          Sets the user data for the specified category.

 

Method Detail

getUserData

UserData getUserData(int categoryId)
Returns the user data for the specified category.
Parameters:
categoryId - category ID
Returns:

setUserData

void setUserData(int categoryId,
                 UserData userData)
Sets the user data for the specified category.
Parameters:
categoryId - category ID
userData - user data

getNumberOfCategories

int getNumberOfCategories()
Returns the number of user data categories contained in this object.
Returns:

clone

java.lang.Object clone()
Returns the clone of this object.
Returns:

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.