Uses of Class
org.opengis.metadata.identification.Progress
-
Packages that use Progress Package Description org.opengis.metadata.acquisition org.opengis.metadata.identification Identification information (includes data and service identification). -
-
Uses of Progress in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return Progress Modifier and Type Method Description ProgressOperation. getStatus()Status of the data acquisition.ProgressPlan. getStatus()Current status of the plan (pending, completed, etc.) -
Uses of Progress in org.opengis.metadata.identification
Fields in org.opengis.metadata.identification declared as Progress Modifier and Type Field Description static ProgressProgress. COMPLETEDProduction of the data has been completed.static ProgressProgress. HISTORICAL_ARCHIVEData has been stored in an offline storage facilitystatic ProgressProgress. OBSOLETEData is no longer relevant.static ProgressProgress. ON_GOINGData is continually being updated.static ProgressProgress. PLANNEDFixed date has been established upon or by which the data will be created or updated.static ProgressProgress. REQUIREDData needs to be generated or updated.static ProgressProgress. UNDER_DEVELOPMENTData is currently in the process of being created.Fields in org.opengis.metadata.identification with type parameters of type Progress Modifier and Type Field Description private static java.util.List<Progress>Progress. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.identification that return Progress Modifier and Type Method Description Progress[]Progress. family()Returns the list of enumerations of the same kind than this enum.static ProgressProgress. valueOf(java.lang.String code)Returns 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 Modifier and Type Method Description java.util.Collection<Progress>Identification. getStatus()Status of the resource(s).
-