| java.lang.Object org.geotools.data.AbstractDataStore org.geotools.data.vpf.VPFLibrary
DEFAULT_NAMESPACE | static URI DEFAULT_NAMESPACE(Code) | | |
VPFLibrary | public VPFLibrary(Feature libraryFeature, File dir) throws IOException, SchemaException(Code) | | Complete constructor
Parameters: libraryFeature - a feature from the library attribute table Parameters: dir - the containing directory throws: IOException - throws: SchemaException - For problems making one of the feature classes as a FeatureType. |
VPFLibrary | public VPFLibrary(File dir) throws IOException, SchemaException(Code) | | Constructor that adds a namespace to the File only constructor. If
using another constructor then use setNamespace(URI)
((javadocTODO: add the correct link to previous method.))
Parameters: dir - the containing directory throws: IOException - throws: SchemaException - for problems making a featureType. |
VPFLibrary | public VPFLibrary(File dir, URI namespace) throws IOException, SchemaException(Code) | | Constructor which defaults the containing database to null and looks up the first
(and presumably only) entry in the library
attribute table
Parameters: dir - the containing directory Parameters: namespace - the namespace to create features with. throws: IOException - throws: SchemaException - For problems making one of the feature classes as a FeatureType. |
getCoordinateReferenceSystem | public CoordinateReferenceSystem getCoordinateReferenceSystem()(Code) | | Returns the coordinate reference system appropriate for this library.
If the coordinate reference system cannot be determined null will be returned.
|
getCoverages | public List getCoverages()(Code) | | Returns the coverages contained by the library
a List value which contains VPFCoverage objects |
getTileMap | public Map getTileMap()(Code) | | Returns a map containing the tiles used by this library.
The map has string keys and and string values.
a Map value |
getXmax | public double getXmax()(Code) | | Getter for property xmax.
Value of property xmax. |
getXmin | public double getXmin()(Code) | | Getter for property xmin.
Value of property xmin. |
getYmax | public double getYmax()(Code) | | Getter for property ymax.
Value of property ymax. |
getYmin | public double getYmin()(Code) | | Getter for property ymin.
Value of property ymin. |
Methods inherited from org.geotools.data.AbstractDataStore | protected FeatureWriter createFeatureWriter(String typeName, Transaction transaction) throws IOException(Code)(Java Doc) protected InProcessLockingManager createLockingManager()(Code)(Java Doc) protected Map createMetadata(String typeName)(Code)(Java Doc) public void createSchema(FeatureType featureType) throws IOException(Code)(Java Doc) public void dispose()(Code)(Java Doc) protected Envelope getBounds(Query query) throws IOException(Code)(Java Doc) protected int getCount(Query query) throws IOException(Code)(Java Doc) abstract protected FeatureReader getFeatureReader(String typeName) throws IOException(Code)(Java Doc) public FeatureReader getFeatureReader(Query query, Transaction transaction) throws IOException(Code)(Java Doc) protected FeatureReader getFeatureReader(String typeName, Query query) throws IOException(Code)(Java Doc) public FeatureSource getFeatureSource(String typeName) throws IOException(Code)(Java Doc) protected FeatureWriter getFeatureWriter(String typeName) throws IOException(Code)(Java Doc) public FeatureWriter getFeatureWriter(String typeName, Filter filter, Transaction transaction) throws IOException(Code)(Java Doc) public FeatureWriter getFeatureWriter(String typeName, Transaction transaction) throws IOException(Code)(Java Doc) public FeatureWriter getFeatureWriterAppend(String typeName, Transaction transaction) throws IOException(Code)(Java Doc) public LockingManager getLockingManager()(Code)(Java Doc) abstract public FeatureType getSchema(String typeName) throws IOException(Code)(Java Doc) protected Set getSupportedHints()(Code)(Java Doc) abstract public String[] getTypeNames() throws IOException(Code)(Java Doc) protected Filter getUnsupportedFilter(String typeName, Filter filter)(Code)(Java Doc) public FeatureSource getView(Query query) throws IOException, SchemaException(Code)(Java Doc) public void updateSchema(String typeName, FeatureType featureType)(Code)(Java Doc)
|
|
|