Package com.esri.sde.sdk.client

Provides classes to analyze and process spatial information stored in an ArcSDE maintained database.

See:
          Description

Interface Summary
SeRasterConsumer The interface for objects expressing interest in raster data through the SeRasterProducer interfaces.
SeRasterProducer The interface for objects which can produce raster data for SeInsert or SeUpdate operation.
SeShapeCBMethod Create your own calculus-based shape comparison method by imlementing this interface.
 

Class Summary
SDEPoint Represents the read-only SDE point that can be returned from or used as an argument to SeShape methods.
SeArchive This class contains methods to query and manipulate archives.
SeColumnDefinition This class represents the ArcSDE column definition.
SeConnection This class is used to establish and manage a connection to an ArcSDE server.
SeConnection.SeStreamSpec This inner class is used to set and retrieve the specifications of streams associated with a connection object.
SeCoordinateReference Represents the Coordinate Reference of a Geometry.
SeDate This class is used to generate the database dependent date format required queries using where clause constraints.
SeDBMSInfo Stores RDBMS related information.
SeDBTune Represents an XML Tag.
SeDBTune.ErrorData  
SeDBTune.Keyword  
SeDBTune.Params  
SeDefs Holds the public constants for the sde client package.
SeDelete Used to perform a Delete operation.
SeError This class represents error objects returned from the ArcSDE server.
SeExceptionFactory Deprecated. at ArcSDE version 9.0
SeExtent Represents an extent in real world coordinates.
SeFilter Abstract class that defines search methods used in a spatial constraint.
SeInsert Used to insert data into tables/layers and rows in an ArcSDE instance.
SeInstance Used to manage and query an ArcSDE Instance.
SeInstance.SeInstanceConfiguration SeInstance inner class that retrieves the configuration of ArcSde instance.
SeInstance.SeInstanceId SeInstance inner class that retrieves the id of this instance.
SeInstance.SeInstanceLocks SeInstance inner class that retrieves locks information for the ArcSde instance.
SeInstance.SeInstanceStateLocks SeInstance inner class that retrieves state locks information for the ArcSde instance.
SeInstance.SeInstanceStats SeInstance inner class that retrieves a list of user information for the ArcSde instance.
SeInstance.SeInstanceStatus SeInstance inner class that retrieves the status of an ArcSde instance.
SeInstance.SeInstanceTableLocks SeInstance inner class that retrieves table locks information for the ArcSde instance.
SeInstance.SeInstanceUsers SeInstance inner class that retrieves a list of user information for the ArcSde instance.
SeInstance.SeInstanceVersionLocks SeInstance inner class that retrieves version locks information for the ArcSde instance.
SeKeySetInfo The represents the values of dynamic parameters used in prepared SQL statements.
SeLayer SeLayer - An object that spatially enables an existing RDBMS table.
SeLayer.SeLayerGridStats SeLayer inner class that retrieves the spatial index grid statistics.
SeLayer.SeLayerLock SeLayer inner class that retrieves the layer lock information from the ArcSDE server.
SeLayer.SeLayerSpatialIndexStats SeLayer inner class that retrieves the spatial index statistics for a layer.
SeLayer.SeLayerStats SeLayer inner class that obtains the statistics for a layer.
SeLayerGrid This class provides the capability to calculate a reasonable set of index grid values for a set of features in a layer.
SeLocale This class is used to retrieve information about an SeConnection object's Locale settings.
SeLog Used when managing a persistent set of rows from an ArcSDE table or layer.
SeMetaData  
SeObjectId Represents an unique object identifier for all ArcSDE server objects.
SeObjectLock SeObjectLocks allow you to set an arbitrary, application-defined lock on an object.
SeParameterInfo The represents the values of dynamic parameters used in prepared SQL statements.
SeQuery Used to submit a query to an ArcSDE instance.
SeQueryInfo Holds information for advanced query operations.
SeRaster A SeRaster object provide client side methods for ArcSDE raster Input/Output operation.
SeRasterAttr A SeRasterAttr object provide client side methods for ArcSDE raster data Input/Output operation.
SeRasterBand A SeRasterBand object for supporting ArcSDE SeRaster object.
SeRasterBand.SeRasterBandColorMap SeRasterBand inner class SeRasterBandColorMap.
SeRasterBand.SeRasterBandStats SeRasterBand inner class SeRasterBandStats.
SeRasterCallBack An abstract class to be use as an extended class in the client application.
SeRasterColumn An SeRasterColumn object represents a column, in an ArcSDE table or layer, that contains raster values.
SeRasterConstraint A SeRasterConstraint object provide client side methods for querying raster data.
SeRasterData For constructing image data and can be use to pass around between the client application and the ArcSDE Java API.
SeRasterRenderedImage The SeRasterRenderedImage class implements a SeRasterConsumer which can be attached to a SeRasterProducer object to retrieve image scan_lines and optionally bit_mask.
SeRasterRenderedTile The SeRasterRenderedTile class implements a SeRasterConsumer which can be attached to SeRasterProducer object to retrieve SeRasterTile objects.
SeRasterScanLineGenerator SeRasterScanLineGenerator.java: Image scan line generator from java.awt.Image object.
SeRasterScanLineProducer SeRasterScanLineProducer.java: SeRasterScanLineProducer class is implement as SeRasterProducer.
SeRasterTile A SeRasterTile object provide client side methods for ArcSDE raster tile data Input/Output operation.
SeRegisteredColumn Represents the description of a table's column registration entry.
SeRegistration  
SeRelease Represents the version description of an ArcSDE instance.
SeRow Represents a row of a result set from a fetch operation or a row of data to be inserted or updated.
SeShape The ESRI representation of a geometric shape.
SeShapeAnno Client side annotation utility functions
SeShapeFilter Represents a spatial filter that contains a geometric shape to be used as the constraint.
SeShapeIdFilter The SeShapeIdFilter class allows shapes to be stored, deleted, retrieved, and searched by their shape identifier (FID).
SeSpatialReference Represents the Spatial Reference of an ArcSde layer.
SeSqlConstruct An SQL construct is used any time an application needs to specify tables or constraining where clauses in an SDE application.
SeState  
SeStreamOp Parent class for ArcSDE Insert, Update, Query and Delete streams.
SeTable SeTable - An object that creates/alters/deletes/queries a DBMS table through an sde server.
SeTable.SeTableIdRange  
SeTable.SeTableIndexDefs SeTable inner class that stores the index definition information for a table.
SeTable.SeTableLock SeTable inner class that retrieves the locks information for a table.
SeTable.SeTableRowLockInfo SeTable inner class that retrieves the rowlocks information from the server.
SeTable.SeTableStats SeTable inner class that retrieves the statistics information for a column.
SeTransform A SeTransform abstract object provide ArcSDE transformation info block.
SeTransformCustom A SeTransformCustom object provide ArcSDE transformation info block.
SeTransformPolynomial A SeTransformPolynomial object provide ArcSDE transformation info block.
SeTransformProjected A SeTransformProjected object provide ArcSDE transformation info block.
SeUpdate Used to submit an update to an ArcSDE instance.
SeVersion This class represents an ArcSDE version in the database.
SeVersion.SeVersionLock SeVersion inner class that retrieves the version locks information from the server.
SeXml  
SeXmlColumn This class represents an Xml column.
SeXmlDoc This class represents and XML documention object.
SeXmlIndex Represents an XML index object.
SeXmlSchema This class represents an Xml Schema.
SeXmlSchemaCollection  
SeXmlSchemaDoc  
SeXmlTag Represents an XML Tag.
 

Exception Summary
SeDoesNotExistException Deprecated. at ArcSDE version 9.0
SeException Thrown when an ArcSDE specific error has occurred.
SeExistsException Deprecated. at ArcSDE version 9.0
SeInvalidShapeException Deprecated. at ArcSDE version 9.0
SeInvalidValueException Deprecated. at ArcSDE version 9.0
SeNoAccessException Deprecated. at ArcSDE version 9.0
SeWarningException Deprecated. at ArcSDE version 9.0
 

Package com.esri.sde.sdk.client Description

Provides classes to analyze and process spatial information stored in an ArcSDE maintained database.