|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapefileDataStore | |
org.geotools.catalog.shapefile | |
org.geotools.data.shapefile | |
org.geotools.data.shapefile.indexed | |
org.geotools.renderer.shape |
Uses of ShapefileDataStore in org.geotools.catalog.shapefile |
Methods in org.geotools.catalog.shapefile that return ShapefileDataStore | |
protected ShapefileDataStore |
ShapefileService.getDataStore(ProgressListener monitor)
|
Uses of ShapefileDataStore in org.geotools.data.shapefile |
Methods in org.geotools.data.shapefile with parameters of type ShapefileDataStore | |
static ShapefileReader |
ShapefileRendererUtil.getShpReader(ShapefileDataStore ds,
com.vividsolutions.jts.geom.Envelope bbox,
org.opengis.referencing.operation.MathTransform mt,
boolean hasOpacity)
gets a shapefile reader with the custom shaperenderer shape handler. |
static IndexedDbaseFileReader |
ShapefileRendererUtil.getDBFReader(ShapefileDataStore ds)
|
static java.nio.channels.ReadableByteChannel |
ShapefileRendererUtil.getShpReadChannel(ShapefileDataStore ds)
|
static java.net.URL |
ShapefileRendererUtil.getshpURL(ShapefileDataStore ds)
|
static FIDReader |
ShapefileRendererUtil.getFidReader(ShapefileDataStore datastore,
RecordNumberTracker tracker)
|
Uses of ShapefileDataStore in org.geotools.data.shapefile.indexed |
Subclasses of ShapefileDataStore in org.geotools.data.shapefile.indexed | |
class |
IndexedShapefileDataStore
A DataStore implementation which allows reading and writing from Shapefiles. |
Uses of ShapefileDataStore in org.geotools.renderer.shape |
Methods in org.geotools.renderer.shape with parameters of type ShapefileDataStore | |
IndexInfo |
ShapefileRenderer.useIndex(ShapefileDataStore ds)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |