|
Oracle® Spatial Java API Reference 10g Release 2 (10.2) B14373-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void readUserData(java.io.Reader xmlReader, Network network)
network
- the network with which the user's data is to be associatedpublic void getUserNameSpaces()
public void writeUserData(java.io.Writer xmlWriter, NetworkMetadata metadata)
xmlWriter
-metadata
- the network with which the user defined data is to be associated.public void writeUserData(java.io.Writer xmlWriter, Network network)
xmlWriter
-network
- the network with which the user defined data is to be associated.public void writeUserData(java.io.Writer xmlWriter, Node node)
xmlWriter
-node
- the node with which the user defined data is to be associated.public void writeUserData(java.io.Writer xmlWriter, Link link)
xmlWriter
-link
- the link with which the user defined data is to be associated.public 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-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |