|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapefileAttributeReader | |
---|---|
org.geotools.data.shapefile | |
org.geotools.data.shapefile.indexed |
Uses of ShapefileAttributeReader in org.geotools.data.shapefile |
---|
Fields in org.geotools.data.shapefile declared as ShapefileAttributeReader | |
---|---|
protected ShapefileAttributeReader |
ShapefileFeatureWriter.attReader
|
Methods in org.geotools.data.shapefile that return ShapefileAttributeReader | |
---|---|
protected ShapefileAttributeReader |
ShapefileDataStore.getAttributesReader(boolean readDbf,
com.vividsolutions.jts.geom.GeometryFactory gf)
Returns the attribute reader, allowing for a pure shapefile reader, or a combined dbf/shp reader. |
Methods in org.geotools.data.shapefile with parameters of type ShapefileAttributeReader | |
---|---|
protected FIDFeatureReader |
ShapefileDataStore.createFeatureReader(java.lang.String typeName,
ShapefileAttributeReader reader,
org.opengis.feature.simple.SimpleFeatureType readerSchema)
|
Constructors in org.geotools.data.shapefile with parameters of type ShapefileAttributeReader | |
---|---|
ShapefileFeatureWriter(java.lang.String typeName,
ShpFiles shpFiles,
ShapefileAttributeReader attsReader,
FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featureReader,
java.nio.charset.Charset charset)
|
Uses of ShapefileAttributeReader in org.geotools.data.shapefile.indexed |
---|
Subclasses of ShapefileAttributeReader in org.geotools.data.shapefile.indexed | |
---|---|
class |
IndexedShapefileAttributeReader
An AttributeReader implementation for shape. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |