| java.lang.Object org.geotools.data.store.AbstractDataStore2 org.geotools.data.gml.GMLDataStore
Constructor Summary | |
public | GMLDataStore(String location) Creates a new datastore from an instance document. | public | GMLDataStore(String location, Configuration configuration) Creates a new datastore from an instance document and application schema configuration. |
GMLDataStore | public GMLDataStore(String location)(Code) | | Creates a new datastore from an instance document.
Using this constructor forces the datastore to infer the application schema directly
from the instance document.
Parameters: location - The location ( as a uri ) of the instance document. |
GMLDataStore | public GMLDataStore(String location, Configuration configuration)(Code) | | Creates a new datastore from an instance document and application schema configuration.
Parameters: location - The location ( as a uri ) of the instance document. Parameters: configuration - The application schema configuration. |
createContents | protected List createContents()(Code) | | |
getLocation | String getLocation()(Code) | | The location of the instance document to parse. |
Fields inherited from org.geotools.data.store.AbstractDataStore2 | final protected static Logger LOGGER(Code)(Java Doc)
|
|
|