Package org.geotools.data.vpf
Class VPFCoverage
Object
VPFCoverage
A VPF coverage. This class constructs and contains both feature classes and feature types.
- Author:
- Jeff Yutzler
-
Constructor Summary
ConstructorsConstructorDescriptionVPFCoverage
(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName) ConstructorVPFCoverage
(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName, URI namespace) Constructor with namespace -
Method Summary
Modifier and TypeMethodDescriptionReturns the feature classes in the coverageReturns the feature types for this coverageReturns the owning Module (When refactored this will be the VPFDataSource))getName()
Returns the coverage nameReturns the name of the path of the directory containing the coverageint
toString()
-
Constructor Details
-
VPFCoverage
public VPFCoverage(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName) throws IOException, SchemaException Constructor- Parameters:
cDirectoryName
- path to directory containing coverage- Throws:
IOException
- if the directory does not contain a valid FCS fileSchemaException
- For problems making one of the feature classes as a FeatureType.
-
VPFCoverage
public VPFCoverage(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName, URI namespace) throws IOException, SchemaException Constructor with namespace- Parameters:
cDirectoryName
- path to directory containing coverage- Throws:
IOException
- if the directory does not contain a valid FCS fileSchemaException
- For problems making one of the feature classes as a FeatureType.
-
-
Method Details
-
getFeatureClasses
Returns the feature classes in the coverage- Returns:
- the feature classes in the coverage
-
getFeatureTypes
Returns the feature types for this coverage- Returns:
- a
List
of the feature types
-
getLibrary
Returns the owning Module (When refactored this will be the VPFDataSource))- Returns:
- the owning Module
-
getName
Returns the coverage name- Returns:
- the coverage name
-
getPathName
Returns the name of the path of the directory containing the coverage- Returns:
- the path of the directory containing the coverage
-
getTopologyLevel
public int getTopologyLevel()- Returns:
- Returns the topologyLevel.
-
getDescription
-
toString
-