public class VPFCoverage extends Object
Constructor and Description |
---|
VPFCoverage(VPFLibrary cLibrary,
SimpleFeature feature,
String cDirectoryName)
Constructor
|
VPFCoverage(VPFLibrary cLibrary,
SimpleFeature feature,
String cDirectoryName,
URI namespace)
Constructor with namespace
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<VPFFeatureClass> |
getFeatureClasses()
Returns the feature classes in the coverage
|
List<VPFFeatureType> |
getFeatureTypes()
Returns the feature types for this coverage
|
VPFLibrary |
getLibrary()
Returns the owning Module (When refactored this will be the VPFDataSource))
|
String |
getName()
Returns the coverage name
|
String |
getPathName()
Returns the name of the path of the directory containing the coverage
|
int |
getTopologyLevel() |
String |
toString() |
public VPFCoverage(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName) throws IOException, SchemaException
cDirectoryName
- path to directory containing coverageIOException
- if the directory does not contain a valid FCS fileSchemaException
- For problems making one of the feature classes as a FeatureType.public VPFCoverage(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName, URI namespace) throws IOException, SchemaException
cDirectoryName
- path to directory containing coverageIOException
- if the directory does not contain a valid FCS fileSchemaException
- For problems making one of the feature classes as a FeatureType.public List<VPFFeatureClass> getFeatureClasses()
public List<VPFFeatureType> getFeatureTypes()
List
of the feature typespublic VPFLibrary getLibrary()
public String getName()
public String getPathName()
public int getTopologyLevel()
public String getDescription()
Copyright © 1996–2022 Geotools. All rights reserved.