Uses of Class
org.opengis.metadata.acquisition.ObjectiveType

Packages that use ObjectiveType
org.opengis.metadata.acquisition Acquisition information
 

Uses of ObjectiveType in org.opengis.metadata.acquisition
 

Fields in org.opengis.metadata.acquisition declared as ObjectiveType
static ObjectiveType ObjectiveType.INSTANTANEOUS_COLLECTION
          Single instance of collection.
static ObjectiveType ObjectiveType.PERSISTENT_VIEW
          Multiple instances of collection.
static ObjectiveType ObjectiveType.SURVEY
          Collection over specified domain.
 

Methods in org.opengis.metadata.acquisition that return ObjectiveType
 ObjectiveType[] ObjectiveType.family()
          Returns the list of enumerations of the same kind than this enum.
static ObjectiveType ObjectiveType.valueOf(String code)
          Returns the objective type that matches the given string, or returns a new one if none match it.
static ObjectiveType[] ObjectiveType.values()
          Returns the list of ObjectiveTypes.
 

Methods in org.opengis.metadata.acquisition that return types with arguments of type ObjectiveType
 Collection<? extends ObjectiveType> Objective.getTypes()
          Collection technique for the objective.
 



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