org.geotools.renderer.shape
Class PolygonShape

Object
  extended by AbstractShape
      extended by PolygonShape
All Implemented Interfaces:
Shape

public class PolygonShape
extends AbstractShape

java.awt.Shape Wrapper around geometry.

Author:
jeichar
Module:

Field Summary
 
Fields inherited from class AbstractShape
geom
 
Constructor Summary
PolygonShape(SimpleGeometry geom)
          DOCUMENT ME!
 
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
 

Constructor Detail

PolygonShape

public PolygonShape(SimpleGeometry geom)
DOCUMENT ME!

Parameters:
geom -
Method Detail

getPathIterator

public PathIterator getPathIterator(AffineTransform at)

getPathIterator

public PathIterator getPathIterator(AffineTransform at,
                                    double flatness)


Copyright © 1996-2009 Geotools. All Rights Reserved.