public interface GraphReaderWriter
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String name)
Returns a property for the reader/writer.
|
Graph |
read()
Creates a Graph from some permanent representation.
|
void |
setProperty(String name,
Object obj)
Sets a property for the reader/writer.
|
void |
write(Graph g)
Writes the graph to a permanent representation.
|
void setProperty(String name, Object obj)
name
- Name of the property.obj
- Value of the property.Object getProperty(String name)
name
- Name of the property.Graph read() throws Exception
Exception
Copyright © 1996–2019 Geotools. All rights reserved.