| Package | Description |
|---|---|
| org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
| org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleFeature |
ArcSDEFeatureReader.readFeature(AttributeReader atts) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoiningAttributeReader
Attribute Reader that joins.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleFeature |
DefaultFeatureReader.readFeature(AttributeReader atts) |
protected SimpleFeature |
FIDFeatureReader.readFeature(AttributeReader atts) |
| Constructor and Description |
|---|
DefaultFeatureReader(AttributeReader attributeReader) |
DefaultFeatureReader(AttributeReader attributeReader,
SimpleFeatureType schema)
Creates a new instance of AbstractFeatureReader
|
FIDFeatureReader(AttributeReader attributeReader,
FIDReader fidReader) |
FIDFeatureReader(AttributeReader attributeReader,
FIDReader fidReader,
SimpleFeatureType schema)
Creates a new instance of AbstractFeatureReader
|
JoiningAttributeReader(AttributeReader[] readers)
Creates a new instance of JoiningAttributeReader
|
Copyright © 1996–2019 Geotools. All rights reserved.