public abstract class VPFGeometryFactory extends Object
Constructor and Description |
---|
VPFGeometryFactory() |
Modifier and Type | Method and Description |
---|---|
abstract 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
|
public abstract void createGeometry(VPFFeatureType featureType, SimpleFeature values) throws SQLException, IOException, IllegalAttributeException
featureType
- the VPFFeatureType to usevalues
- the current featureSQLException
IOException
IllegalAttributeException
public abstract Geometry buildGeometry(VPFFeatureClass featureClass, SimpleFeature values) throws SQLException, IOException, IllegalAttributeException
Copyright © 1996–2022 Geotools. All rights reserved.