Uses of Class
org.opengis.metadata.Obligation
Packages that use Obligation
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Root package for metadata.
-
Uses of Obligation in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return ObligationModifier and TypeMethodDescriptionDefaultExtendedElementInformation.getObligation()Obligation of the extended element.Methods in org.apache.sis.metadata.iso with parameters of type ObligationModifier and TypeMethodDescriptionvoidDefaultExtendedElementInformation.setObligation(Obligation newValue) Sets the obligation of the extended element. -
Uses of Obligation in org.opengis.metadata
Subclasses with type arguments of type Obligation in org.opengis.metadataFields in org.opengis.metadata declared as ObligationModifier and TypeFieldDescriptionstatic final ObligationObligation.CONDITIONALElement is required when a specific condition is met.static final ObligationObligation.MANDATORYElement is always required.static final ObligationObligation.OPTIONALElement is not required.Methods in org.opengis.metadata that return ObligationModifier and TypeMethodDescriptionObligation.family()Returns the list of enumerations of the same kind as this enum.ExtendedElementInformation.getObligation()Obligation of the extended element.static ObligationReturns the obligation that matches the given string, or returns a new one if none match it.static Obligation[]Obligation.values()Returns the list ofObligations.