Uses of Class
org.opengis.metadata.identification.Progress
Packages that use Progress
Package
Description
Information to uniquely identify the data or service.
-
Uses of Progress in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return Progress -
Uses of Progress in org.opengis.metadata.identification
Fields in org.opengis.metadata.identification declared as ProgressModifier and TypeFieldDescriptionstatic final ProgressProgress.ACCEPTEDAgreed to by sponsor.static final ProgressProgress.COMPLETEDProduction of the data has been completed.static final ProgressProgress.DEPRECATEDResource superseded and will become obsolete, use only for historical purposes.static final ProgressProgress.FINALProgress concluded and no changes will be accepted.static final ProgressProgress.HISTORICAL_ARCHIVEData has been stored in an offline storage facilitystatic final ProgressProgress.NOT_ACCEPTEDRejected by sponsor.static final ProgressProgress.OBSOLETEData is no longer relevant.static final ProgressProgress.ON_GOINGData is continually being updated.static final ProgressProgress.PENDINGCommitted to, but not yet addressed.static final ProgressProgress.PLANNEDFixed date has been established upon or by which the data will be created or updated.static final ProgressProgress.PROPOSEDSuggested that development needs to be undertaken.static final ProgressProgress.REQUIREDData needs to be generated or updated.static final ProgressProgress.RETIREDItem is no longer recommended for use.static final ProgressProgress.SUPERSEDEDReplaced by new.static final ProgressProgress.TENTATIVEProvisional changes likely before resource becomes final of complete.static final ProgressProgress.UNDER_DEVELOPMENTData is currently in the process of being created.static final ProgressProgress.VALIDAcceptable under specific condition.static final ProgressProgress.WITHDRAWNRemoved from consideration.Methods in org.opengis.metadata.identification that return ProgressModifier and TypeMethodDescriptionProgress[]Progress.family()Returns the list of codes of the same kind as this code list element.static ProgressReturns the progress that matches the given string, or returns a new one if none match it.static Progress[]Progress.values()Returns the list ofProgresss.Methods in org.opengis.metadata.identification that return types with arguments of type ProgressModifier and TypeMethodDescriptiondefault Collection<Progress> Identification.getStatus()Status of the resource.