SeShape
and builds a JTS Geometry. The geometry type constructed depends on this ArcSDEGeometryBuilder
specialized subclass
@param shape the ESRI's ArcSDE java api shape upon wich to create the new JTS geometry
@param geometryFactory
@return the type of JTS Geometry this subclass instance is specialized for or an emptygeometry of the same class if shape.isNil()
@throws SeException if it occurs fetching the coordinates array from shape
@throws DataSourceException if the com.vividsolutions.jts.geom.GeometryFactory
this builder is backed by can't create the com.vividsolutions.jts.geom.Geometry
with the com.vividsolutions.jts.geom.Coordinate[]
provided by newGeometry
|
|