|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Progress | |
|---|---|
| org.opengis.metadata.acquisition | Acquisition information. |
| 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 | |
|---|---|
Progress |
Plan.getStatus()
Current status of the plan (pending, completed, etc.) |
Progress |
Operation.getStatus()
Status of the data acquisition. |
| Uses of Progress in org.opengis.metadata.identification |
|---|
| Fields in org.opengis.metadata.identification declared as Progress | |
|---|---|
static Progress |
Progress.COMPLETED
Production of the data has been completed. |
static Progress |
Progress.HISTORICAL_ARCHIVE
Data has been stored in an offline storage facility |
static Progress |
Progress.OBSOLETE
Data is no longer relevant. |
static Progress |
Progress.ON_GOING
Data is continually being updated. |
static Progress |
Progress.PLANNED
Fixed date has been established upon or by which the data will be created or updated. |
static Progress |
Progress.REQUIRED
Data needs to be generated or updated. |
static Progress |
Progress.UNDER_DEVELOPMENT
Data is currently in the process of being created. |
| Methods in org.opengis.metadata.identification that return Progress | |
|---|---|
Progress[] |
Progress.family()
Returns the list of enumerations of the same kind than this enum. |
static Progress |
Progress.valueOf(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 of Progresss. |
| Methods in org.opengis.metadata.identification that return types with arguments of type Progress | |
|---|---|
Collection<Progress> |
Identification.getStatus()
Status of the resource(s). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||