| java.lang.Object org.geotools.renderer.shape.shapehandler.simple.PointHandler
All known Subclasses: org.geotools.renderer.shape.shapehandler.jts.PointHandler,
PointHandler | public class PointHandler implements ShapeHandler(Code) | | A ShapeHandler that reads PointHandler objects from a file. It returns a
SimpleGeometry and decimates all points that map to the same screen location.
author: jeichar since: 2.1.x |
Constructor Summary | |
public | PointHandler(ShapeType type, Envelope env, Rectangle screenSize, MathTransform mt, boolean hasOpacity) Create new instance
Parameters: type - the type of shape. Parameters: env - the area that is visible. |
PointHandler | public PointHandler(ShapeType type, Envelope env, Rectangle screenSize, MathTransform mt, boolean hasOpacity) throws TransformException(Code) | | Create new instance
Parameters: type - the type of shape. Parameters: env - the area that is visible. If shape is not in area then skip. Parameters: mt - the transform to go from data to the envelope (and that shouldbe used to transform the shape coords) Parameters: hasOpacity - |
createGeometry | protected Object createGeometry(ShapeType type, Envelope geomBBox, double[][] transformed)(Code) | | |
|
|