| java.lang.Object org.geotools.data.shapefile.ShapefileRendererUtil
ShapefileRendererUtil | public class ShapefileRendererUtil (Code) | | Allows access the the ShapefileReaders.
author: jeichar since: 2.1.x |
getShpReader | public static ShapefileReader getShpReader(ShapefileDataStore ds, Envelope bbox, Rectangle screenSize, MathTransform mt, boolean hasOpacity, boolean returnJTS) throws IOException, TransformException(Code) | | gets a shapefile reader with the custom shaperenderer shape handler.
Parameters: ds - the datastore used to obtain the reader Parameters: bbox - the area, in data coordinates, of the viewed data. Parameters: mt - The transform used to transform from data->world coordinates->screen coordinates Parameters: hasOpacity - the transform from screen coordinates to world coordinates. Used fordecimation. throws: IOException - throws: TransformException - |
|
|