|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapefileReader | |
---|---|
org.geotools.data.shapefile | |
org.geotools.data.shapefile.indexed |
Uses of ShapefileReader in org.geotools.data.shapefile |
---|
Fields in org.geotools.data.shapefile declared as ShapefileReader | |
---|---|
protected ShapefileReader |
ShapefileAttributeReader.shp
|
Methods in org.geotools.data.shapefile that return ShapefileReader | |
---|---|
static ShapefileReader |
ShapefileRendererUtil.getShpReader(ShapefileDataStore ds,
Envelope bbox,
Rectangle screenSize,
MathTransform mt,
boolean hasOpacity,
boolean returnJTS)
gets a shapefile reader with the custom shaperenderer shape handler. |
protected ShapefileReader |
ShapefileDataStore.openShapeReader()
Convenience method for opening a ShapefileReader. |
Constructors in org.geotools.data.shapefile with parameters of type ShapefileReader | |
---|---|
ShapefileAttributeReader(AttributeDescriptor[] atts,
ShapefileReader shp,
DbaseFileReader dbf)
Create the shapefile reader |
|
ShapefileAttributeReader(List<AttributeDescriptor> atts,
ShapefileReader shp,
DbaseFileReader dbf)
|
Uses of ShapefileReader in org.geotools.data.shapefile.indexed |
---|
Constructors in org.geotools.data.shapefile.indexed with parameters of type ShapefileReader | |
---|---|
IndexedShapefileAttributeReader(AttributeDescriptor[] atts,
ShapefileReader shp,
IndexedDbaseFileReader dbf,
CloseableCollection<Data> goodRecs)
Create the shape reader |
|
IndexedShapefileAttributeReader(List<AttributeDescriptor> attributes,
ShapefileReader shp,
IndexedDbaseFileReader dbf,
CloseableCollection<Data> goodRecs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |