Uses of Class
org.opengis.metadata.acquisition.ObjectiveType
Packages that use ObjectiveType
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of ObjectiveType in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type ObjectiveTypeModifier and TypeMethodDescriptionDefaultObjective.getTypes()Returns the collection technique for the objective.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type ObjectiveTypeModifier and TypeMethodDescriptionvoidDefaultObjective.setTypes(Collection<? extends ObjectiveType> newValues) Sets the collection technique for the objective. -
Uses of ObjectiveType in org.opengis.metadata.acquisition
Subclasses with type arguments of type ObjectiveType in org.opengis.metadata.acquisitionModifier and TypeClassDescriptionfinal classTemporal persistence of collection objective.Fields in org.opengis.metadata.acquisition declared as ObjectiveTypeModifier and TypeFieldDescriptionstatic final ObjectiveTypeObjectiveType.INSTANTANEOUS_COLLECTIONSingle instance of collection.static final ObjectiveTypeObjectiveType.PERSISTENT_VIEWMultiple instances of collection.static final ObjectiveTypeObjectiveType.SURVEYCollection 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 ObjectiveTypeReturns 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 ObjectiveTypeModifier and TypeMethodDescriptionCollection<? extends ObjectiveType> Objective.getTypes()Collection technique for the objective.