|
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 UserData
This interface defines methods supported by a user data set. A UserData contains an array of user data objects, each with a unique index. The indexes of these objects start at 0.
Method Summary | |
---|---|
java.lang.Object |
clone() Returns the cloned object. |
java.lang.Object |
get(int index) Returns the user data at the specified index. |
int |
getNumberOfUserData() Returns the total number of user data contained in this UserData object. |
void |
set(int index, java.lang.Object userData) Sets the user data at the specified index. |
Method Detail |
---|
java.lang.Object get(int index)
index
-void set(int index, java.lang.Object userData)
index
-userData
-int getNumberOfUserData()
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 |