Uses of Class
org.opengis.temporal.IndeterminateValue

Packages that use IndeterminateValue
org.opengis.temporal   
 

Uses of IndeterminateValue in org.opengis.temporal
 

Fields in org.opengis.temporal declared as IndeterminateValue
static IndeterminateValue IndeterminateValue.AFTER
           
static IndeterminateValue IndeterminateValue.BEFORE
           
static IndeterminateValue IndeterminateValue.NOW
           
static IndeterminateValue IndeterminateValue.UNKNOWN
           
 

Methods in org.opengis.temporal that return IndeterminateValue
 IndeterminateValue TemporalPosition.getIndeterminatePosition()
          This attribute provides the only value for temporal position unless a subtype of TemporalPosition is used as the data type.
static IndeterminateValue IndeterminateValue.valueOf(String code)
          Returns the IndeterminateValue that matches the given string, or returns a new one if none match it.
static IndeterminateValue[] IndeterminateValue.values()
          Returns the list of IndeterminateValues.
 



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