Uses of Class
org.geotools.data.vpf.VPFFeatureType

Packages that use VPFFeatureType
org.geotools.data.vpf   
org.geotools.data.vpf.readers   
 

Uses of VPFFeatureType in org.geotools.data.vpf
 

Constructors in org.geotools.data.vpf with parameters of type VPFFeatureType
VPFFeatureReader(VPFFeatureType type)
          Creates a new instance of VPFFeatureReader
 

Uses of VPFFeatureType in org.geotools.data.vpf.readers
 

Methods in org.geotools.data.vpf.readers with parameters of type VPFFeatureType
 void ConnectedNodeGeometryFactory.createGeometry(VPFFeatureType featureType, Feature values)
           
 void AreaGeometryFactory.createGeometry(VPFFeatureType featureType, Feature values)
           
 void LineGeometryFactory.createGeometry(VPFFeatureType featureType, Feature values)
           
 void EntityNodeGeometryFactory.createGeometry(VPFFeatureType featureType, Feature values)
           
 void TextGeometryFactory.createGeometry(VPFFeatureType featureType, Feature values)
           
abstract  void VPFGeometryFactory.createGeometry(VPFFeatureType featureType, Feature values)
          Constructs a geometry for the appropriate feature type based on values currently on the object, retrieving values as needed from the various VPFFile objects
 



Copyright © GeoTools. All Rights Reserved.