Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.geotools.arcsde Classes and Interfaces - 77 results found.
NameDescriptionTypePackageFramework
ArcSDEAdapterUtility class to deal with SDE specifics such as creating SeQuery objects from geotool's Query's, mapping SDE types to Java ones and JTS Geometries, etc.Classorg.geotools.arcsde.dataGeoTools
ArcSDEConnectionConfigRepresents a set of ArcSDE database connection parameters.Classorg.geotools.arcsde.sessionGeoTools
ArcSDEConnectionFactoryA ObjectFactory to create an ArcSDE connection pool to be JNDI This factory creates an ISessionPool out of the following mandatory parameters:Classorg.geotools.arcsde.jndiGeoTools
ArcSDEDataStoreDataStore implementation to work upon an ArcSDE spatial database gateway.Classorg.geotools.arcsde.dataGeoTools
ArcSDEDataStoreConfigRepresents a set of ArcSDE database connection parameters.Classorg.geotools.arcsde.dataGeoTools
ArcSDEDataStoreFactoryFactory to create DataStores over a live ArcSDE instance.Classorg.geotools.arcsdeGeoTools
ArcSdeExceptionAn IOException that wraps an SeException in order to report the SeError messages that otherwise get hidden in a normal stack trace.Classorg.geotools.arcsdeGeoTools
ArcSdeFeatureCollectionFeatureCollection implementation that works over an ArcSDEFeatureReader or one of the decorators over it returned by ArcSDEDataStore#getFeatureReader(Query, Session, boolean).Classorg.geotools.arcsde.dataGeoTools
ArcSDEFeatureReaderFeatureReader optimized for ArcSDE access.Classorg.geotools.arcsde.dataGeoTools
ArcSdeFeatureSourceClassorg.geotools.arcsde.dataGeoTools
ArcSdeFeatureStoreClassorg.geotools.arcsde.dataGeoTools
ArcSDEGeometryBuilderCreates propper JTS Geometry objects from SeShape objects and viceversa.Classorg.geotools.arcsde.dataGeoTools
ArcSDEGridCoverage2DReaderJAIClassorg.geotools.arcsde.raster.gceGeoTools
ArcSDEJNDIDataStoreFactoryA GeoTools DataStore factory to access an ArcSDE database by grabbing the connection pool from a JNDI reference.Classorg.geotools.arcsdeGeoTools
ArcSDEPlanarImageClassorg.geotools.arcsde.raster.jaiGeoTools
ArcSDERasterFormatAn implementation of the ArcSDE Raster Format.Classorg.geotools.arcsde.raster.gceGeoTools
ArcSDERasterFormatFactory on the Arc Grid implementation.Classorg.geotools.arcsdeGeoTools
ArcSdeResourceInfoResourceInfo adapter for a FeatureTypeInfo and ArcSdeFeatureSourceSince:2.Classorg.geotools.arcsde.dataGeoTools
ArcSdeSimplifyingFilterVisitorCustom simplifying filter visitor that also tries to turn multiple or-ed spatial filters into a single spatial filter (since ArcSDE query cannotClassorg.geotools.arcsde.filterGeoTools
ArcSDEUtilsArcSDE Java API related utility methods to be shared between the gce and dataaccessSince:2.Classorg.geotools.arcsde.utilGeoTools
ArcSdeVersionHandlerInterfaceorg.geotools.arcsde.versioningGeoTools
AutoCommitVersionHandlerHandles a versioned table when in auto commit mode, meaning it sets up streams to edit directly the version indicated by the provided version name.Classorg.geotools.arcsde.versioningGeoTools
ColumnReferenceQualifierQualifies a column reference (aliased) the ArcSDE "table.Classorg.geotools.arcsde.data.viewGeoTools
CommandRunnable used to interact with an ArcSDEConnection.Classorg.geotools.arcsde.sessionGeoTools
CommandsClassorg.geotools.arcsde.sessionGeoTools
Commands .CloseConnectionClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .CloseStateCommandClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .CloseStreamCommandA command to close an stream (ie, SeDelete, SeInsert, SeQuery, SeUpdate).Classorg.geotools.arcsde.session.CommandsGeoTools
Commands .CommitTransactionClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .CreateAndExecuteQueryCommandCommand to create, prepare, and execute a query.Classorg.geotools.arcsde.session.CommandsGeoTools
Commands .CreateSeRegistrationCommandClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .CreateSeStateCommandClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .CreateSeTableCommandClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .CreateVersionStateCommandCreates either a direct child state of parentStateId, or a sibling being an exact copy of parentStatId if either the state can't be closed because its in use or parentStateId does notClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .DescribeTableCommandClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .FetchRowCommandClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .GetLayerCommandClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .GetTableCommandClassorg.geotools.arcsde.session.CommandsGeoTools
Commands .GetVersionCommandCommand to fetch a version.Classorg.geotools.arcsde.session.CommandsGeoTools
Commands .PrepareQueryCommandClassorg.geotools.arcsde.session.CommandsGeoTools
CompressionTypeenum CompressionTypeAn enumeration that mirrors the different possible raster compression types in Arcsde (ie,Classorg.geotools.arcsde.raster.infoGeoTools
FIDReaderStrategy object used to manage the different ways an ArcSDE server handles row identity.Classorg.geotools.arcsde.dataGeoTools
FIDReader .SdeManagedFidReaderClassorg.geotools.arcsde.data.FIDReaderGeoTools
FIDReader .ShapeFidReaderClassorg.geotools.arcsde.data.FIDReaderGeoTools
FIDReader .UserManagedFidReaderClassorg.geotools.arcsde.data.FIDReaderGeoTools
FilterToSQLSDEEncodes an attribute filter into a SQL WHERE statement for arcsde.Classorg.geotools.arcsde.filterGeoTools
GatherCoverageMetadataCommandSession command to gather information for an ArcSDE Raster, such as dimensions, spatial extent, number of pyramid levels, etc; into a RasterDatasetInfoClassorg.geotools.arcsde.raster.infoGeoTools
GeometryEncoderExceptionIndicates a client class has attempted to encode a filter not supported by the GeometryEncoderSDEAuthor:Gabriel RoldanSee Also:Serialized FormClassorg.geotools.arcsde.filterGeoTools
GeometryEncoderSDEEncodes the geometry related parts of a filter into a set of SeFilter objects and provides a method to get the resulting filters suitable to set up an SeQuery's spatialClassorg.geotools.arcsde.filterGeoTools
InterleaveTypeAn enumeration that mirrors the different possible band interleave types in Arcsde (ie, SeRaster#SE_RASTER_INTERLEAVE_*)Since:2.Classorg.geotools.arcsde.raster.infoGeoTools
InterpolationTypeenum InterpolationTypeAn enumeration that mirrors the different possible raster interpolation types in Arcsde (ie,Classorg.geotools.arcsde.raster.infoGeoTools
ISessionProvides thread safe access to an SeConnection.Interfaceorg.geotools.arcsde.sessionGeoTools
ISessionPoolMaintains SeConnection's for a single set of connection properties (for instance: by server, port, user and password) in a pool to recycle used connections.Interfaceorg.geotools.arcsde.sessionGeoTools
ISessionPoolFactoryFactory interface for ISessionPool.Interfaceorg.geotools.arcsde.sessionGeoTools
LoggersCreates a Logger using the geotools org.Classorg.geotools.arcsde.loggingGeoTools
OrderByElementQualifierQualifies a column reference in an order by clauseSince:2.Classorg.geotools.arcsde.data.viewGeoTools
QueryInfoParserVisits a PlainSelect SQL SELECT construct to create the correspondent SeQueryInfo object, that can be used as an inClassorg.geotools.arcsde.data.viewGeoTools
RasterBandInfoClassorg.geotools.arcsde.raster.infoGeoTools
RasterCellTypeAn enumeration that mirrors the different possible cell resolutions in Arcsde (ie, SeRaster#SE_PIXEL_TYPE_*)Since:2.Classorg.geotools.arcsde.raster.infoGeoTools
RasterDatasetInfoWraps metadata information for a raster dataset, whether it is composed of a single raster, or it's raster catalog, and provides some conveinent methods to get to the raster metadata of it'sClassorg.geotools.arcsde.raster.infoGeoTools
RasterInfoA RasterInfo gathers the metadata for a single raster in a raster dataset Basically, it wraps the SeRasterAttr object and implements some convenience methods for doingClassorg.geotools.arcsde.raster.infoGeoTools
RasterQueryInfoCaptures information about a query for a single raster in a raster dataset.Classorg.geotools.arcsde.raster.infoGeoTools
RasterReaderFactoryClassorg.geotools.arcsde.raster.ioGeoTools
RasterUtilsClassorg.geotools.arcsde.raster.infoGeoTools
SdeRowWrapper for an SeRow so it allows asking multiple times for the same property.Classorg.geotools.arcsde.sessionGeoTools
SelectQualifierVisitor on a PlainSelect that produces another one but with all the table names and field names fully qualified as expected by ArcSDE.Classorg.geotools.arcsde.data.viewGeoTools
SessionPoolFactorySessionPool factory.Classorg.geotools.arcsde.sessionGeoTools
SessionWrapperA pure session wrapper to aid in creating session decorators by extending this class.Classorg.geotools.arcsde.sessionGeoTools
SeToJTSGeometryFactoryThis is an experimental implementation of GeometryFactory that creates JTS geometries directly by calling SeRow.Classorg.geotools.arcsde.dataGeoTools
SharedSessionPoolA session pool that is not closable and hence can be shared between different applications/datastores when referenced by a JNDI context.Classorg.geotools.arcsde.jndiGeoTools
TiledRasterReaderAn Iterator like interface to read ArcSDE rasters for a given ArcSDE raster dataset (whether it is a single raster or a raster catalog).Interfaceorg.geotools.arcsde.raster.ioGeoTools
TileInfoClassorg.geotools.arcsde.raster.ioGeoTools
TileReaderOffers a random access interface to the tile data for a raster request.Interfaceorg.geotools.arcsde.raster.ioGeoTools
TileReaderFactoryClassorg.geotools.arcsde.raster.ioGeoTools
TransactionVersionHandlerHandles a versioned table when in transaction modeSince:2.Classorg.geotools.arcsde.versioningGeoTools
UnavailableConnectionExceptionException thrown when a free SDE connection can't be obtained after the calling thread was waiting an available connection for SdeConnectionPool instance's getMaxWaitTime()Classorg.geotools.arcsde.sessionGeoTools
ViewRegisteringFactoryHelperUtility class to help DataStoreFactories for org.Classorg.geotools.arcsde.dataGeoTools