org.geotools.data.vpf.util
Class PrimitiveDataFactory

java.lang.Object
  extended byorg.geotools.data.vpf.util.PrimitiveDataFactory

public class PrimitiveDataFactory
extends java.lang.Object


Constructor Summary
PrimitiveDataFactory()
           
 
Method Summary
protected  EdgeData readEdge(TableRow edge)
           
protected  java.util.HashMap readFace(TableRow face)
           
protected  java.util.HashMap readFeature(TableRow line, FeatureType type)
           
protected  PointData readPoint(TableRow point)
           
protected  java.util.HashMap readRing(TableRow ring)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveDataFactory

public PrimitiveDataFactory()
Method Detail

readEdge

protected EdgeData readEdge(TableRow edge)

readFeature

protected java.util.HashMap readFeature(TableRow line,
                                        FeatureType type)

readFace

protected java.util.HashMap readFace(TableRow face)

readPoint

protected PointData readPoint(TableRow point)

readRing

protected java.util.HashMap readRing(TableRow ring)


Copyright © GeoTools. All Rights Reserved.