|
|||||||||||
| 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
| 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(Feature libraryFeature,
java.io.File dir)
Complete constructor |
|
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 |
|
| 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 |
getFeatureReader(java.lang.String typeName)
Subclass must implement. |
FeatureType |
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()
Convience method for retriving all the names from the Catalog Entires |
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, getBounds, getCount, getFeatureReader, getFeatureReader, getFeatureSource, getFeatureWriter, getFeatureWriter, getFeatureWriter, getFeatureWriterAppend, getLockingManager, getUnsupportedFilter, getView, updateSchema |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public VPFLibrary(Feature 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
#setNamespace(URI)
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()
public java.util.Map getTileMap()
Map valuepublic java.lang.String[] getTypeNames()
AbstractDataStore
getTypeNames in interface DataStoregetTypeNames in class AbstractDataStorepublic FeatureType getSchema(java.lang.String typeName)
AbstractDataStore
getSchema in interface DataStoregetSchema in class AbstractDataStoreprotected FeatureReader getFeatureReader(java.lang.String typeName)
AbstractDataStore
getFeatureReader in class AbstractDataStoretypeName -
public org.opengis.referencing.crs.CoordinateReferenceSystem getCoordinateReferenceSystem()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||