Uses of Class
org.geotools.data.vpf.VPFFeatureClass
- 
Packages that use VPFFeatureClass Package Description org.geotools.data.vpf org.geotools.data.vpf.readers 
- 
- 
Uses of VPFFeatureClass in org.geotools.data.vpfMethods in org.geotools.data.vpf that return VPFFeatureClass Modifier and Type Method Description VPFFeatureClassVPFFeatureType. getFeatureClass()Methods in org.geotools.data.vpf that return types with arguments of type VPFFeatureClass Modifier and Type Method Description List<VPFFeatureClass>VPFCoverage. getFeatureClasses()Returns the feature classes in the coverageConstructors in org.geotools.data.vpf with parameters of type VPFFeatureClass Constructor Description VPFFeatureType(VPFFeatureClass cFeatureClass)A constructor for feature types with no information in a char.vdt file.VPFFeatureType(VPFFeatureClass cFeatureClass, SimpleFeature cFeature)Constructor
- 
Uses of VPFFeatureClass in org.geotools.data.vpf.readersMethods in org.geotools.data.vpf.readers with parameters of type VPFFeatureClass Modifier and Type Method Description GeometryAreaGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryConnectedNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryEntityNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryLineGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)GeometryTextGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)abstract GeometryVPFGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
 
-