Uses of Class
org.opengis.metadata.identification.Progress
Packages that use Progress
Package
Description
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
Information to uniquely identify the data or service.
Identification information
(includes data and service identification).
-
Uses of Progress in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return ProgressModifier and TypeMethodDescriptionDefaultOperation.getStatus()Returns the status of the data acquisition.DefaultPlan.getStatus()Returns the current status of the plan (pending, completed, etc.)Methods in org.apache.sis.metadata.iso.acquisition with parameters of type Progress -
Uses of Progress in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type ProgressModifier and TypeMethodDescriptionAbstractIdentification.getStatus()Returns the status of the resource(s).Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type ProgressModifier and TypeMethodDescriptionvoidAbstractIdentification.setStatus(Collection<? extends Progress> newValues) Sets the status of the resource(s). -
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
Subclasses with type arguments of type Progress in org.opengis.metadata.identificationModifier and TypeClassDescriptionfinal classStatus of the dataset or progress of a review.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