|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.AbstractDataStore
org.geotools.data.vpf.VPFLibrary
public class VPFLibrary
Field Summary |
---|
Fields inherited from class org.geotools.data.AbstractDataStore |
---|
isWriteable, listenerManager, LOGGER |
Fields inherited from interface org.geotools.data.vpf.ifc.VPFLibraryIfc |
---|
FIELD_LIB_NAME, FIELD_TILE_ID, FIELD_TILE_NAME, FIELD_XMAX, FIELD_XMIN, FIELD_YMAX, FIELD_YMIN |
Constructor Summary | |
---|---|
VPFLibrary(java.io.File dir)
Constructor that adds a namespace to the File only constructor. |
|
VPFLibrary(java.io.File dir,
java.net.URI namespace)
Constructor which defaults the containing database to null and looks up the first (and presumably only) entry in the library attribute table |
|
VPFLibrary(org.opengis.feature.simple.SimpleFeature libraryFeature,
java.io.File dir)
Complete constructor |
Method Summary | |
---|---|
org.opengis.referencing.crs.CoordinateReferenceSystem |
getCoordinateReferenceSystem()
Returns the coordinate reference system appropriate for this library. |
java.util.List |
getCoverages()
Returns the coverages contained by the library |
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
getFeatureReader(java.lang.String typeName)
Subclass must implement. |
org.opengis.feature.simple.SimpleFeatureType |
getSchema(java.lang.String typeName)
Retrive schema information for typeName |
java.util.Map |
getTileMap()
Returns a map containing the tiles used by this library. |
java.lang.String[] |
getTypeNames()
helper method for retrieving all the names. |
double |
getXmax()
Getter for property xmax. |
double |
getXmin()
Getter for property xmin. |
double |
getYmax()
Getter for property ymax. |
double |
getYmin()
Getter for property ymin. |
java.lang.String |
toString()
|
Methods inherited from class org.geotools.data.AbstractDataStore |
---|
createFeatureWriter, createLockingManager, createMetadata, createSchema, dispose, getBounds, getCount, getFeatureReader, getFeatureReader, getFeatureSource, getFeatureSource, getFeatureWriter, getFeatureWriter, getFeatureWriter, getFeatureWriterAppend, getInfo, getLockingManager, getNames, getSchema, getSupportedHints, getUnsupportedFilter, getView, state, updateSchema, updateSchema |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VPFLibrary(org.opengis.feature.simple.SimpleFeature libraryFeature, java.io.File dir) throws java.io.IOException, SchemaException
libraryFeature
- a feature from the library attribute tabledir
- the containing directory
java.io.IOException
SchemaException
- For problems making one of the feature classes as a FeatureType.public VPFLibrary(java.io.File dir) throws java.io.IOException, SchemaException
dir
- the containing directory
java.io.IOException
SchemaException
- for problems making a featureType.public VPFLibrary(java.io.File dir, java.net.URI namespace) throws java.io.IOException, SchemaException
dir
- the containing directorynamespace
- the namespace to create features with.
java.io.IOException
SchemaException
- For problems making one of the feature classes as a FeatureType.Method Detail |
---|
public java.util.List getCoverages()
List
value which contains VPFCoverage objectspublic double getXmax()
public double getXmin()
public double getYmax()
public double getYmin()
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map getTileMap()
Map
valuepublic java.lang.String[] getTypeNames()
AbstractDataStore
getTypeNames
in interface DataStore
getTypeNames
in class AbstractDataStore
public org.opengis.feature.simple.SimpleFeatureType getSchema(java.lang.String typeName)
AbstractDataStore
getSchema
in interface DataStore
getSchema
in class AbstractDataStore
typeName
- typeName of requested FeatureType
protected FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> getFeatureReader(java.lang.String typeName)
AbstractDataStore
getFeatureReader
in class AbstractDataStore
public org.opengis.referencing.crs.CoordinateReferenceSystem getCoordinateReferenceSystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |