Uses of Class
org.opengis.metadata.identification.Progress
Package
Description
Information to uniquely identify the data or service.
-
Uses of Progress in org.opengis.metadata.acquisition
-
Uses of Progress in org.opengis.metadata.identification
Modifier and TypeFieldDescriptionstatic final Progress
Progress.ACCEPTED
Agreed to by sponsor.static final Progress
Progress.COMPLETED
Production of the data has been completed.static final Progress
Progress.DEPRECATED
Resource superseded and will become obsolete, use only for historical purposes.static final Progress
Progress.FINAL
Progress concluded and no changes will be accepted.static final Progress
Progress.HISTORICAL_ARCHIVE
Data has been stored in an offline storage facilitystatic final Progress
Progress.NOT_ACCEPTED
Rejected by sponsor.static final Progress
Progress.OBSOLETE
Data is no longer relevant.static final Progress
Progress.ON_GOING
Data is continually being updated.static final Progress
Progress.PENDING
Committed to, but not yet addressed.static final Progress
Progress.PLANNED
Fixed date has been established upon or by which the data will be created or updated.static final Progress
Progress.PROPOSED
Suggested that development needs to be undertaken.static final Progress
Progress.REQUIRED
Data needs to be generated or updated.static final Progress
Progress.RETIRED
Item is no longer recommended for use.static final Progress
Progress.SUPERSEDED
Replaced by new.static final Progress
Progress.TENTATIVE
Provisional changes likely before resource becomes final of complete.static final Progress
Progress.UNDER_DEVELOPMENT
Data is currently in the process of being created.static final Progress
Progress.VALID
Acceptable under specific condition.static final Progress
Progress.WITHDRAWN
Removed from consideration.Modifier and TypeMethodDescriptionProgress[]
Progress.family()
Returns the list of codes of the same kind as this code list element.static Progress
Returns the progress that matches the given string, or returns a new one if none match it.static Progress[]
Progress.values()
Returns the list ofProgress
s.Modifier and TypeMethodDescriptiondefault Collection
<Progress> Identification.getStatus()
Status of the resource.