edu.ucsb.adl.reports
Class BucketReport.PolylineSpatialValue

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

public static final class BucketReport.PolylineSpatialValue
extends BucketReport.SpatialValue

A polyline spatial value.


Field Summary
 BucketReport.Vertex[] vertices
          The polyline's vertices.
 
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.PolylineSpatialValue()
           
 
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 polyline's vertices.

Constructor Detail

BucketReport.PolylineSpatialValue

public BucketReport.PolylineSpatialValue()