org.geotools.renderer.shape
Class SimpleGeometry

java.lang.Object
  extended byorg.geotools.renderer.shape.SimpleGeometry

public class SimpleGeometry
extends java.lang.Object


Field Summary
 com.vividsolutions.jts.geom.Envelope bbox
           
 double[][] coords
           
 ShapeType type
           
 
Constructor Summary
SimpleGeometry(ShapeType shapeType, double[][] coords, com.vividsolutions.jts.geom.Envelope bbox)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.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 com.vividsolutions.jts.geom.Envelope bbox
Constructor Detail

SimpleGeometry

public SimpleGeometry(ShapeType shapeType,
                      double[][] coords,
                      com.vividsolutions.jts.geom.Envelope bbox)
Method Detail

toString

public java.lang.String toString()


Copyright © GeoTools. All Rights Reserved.