Package org.geotools.data.vpf.util
Class PrimitiveDataFactory
- Object
-
- PrimitiveDataFactory
-
public class PrimitiveDataFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description PrimitiveDataFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EdgeData
readEdge(TableRow edge)
protected HashMap<String,Object>
readFace(TableRow face)
protected HashMap<String,RowField>
readFeature(TableRow line, SimpleFeatureType type)
protected PointData
readPoint(TableRow point)
protected HashMap<String,Object>
readRing(TableRow ring)
-
-
-
Method Detail
-
readFeature
protected HashMap<String,RowField> readFeature(TableRow line, SimpleFeatureType type)
-
-