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.vpf
Methods in org.geotools.data.vpf that return VPFFeatureClass Modifier and Type Method Description VPFFeatureClass
VPFFeatureType. 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.readers
Methods in org.geotools.data.vpf.readers with parameters of type VPFFeatureClass Modifier and Type Method Description Geometry
AreaGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
Geometry
ConnectedNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
Geometry
EntityNodeGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
Geometry
LineGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
Geometry
TextGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
abstract Geometry
VPFGeometryFactory. buildGeometry(VPFFeatureClass featureClass, SimpleFeature values)
-