|
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 LODUserDataIO
This interface defines methods to read and write user defined data from and to the database. Each user data category should have its own LODUserDataIO object.
Method Summary | |
---|---|
int |
getCategoryId() |
java.sql.Connection |
getConnection() |
NetworkMetadata |
getNetworkMetadata() |
void |
readUserData(LogicalPartition partition) |
UserData[] |
readUserData(java.lang.String type, long[] ids) Reads user defined data from the database. |
void |
setCategoryId(int categoryId) |
void |
setConnection(java.sql.Connection conn) |
void |
setNetworkMetadata(NetworkMetadata metadata) |
void |
writeUserData(LogicalPartition partition) |
void |
writeUserData(java.lang.String type, long[] ids, UserData[] userData) Writes user defined data to the database. |
Method Detail |
---|
java.sql.Connection getConnection()
void setConnection(java.sql.Connection conn)
NetworkMetadata getNetworkMetadata()
void setNetworkMetadata(NetworkMetadata metadata)
int getCategoryId()
void setCategoryId(int categoryId)
UserData[] readUserData(java.lang.String type, long[] ids)
type
- user data type, which can take the following values:ids
- the IDs of the objects for which the user data are readvoid writeUserData(java.lang.String type, long[] ids, UserData[] userData)
type
- user data type, which can take the following values:ids
- the IDs of the objects for which the user data are written outuserData
- array of user data maps, each corresponding to an ID of the same index in the ID array.void readUserData(LogicalPartition partition)
void writeUserData(LogicalPartition partition)
|
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 |