|
||||||||||
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.jdbc | |
org.geotools.data.property | |
org.geotools.data.shapefile | |
org.geotools.data.shapefile.indexed |
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.jdbc |
---|
Classes in org.geotools.data.jdbc that implement AttributeReader | |
---|---|
class |
QueryData
QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features |
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. |
Uses of AttributeReader in org.geotools.data.shapefile |
---|
Classes in org.geotools.data.shapefile that implement AttributeReader | |
---|---|
class |
ShapefileAttributeReader
An AttributeReader implementation for Shapefile. |
Uses of AttributeReader in org.geotools.data.shapefile.indexed |
---|
Classes in org.geotools.data.shapefile.indexed that implement AttributeReader | |
---|---|
class |
IndexedShapefileAttributeReader
An AttributeReader implementation for shape. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |