org.geotools.renderer.shape.shapehandler.jts
Class MultiPointHandler

Object
  extended by MultiPointHandler
      extended by MultiPointHandler
All Implemented Interfaces:
ShapeHandler

public class MultiPointHandler
extends MultiPointHandler

A ShapeHandler that reads MultiPoint 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:

Constructor Summary
MultiPointHandler(ShapeType type, Envelope env, Rectangle screenSize, MathTransform mt, boolean hasOpacity)
           
 
Method Summary
protected  Object createGeometry(ShapeType type, Envelope geomBBox, double[][] transformed)
           
 
Methods inherited from class MultiPointHandler
getLength, getShapeType, read, write
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPointHandler

public MultiPointHandler(ShapeType type,
                         Envelope env,
                         Rectangle screenSize,
                         MathTransform mt,
                         boolean hasOpacity)
                  throws TransformException
Throws:
TransformException
Method Detail

createGeometry

protected Object createGeometry(ShapeType type,
                                Envelope geomBBox,
                                double[][] transformed)
Overrides:
createGeometry in class MultiPointHandler


Copyright © 1996-2009 Geotools. All Rights Reserved.