Uses of Class
org.opengis.temporal.RelativePosition

Packages that use RelativePosition
org.opengis.temporal   
 

Uses of RelativePosition in org.opengis.temporal
 

Fields in org.opengis.temporal declared as RelativePosition
static RelativePosition RelativePosition.AFTER
           
static RelativePosition RelativePosition.BEFORE
           
static RelativePosition RelativePosition.BEGINS
           
static RelativePosition RelativePosition.BEGUN_BY
           
static RelativePosition RelativePosition.CONTAINS
           
static RelativePosition RelativePosition.DURING
           
static RelativePosition RelativePosition.ENDED_BY
           
static RelativePosition RelativePosition.ENDS
           
static RelativePosition RelativePosition.EQUALS
           
static RelativePosition RelativePosition.MEETS
           
static RelativePosition RelativePosition.MET_BY
           
static RelativePosition RelativePosition.OVERLAPPED_BY
           
static RelativePosition RelativePosition.OVERLAPS
           
 

Methods in org.opengis.temporal that return RelativePosition
 RelativePosition TemporalOrder.relativePosition(TemporalPrimitive other)
          Determines the position of this primitive relative to another primitive.
static RelativePosition RelativePosition.valueOf(String code)
          Returns the RelativePosition that matches the given string, or returns a new one if none match it.
static RelativePosition[] RelativePosition.values()
          Returns the list of RelativePositions.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.