| Package | Description | 
|---|---|
| org.geotools.metadata.iso.identification | Identification
 implementation. | 
| org.opengis.metadata.identification | Identification information (includes data and
 service identification). | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Progress> | IdentificationImpl. getStatus()Status of the resource(s). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IdentificationImpl. setStatus(Collection<? extends Progress> newValues)Set the status of the resource(s). | 
| Modifier and Type | Field and Description | 
|---|---|
| static Progress | Progress. COMPLETEDProduction of the data has been completed. | 
| static Progress | Progress. HISTORICAL_ARCHIVEData has been stored in an offline storage facility | 
| static Progress | Progress. OBSOLETEData is no longer relevant. | 
| static Progress | Progress. ON_GOINGData is continually being updated. | 
| static Progress | Progress. PLANNEDFixed date has been established upon or by which the data will be created or updated. | 
| static Progress | Progress. REQUIREDData needs to be generated or updated. | 
| static Progress | Progress. UNDER_DEVELOPMENTData is currently in the process of being created. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Progress> | Identification. getStatus()Status of the resource(s). | 
Copyright © 1996–2019 Geotools. All rights reserved.