|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategorizedUserData
This interface defines methods supported by a categorized user data object. A categorized user data contains a set of user data categories.
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 |
---|
UserData getUserData(int categoryId)
categoryId
- category IDvoid setUserData(int categoryId, UserData userData)
categoryId
- category IDuserData
- user dataint getNumberOfCategories()
java.lang.Object clone()
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |