org.geotools.renderer.shape
Class SimpleGeometry

Object
  extended by SimpleGeometry

public class SimpleGeometry
extends Object

Module:

Field Summary
 Envelope bbox
           
 double[][] coords
           
 ShapeType type
           
 
Constructor Summary
SimpleGeometry(ShapeType shapeType, double[][] coords, Envelope bbox)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final ShapeType type

coords

public final double[][] coords

bbox

public final Envelope bbox
Constructor Detail

SimpleGeometry

public SimpleGeometry(ShapeType shapeType,
                      double[][] coords,
                      Envelope bbox)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1996-2009 Geotools. All Rights Reserved.