org.geotools.data.vpf.readers
Class VPFGeometryFactory

java.lang.Object
  extended byorg.geotools.data.vpf.readers.VPFGeometryFactory
Direct Known Subclasses:
AreaGeometryFactory, ConnectedNodeGeometryFactory, EntityNodeGeometryFactory, LineGeometryFactory, TextGeometryFactory

public abstract class VPFGeometryFactory
extends java.lang.Object

DOCUMENT ME!

Author:
Jeff Yutzler

Constructor Summary
VPFGeometryFactory()
           
 
Method Summary
abstract  void 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VPFGeometryFactory

public VPFGeometryFactory()
Method Detail

createGeometry

public abstract void createGeometry(VPFFeatureType featureType,
                                    Feature values)
                             throws java.sql.SQLException,
                                    java.io.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 use
values - the current feature
Throws:
java.sql.SQLException
java.io.IOException
IllegalAttributeException


Copyright © GeoTools. All Rights Reserved.