Uses of Class
org.opengis.metadata.identification.Progress
Packages that use Progress
-
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.COMPLETEDProduction of the data has been completed.static final ProgressProgress.HISTORICAL_ARCHIVEData has been stored in an offline storage facilitystatic final ProgressProgress.OBSOLETEData is no longer relevant.static final ProgressProgress.ON_GOINGData is continually being updated.static final ProgressProgress.PLANNEDFixed date has been established upon or by which the data will be created or updated.static final ProgressProgress.REQUIREDData needs to be generated or updated.static final ProgressProgress.UNDER_DEVELOPMENTData is currently in the process of being created.Methods in org.opengis.metadata.identification that return ProgressModifier and TypeMethodDescriptionProgress[]Progress.family()Returns the list of enumerations of the same kind as this enum.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 Progress