edu.ucsb.adl.reports
Class BucketReport.PointSpatialValue

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

public static final class BucketReport.PointSpatialValue
extends BucketReport.SpatialValue

A point spatial value.


Field Summary
 double latitude
          The point's latitude in degrees north of the equator.
 double longitude
          The point's longitude in degrees east of the Greenwich meridian and in the range [-180, 180].
 
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.PointSpatialValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latitude

public double latitude
The point's latitude in degrees north of the equator.


longitude

public double longitude
The point's longitude in degrees east of the Greenwich meridian and in the range [-180, 180].

Constructor Detail

BucketReport.PointSpatialValue

public BucketReport.PointSpatialValue()