Uses of Class
org.opengis.metadata.acquisition.Priority
Packages that use Priority
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
-
Uses of Priority in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return PriorityModifier and TypeMethodDescriptionDefaultRequirement.getPriority()Returns the relative ordered importance, or urgency, of the requirement.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type PriorityModifier and TypeMethodDescriptionvoidDefaultRequirement.setPriority(Priority newValue) Sets the relative ordered importance, or urgency, of the requirement. -
Uses of Priority in org.opengis.metadata.acquisition
Subclasses with type arguments of type Priority in org.opengis.metadata.acquisitionFields in org.opengis.metadata.acquisition declared as PriorityModifier and TypeFieldDescriptionstatic final PriorityPriority.CRITICALDecisive importance.static final PriorityPriority.HIGH_IMPORTANCERequires resources to be made available.static final PriorityPriority.LOW_IMPORTANCETo be completed when resources are availablestatic final PriorityPriority.MEDIUM_IMPORTANCENormal operation priority.Methods in org.opengis.metadata.acquisition that return PriorityModifier and TypeMethodDescriptionPriority[]Priority.family()Returns the list of enumerations of the same kind as this enum.Requirement.getPriority()Relative ordered importance, or urgency, of the requirement.static PriorityReturns the priority that matches the given string, or returns a new one if none match it.static Priority[]Priority.values()Returns the list ofPrioritys.