org.geotools.renderer.shape
Class MultiPointShape

Object
  extended by AbstractShape
      extended by 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:

Field Summary
 
Fields inherited from class AbstractShape
geom
 
Constructor Summary
MultiPointShape(SimpleGeometry geom)
           
 
Method Summary
 PathIterator getPathIterator(AffineTransform at)
           
 PathIterator getPathIterator(AffineTransform at, double flatness)
           
 
Methods inherited from class AbstractShape
contains, contains, contains, contains, getBounds, getBounds2D, intersects, intersects
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Shape
contains, contains, contains, contains, getBounds, getBounds2D, intersects, intersects
 

Constructor Detail

MultiPointShape

public MultiPointShape(SimpleGeometry geom)
Method Detail

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.