|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeReader | |
---|---|
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. |
org.geotools.data.property |
Uses of AttributeReader in org.geotools.arcsde.data |
---|
Methods in org.geotools.arcsde.data with parameters of type AttributeReader | |
---|---|
protected SimpleFeature |
ArcSDEFeatureReader.readFeature(AttributeReader atts)
|
Uses of AttributeReader in org.geotools.data |
---|
Classes in org.geotools.data that implement AttributeReader | |
---|---|
class |
JoiningAttributeReader
Attribute Reader that joins. |
Methods in org.geotools.data with parameters of type AttributeReader | |
---|---|
static AttributeDescriptor[] |
AbstractAttributeIO.copy(AttributeReader defs)
|
protected SimpleFeature |
DefaultFeatureReader.readFeature(AttributeReader atts)
|
protected SimpleFeature |
FIDFeatureReader.readFeature(AttributeReader atts)
|
Constructors in org.geotools.data with parameters of type AttributeReader | |
---|---|
AbstractAttributeIO(AttributeReader defs)
Copy the meta-data from this reader, but don't use the reader!! |
|
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 |
Uses of AttributeReader in org.geotools.data.property |
---|
Classes in org.geotools.data.property that implement AttributeReader | |
---|---|
class |
PropertyAttributeReader
Simple AttributeReader that works against Java properties files. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |