org.geotools.renderer.shape.shapehandler.jts
Class PointHandler
Object
PointHandler
PointHandler
- All Implemented Interfaces:
- ShapeHandler
public class PointHandler
- extends PointHandler
A ShapeHandler that reads PointHandler objects from a file. It returns a
SimpleGeometry and decimates all points that map to the same screen location.
- Since:
- 2.1.x
- Author:
- jeichar
- Module:
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointHandler
public PointHandler(ShapeType type,
Envelope env,
Rectangle screenSize,
MathTransform mt,
boolean hasOpacity)
throws TransformException
- Throws:
TransformException
createGeometry
protected Object createGeometry(ShapeType type,
Envelope geomBBox,
double[][] transformed)
- Overrides:
createGeometry
in class PointHandler
Copyright © 1996-2009 Geotools. All Rights Reserved.