| java.lang.Object org.geotools.data.vpf.VPFCoverage
VPFCoverage | public VPFCoverage(VPFLibrary cLibrary, Feature feature, String cDirectoryName) throws IOException, SchemaException(Code) | | Constructor
Parameters: cLibrary - Parameters: feature - Parameters: cDirectoryName - path to directory containing coverage throws: IOException - if the directory does not contain a valid FCS file throws: SchemaException - For problems making one of the feature classes as a FeatureType. |
VPFCoverage | public VPFCoverage(VPFLibrary cLibrary, Feature feature, String cDirectoryName, URI namespace) throws IOException, SchemaException(Code) | | Constructor with namespace
Parameters: cLibrary - Parameters: feature - Parameters: cDirectoryName - path to directory containing coverage Parameters: namespace - throws: IOException - if the directory does not contain a valid FCS file throws: SchemaException - For problems making one of the feature classes as a FeatureType. |
getFeatureClasses | public List getFeatureClasses()(Code) | | Returns the feature classes in the coverage
the feature classes in the coverage |
getFeatureTypes | public List getFeatureTypes()(Code) | | Returns the feature types for this coverage
a List of the feature types |
getLibrary | public VPFLibrary getLibrary()(Code) | | Returns the owning Module (When refactored this will be the
VPFDataSource))
the owning Module |
getName | public String getName()(Code) | | Returns the coverage name
the coverage name |
getPathName | public String getPathName()(Code) | | Returns the name of the path of the directory containing the coverage
the path of the directory containing the coverage |
getTopologyLevel | public int getTopologyLevel()(Code) | | Returns the topologyLevel. |
|
|