edu.ucsb.adl.reports
Class BucketReport.PolygonSpatialValue

java.lang.Object
  |
  +--edu.ucsb.adl.reports.BucketReport.Value
        |
        +--edu.ucsb.adl.reports.BucketReport.SpatialValue
              |
              +--edu.ucsb.adl.reports.BucketReport.PolygonSpatialValue
Enclosing class:
BucketReport

public static final class BucketReport.PolygonSpatialValue
extends BucketReport.SpatialValue

A polygon spatial value.


Field Summary
 BucketReport.Vertex[] vertices
          The polygon's vertices in counterclockwise order.
 
Fields inherited from class edu.ucsb.adl.reports.BucketReport.SpatialValue
east, north, south, west
 
Fields inherited from class edu.ucsb.adl.reports.BucketReport.Value
field
 
Constructor Summary
BucketReport.PolygonSpatialValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

public BucketReport.Vertex[] vertices
The polygon's vertices in counterclockwise order.

Constructor Detail

BucketReport.PolygonSpatialValue

public BucketReport.PolygonSpatialValue()