org.geotools.renderer.shape
Class MultiLineShape

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

public class MultiLineShape
extends AbstractShape
implements java.awt.Shape

A shape for drawing on a graphics2d

Since:
2.1.x
Author:
jeichar

Field Summary
 
Fields inherited from class org.geotools.renderer.shape.AbstractShape
geom
 
Constructor Summary
MultiLineShape(SimpleGeometry geom)
           
 
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
 
Methods inherited from interface java.awt.Shape
contains, contains, contains, contains, getBounds, getBounds2D, intersects, intersects
 

Constructor Detail

MultiLineShape

public MultiLineShape(SimpleGeometry geom)
Method Detail

getPathIterator

public java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform at)
Specified by:
getPathIterator in interface java.awt.Shape

getPathIterator

public java.awt.geom.PathIterator getPathIterator(java.awt.geom.AffineTransform at,
                                                  double flatness)
Specified by:
getPathIterator in interface java.awt.Shape


Copyright © GeoTools. All Rights Reserved.