org.geotools.renderer.shape
Class MultiPointShape
Object
AbstractShape
MultiPointShape
- All Implemented Interfaces:
- Shape
public class MultiPointShape
- extends AbstractShape
- implements Shape
A shape for drawing on a graphics2d
- Since:
- 2.1.x
- Author:
- jeichar
- Module:
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiPointShape
public MultiPointShape(SimpleGeometry geom)
getPathIterator
public PathIterator getPathIterator(AffineTransform at)
- Specified by:
getPathIterator
in interface Shape
- See Also:
Shape.getPathIterator(java.awt.geom.AffineTransform)
getPathIterator
public PathIterator getPathIterator(AffineTransform at,
double flatness)
- Specified by:
getPathIterator
in interface Shape
Copyright © 1996-2009 Geotools. All Rights Reserved.