Uses of Interface
com.esri.sde.sdk.geom.GeometryFactory

Packages that use GeometryFactory
com.esri.sde.sdk.client   
org.geotools.arcsde.data DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. 
org.geotools.arcsde.session   
 

Uses of GeometryFactory in com.esri.sde.sdk.client
 

Methods in com.esri.sde.sdk.client with parameters of type GeometryFactory
 java.lang.Object SeRow.getGeometry(GeometryFactory seGeomFac, int i)
           
 

Uses of GeometryFactory in org.geotools.arcsde.data
 

Classes in org.geotools.arcsde.data that implement GeometryFactory
 class SeToJTSGeometryFactory
          This is an experimental implementation of GeometryFactory that creates JTS geometries directly by calling SeRow.getGeometry(GeometryFactory, int), instead of fetching an SeShape through SeRow.getShape(int) and then converting it to a JTS geometry.
 

Uses of GeometryFactory in org.geotools.arcsde.session
 

Constructors in org.geotools.arcsde.session with parameters of type GeometryFactory
SdeRow(GeometryFactory geometryFactory)
           
SdeRow(SeRow row, GeometryFactory geometryFactory)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.