org.geotools.renderer.shape
Class PolygonShape

java.lang.Object
  extended byorg.geotools.renderer.shape.AbstractShape
      extended byorg.geotools.renderer.shape.PolygonShape
All Implemented Interfaces:
java.awt.Shape

public class PolygonShape
extends AbstractShape

java.awt.Shape Wrapper around geometry.

Author:
jeichar

Field Summary
 
Fields inherited from class org.geotools.renderer.shape.AbstractShape
geom
 
Constructor Summary
PolygonShape(SimpleGeometry geom)
          DOCUMENT ME!
 
Method Summary
 java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform at)
           
 java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform at, double flatness)
           
 
Methods inherited from class org.geotools.renderer.shape.AbstractShape
contains, contains, contains, contains, getBounds, getBounds2D, intersects, intersects
 
Methods inherited from class java.lang.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 java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform at)

getPathIterator

public java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform at,
                                                  double flatness)


Copyright © GeoTools. All Rights Reserved.