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 ObjectiveTypeObjectiveType. INSTANTANEOUS_COLLECTIONSingle instance of collection.static ObjectiveTypeObjectiveType. PERSISTENT_VIEWMultiple instances of collection.static ObjectiveTypeObjectiveType. SURVEYCollection 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. VALUESList 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 ObjectiveTypeObjectiveType. 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 ofObjectiveTypes.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.
-