Uses of Class
org.opengis.metadata.acquisition.ObjectiveType
-
Packages that use ObjectiveType Package Description org.opengis.metadata.acquisition -
-
Uses of ObjectiveType in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as ObjectiveType Modifier and Type Field Description 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.Fields in org.opengis.metadata.acquisition with type parameters of type ObjectiveType Modifier and Type Field Description private static java.util.List<ObjectiveType>
ObjectiveType. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.acquisition that return ObjectiveType Modifier and Type Method Description ObjectiveType[]
ObjectiveType. family()
Returns the list of enumerations of the same kind than this enum.static ObjectiveType
ObjectiveType. valueOf(java.lang.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 ofObjectiveType
s.Methods in org.opengis.metadata.acquisition that return types with arguments of type ObjectiveType Modifier and Type Method Description java.util.Collection<? extends ObjectiveType>
Objective. getTypes()
Collection technique for the objective.
-