|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeLayer | |
---|---|
org.geotools.arcsde.data | DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway. |
org.geotools.arcsde.filter | |
org.geotools.arcsde.session |
Uses of SeLayer in org.geotools.arcsde.data |
---|
Methods in org.geotools.arcsde.data with parameters of type SeLayer | |
---|---|
static FIDReader |
FIDReader.getFidReader(ISession session,
SeTable table,
SeLayer layer,
SeRegistration reg)
Returns a FID strategy appropriate for the given SeLayer |
Uses of SeLayer in org.geotools.arcsde.filter |
---|
Constructors in org.geotools.arcsde.filter with parameters of type SeLayer | |
---|---|
GeometryEncoderSDE(SeLayer layer,
org.opengis.feature.simple.SimpleFeatureType featureType)
|
Uses of SeLayer in org.geotools.arcsde.session |
---|
Fields in org.geotools.arcsde.session with type parameters of type SeLayer | |
---|---|
static Command<java.util.List<SeLayer>> |
Commands.GetLayersCommand
|
Methods in org.geotools.arcsde.session that return SeLayer | |
---|---|
SeLayer |
ISession.getLayer(java.lang.String layerName)
|
SeLayer |
SessionWrapper.getLayer(java.lang.String layerName)
|
Methods in org.geotools.arcsde.session that return types with arguments of type SeLayer | |
---|---|
java.util.List<SeLayer> |
ISession.getLayers()
Returns the live list of layers, not the cached ones, so it may pick up the differences in the database. |
java.util.List<SeLayer> |
SessionWrapper.getLayers()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |