edu.ucsb.adl.middleware
Class Query.SpatialConstraint.Vertex

java.lang.Object
  |
  +--edu.ucsb.adl.middleware.Query.SpatialConstraint.Vertex
Enclosing class:
Query.SpatialConstraint

public static final class Query.SpatialConstraint.Vertex
extends java.lang.Object

A polygon vertex.


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


longitude

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

Constructor Detail

Query.SpatialConstraint.Vertex

public Query.SpatialConstraint.Vertex()
Constructs a Vertex.