Package | Description |
---|---|
org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
org.geotools.arcsde.jndi |
This package contains relevant classes to support configuring a GeoTools ArcSDE
ISessionPool (a pool of connections to an ArcSDE server) inside a Java Naming and
Directory Interface (JNDI) context. |
org.geotools.arcsde.raster.io | |
org.geotools.arcsde.session |
Constructor and Description |
---|
ArcSDEDataStore(ISessionPool connPool)
Creates a new ArcSDE DataStore working over the given connection pool
|
ArcSDEDataStore(ISessionPool connPool,
String namespaceUri,
String versionName,
boolean allowNonSpatialTables)
Creates a new ArcSDE DataStore working over the given connection pool
|
Modifier and Type | Class and Description |
---|---|
class |
SharedSessionPool
A
session pool that is not closable and hence can be shared between
different applications/datastores when referenced by a JNDI context. |
Modifier and Type | Method and Description |
---|---|
ISessionPool |
ArcSDEConnectionFactory.getInstance(ArcSDEConnectionConfig config) |
static ISessionPool |
SharedSessionPool.getInstance(ArcSDEConnectionConfig config,
ISessionPoolFactory factory) |
ISessionPool |
ArcSDEConnectionFactory.getInstance(Map<String,Serializable> properties) |
Constructor and Description |
---|
SharedSessionPool(ISessionPool delegate) |
Modifier and Type | Method and Description |
---|---|
static TileReader |
TileReaderFactory.getInstance(ISessionPool sessionPool,
RasterDatasetInfo rasterInfo,
long rasterId,
int pyramidLevel,
GridEnvelope tileRange) |
Constructor and Description |
---|
RasterReaderFactory(ISessionPool connectionPool) |
Modifier and Type | Method and Description |
---|---|
ISessionPool |
SessionPoolFactory.createPool(ArcSDEConnectionConfig config) |
ISessionPool |
ISessionPoolFactory.createPool(ArcSDEConnectionConfig config)
Creates a connection pool factory for the given connection parameters.
|
Copyright © 1996–2019 Geotools. All rights reserved.