edu.ucsb.adl.reports
Class BucketReport.Vertex

java.lang.Object
  |
  +--edu.ucsb.adl.reports.BucketReport.Vertex
Enclosing class:
BucketReport

public static final class BucketReport.Vertex
extends java.lang.Object

A polygon or polyline vertex.


Field Summary
 double latitude
          The vertex's latitude in degrees north of the equator.
 double longitude
          The vertex's longitude in degrees east of the Greenwich meridian and in the range [-180, 180].
 
Constructor Summary
BucketReport.Vertex()
           
 
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 vertex's latitude in degrees north of the equator.


longitude

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

Constructor Detail

BucketReport.Vertex

public BucketReport.Vertex()