Uses of Class
com.esri.sde.sdk.client.SeShape

Packages that use SeShape
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 SeShape in com.esri.sde.sdk.client
 

Methods in com.esri.sde.sdk.client that return SeShape
 SeShape SeRow.getShape(int i)
           
 

Methods in com.esri.sde.sdk.client with parameters of type SeShape
 void SeRow.setShape(int i, SeShape s)
           
 

Constructors in com.esri.sde.sdk.client with parameters of type SeShape
SeShapeFilter(java.lang.String s, java.lang.String y, SeShape e, int i, boolean b)
           
 

Uses of SeShape in org.geotools.arcsde.data
 

Methods in org.geotools.arcsde.data that return SeShape
 SeShape ArcSDEGeometryBuilder.constructShape(com.vividsolutions.jts.geom.Geometry geometry, SeCoordinateReference seSrs)
          Creates the ArcSDE Java API representation of a Geometry object in its shape format, suitable to filter expressions as the SDE API expects
 

Methods in org.geotools.arcsde.data with parameters of type SeShape
 com.vividsolutions.jts.geom.Geometry ArcSDEGeometryBuilder.construct(SeShape shape, com.vividsolutions.jts.geom.GeometryFactory geometryFactory)
          Takes an ArcSDE's SeShape and builds a JTS Geometry.
static java.lang.Class<? extends com.vividsolutions.jts.geom.Geometry> ArcSDEAdapter.getGeometryTypeFromSeShape(SeShape shape)
          Returns the most appropriate Geometry class that matches the shape's type.
 

Uses of SeShape in org.geotools.arcsde.session
 

Methods in org.geotools.arcsde.session that return SeShape
 SeShape SdeRow.getShape(int index)
          DOCUMENT ME!
 



Copyright © 1996-2010 Geotools. All Rights Reserved.