Package org.geotools.data.vpf
Class VPFCoverage
- Object
- 
- VPFCoverage
 
- 
 public class VPFCoverage extends Object A VPF coverage. This class constructs and contains both feature classes and feature types.- Author:
- Jeff Yutzler
 
- 
- 
Constructor SummaryConstructors Constructor Description VPFCoverage(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName)ConstructorVPFCoverage(VPFLibrary cLibrary, SimpleFeature feature, String cDirectoryName, URI namespace)Constructor with namespace
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()List<VPFFeatureClass>getFeatureClasses()Returns the feature classes in the coverageList<VPFFeatureType>getFeatureTypes()Returns the feature types for this coverageVPFLibrarygetLibrary()Returns the owning Module (When refactored this will be the VPFDataSource))StringgetName()Returns the coverage nameStringgetPathName()Returns the name of the path of the directory containing the coverageintgetTopologyLevel()StringtoString()
 
- 
- 
- 
Constructor Detail- 
VPFCoveragepublic 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 file
- SchemaException- For problems making one of the feature classes as a FeatureType.
 
 - 
VPFCoveragepublic 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 file
- SchemaException- For problems making one of the feature classes as a FeatureType.
 
 
- 
 - 
Method Detail- 
getFeatureClassespublic List<VPFFeatureClass> getFeatureClasses() Returns the feature classes in the coverage- Returns:
- the feature classes in the coverage
 
 - 
getFeatureTypespublic List<VPFFeatureType> getFeatureTypes() Returns the feature types for this coverage- Returns:
- a Listof the feature types
 
 - 
getLibrarypublic VPFLibrary getLibrary() Returns the owning Module (When refactored this will be the VPFDataSource))- Returns:
- the owning Module
 
 - 
getNamepublic String getName() Returns the coverage name- Returns:
- the coverage name
 
 - 
getPathNamepublic String getPathName() Returns the name of the path of the directory containing the coverage- Returns:
- the path of the directory containing the coverage
 
 - 
getTopologyLevelpublic int getTopologyLevel() - Returns:
- Returns the topologyLevel.
 
 - 
getDescriptionpublic String getDescription() 
 
- 
 
-