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.gce | |
org.geotools.arcsde.session |
Modifier and Type | Method and Description |
---|---|
ArcSDEConnectionConfig |
ArcSDEDataStoreConfig.getSessionConfig() |
Constructor and Description |
---|
ArcSDEDataStoreConfig(ArcSDEConnectionConfig sessionConfig,
String namespace,
String versionName,
boolean allowNonSpatialTables) |
Modifier and Type | Method and Description |
---|---|
ArcSDEConnectionConfig |
SharedSessionPool.getConfig() |
Modifier and Type | Method and Description |
---|---|
ISessionPool |
ArcSDEConnectionFactory.getInstance(ArcSDEConnectionConfig config) |
static ISessionPool |
SharedSessionPool.getInstance(ArcSDEConnectionConfig config,
ISessionPoolFactory factory) |
Modifier and Type | Method and Description |
---|---|
static ArcSDEConnectionConfig |
ArcSDERasterFormat.sdeURLToConnectionConfig(StringBuffer sdeUrl) |
Modifier and Type | Method and Description |
---|---|
static String |
ArcSDERasterFormat.createRasterURL(ArcSDEConnectionConfig config,
String rasterName) |
Modifier and Type | Method and Description |
---|---|
static ArcSDEConnectionConfig |
ArcSDEConnectionConfig.fromMap(Map<String,Serializable> map) |
ArcSDEConnectionConfig |
ISessionPool.getConfig() |
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.