Uses of Class
org.opengis.metadata.acquisition.ObjectiveType
Packages that use ObjectiveType
-
Uses of ObjectiveType in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as ObjectiveTypeModifier and TypeFieldDescriptionstatic final ObjectiveType
ObjectiveType.INSTANTANEOUS_COLLECTION
Single instance of collection.static final ObjectiveType
ObjectiveType.PERSISTENT_VIEW
Multiple instances of collection.static final ObjectiveType
ObjectiveType.SURVEY
Collection over specified domain.Methods in org.opengis.metadata.acquisition that return ObjectiveTypeModifier and TypeMethodDescriptionObjectiveType.family()
Returns the list of enumerations of the same kind as this enum.static ObjectiveType
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 ObjectiveTypeModifier and TypeMethodDescriptionCollection<? extends ObjectiveType>
Objective.getTypes()
Collection technique for the objective.