Uses of Class
org.geotools.data.vpf.VPFCoverage
-
Packages that use VPFCoverage Package Description org.geotools.data.vpf -
-
Uses of VPFCoverage in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return VPFCoverage Modifier and Type Method Description VPFCoverage
VPFFeatureClass. getCoverage()
The coverage that owns this feature classVPFCoverage
VPFFeatureType. getCoverage()
Methods in org.geotools.data.vpf that return types with arguments of type VPFCoverage Modifier and Type Method Description List<VPFCoverage>
VPFLibrary. getCoverages()
Returns the coverages contained by the libraryConstructors in org.geotools.data.vpf with parameters of type VPFCoverage Constructor Description VPFFeatureClass(VPFCoverage cCoverage, String cName, String cDirectoryName)
ConstructorVPFFeatureClass(VPFCoverage cCoverage, String cName, String cDirectoryName, URI cNamespace)
Constructor
-