|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.vpf.VPFCoverage
A VPF coverage. This class constructs and contains both feature classes and feature types.
Field Summary |
Fields inherited from interface org.geotools.data.vpf.ifc.FCode |
ALLOWED_FCODE_ATTRIBUTES, ALLOWED_FCODE_ATTRIBUTES_LIST |
Fields inherited from interface org.geotools.data.vpf.ifc.VPFCoverageIfc |
FIELD_COVERAGE_NAME, FIELD_DESCRIPTION, FIELD_LEVEL |
Constructor Summary | |
VPFCoverage(VPFLibrary cLibrary,
Feature feature,
java.lang.String cDirectoryName)
Constructor |
|
VPFCoverage(VPFLibrary cLibrary,
Feature feature,
java.lang.String cDirectoryName,
java.net.URI namespace)
Constructor with namespace |
Method Summary | |
java.util.List |
getFeatureClasses()
Returns the feature classes in the coverage |
java.util.List |
getFeatureTypes()
Returns the feature types for this coverage |
VPFLibrary |
getLibrary()
Returns the owning Module (When refactored this will be the VPFDataSource)) |
java.lang.String |
getName()
Returns the coverage name |
java.lang.String |
getPathName()
Returns the name of the path of the directory containing the coverage |
int |
getTopologyLevel()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VPFCoverage(VPFLibrary cLibrary, Feature feature, java.lang.String cDirectoryName) throws java.io.IOException, SchemaException
cDirectoryName
- path to directory containing coverage
java.io.IOException
- if the directory does not contain a valid FCS file
SchemaException
- For problems making one of the feature classes as a FeatureType.public VPFCoverage(VPFLibrary cLibrary, Feature feature, java.lang.String cDirectoryName, java.net.URI namespace) throws java.io.IOException, SchemaException
cDirectoryName
- path to directory containing coverage
java.io.IOException
- if the directory does not contain a valid FCS file
SchemaException
- For problems making one of the feature classes as a FeatureType.Method Detail |
public java.util.List getFeatureClasses()
public java.util.List getFeatureTypes()
List
of the feature typespublic VPFLibrary getLibrary()
public java.lang.String getName()
public java.lang.String getPathName()
public int getTopologyLevel()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |