|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLUserDataIO
Method Summary | |
---|---|
void |
getUserNameSpaces() Returns user defined name spaces, null if none. |
void |
readUserData(java.io.Reader xmlReader, Network network) Reads user defined data from the XML source and associates it with the network. |
void |
writeUserData(java.io.Writer xmlWriter, Link link) Writes the user defined data to the XML source at the link level. |
void |
writeUserData(java.io.Writer xmlWriter, Network network) Writes the user defined data to the XML source at the network level. |
void |
writeUserData(java.io.Writer xmlWriter, NetworkMetadata metadata) Writes the user defined data to the XML source at the network metadata level. |
void |
writeUserData(java.io.Writer xmlWriter, Node node) Writes the user defined data to the XML source at the node level. |
void |
writeUserData(java.io.Writer xmlWriter, Path path) Writes the user defined data to the XML source at the path level. |
Method Detail |
---|
void readUserData(java.io.Reader xmlReader, Network network)
conn
- the database connectionnetwork
- the network with which the user's data is to be associatedvoid getUserNameSpaces()
void writeUserData(java.io.Writer xmlWriter, NetworkMetadata metadata)
xmlWriter
-metadata
- the network with which the user defined data is to be associated.void writeUserData(java.io.Writer xmlWriter, Network network)
xmlWriter
-network
- the network with which the user defined data is to be associated.void writeUserData(java.io.Writer xmlWriter, Node node)
xmlWriter
-node
- the node with which the user defined data is to be associated.void writeUserData(java.io.Writer xmlWriter, Link link)
xmlWriter
-link
- the link with which the user defined data is to be associated.void writeUserData(java.io.Writer xmlWriter, Path path)
xmlWriter
-path
- the path with which the user defined data is to be associated.
|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |