|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.vpf.readers.VPFGeometryFactory
public abstract class VPFGeometryFactory
DOCUMENT ME!
Constructor Summary | |
---|---|
VPFGeometryFactory()
|
Method Summary | |
---|---|
abstract void |
createGeometry(VPFFeatureType featureType,
org.opengis.feature.simple.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VPFGeometryFactory()
Method Detail |
---|
public abstract void createGeometry(VPFFeatureType featureType, org.opengis.feature.simple.SimpleFeature values) throws java.sql.SQLException, java.io.IOException, IllegalAttributeException
featureType
- the VPFFeatureType to usevalues
- the current feature
java.sql.SQLException
java.io.IOException
IllegalAttributeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |