Package org.geotools.data.vpf.readers
Class VPFGeometryFactory
Object
VPFGeometryFactory
- Direct Known Subclasses:
AreaGeometryFactory
,ConnectedNodeGeometryFactory
,EntityNodeGeometryFactory
,LineGeometryFactory
,TextGeometryFactory
DOCUMENT ME!
- Author:
- Jeff Yutzler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Geometry
buildGeometry
(VPFFeatureClass featureClass, SimpleFeature values) abstract void
createGeometry
(VPFFeatureType featureType, SimpleFeature 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
-
Constructor Details
-
VPFGeometryFactory
public VPFGeometryFactory()
-
-
Method Details
-
createGeometry
public abstract void createGeometry(VPFFeatureType featureType, SimpleFeature values) throws SQLException, IOException, IllegalAttributeException Constructs a geometry for the appropriate feature type based on values currently on the object, retrieving values as needed from the various VPFFile objects- Parameters:
featureType
- the VPFFeatureType to usevalues
- the current feature- Throws:
SQLException
IOException
IllegalAttributeException
-
buildGeometry
public abstract Geometry buildGeometry(VPFFeatureClass featureClass, SimpleFeature values) throws SQLException, IOException, IllegalAttributeException
-