Package | Description |
---|---|
org.geotools.metadata.iso.maintenance |
Maintenance
information implementation.
|
org.opengis.metadata.maintenance |
Modifier and Type | Method and Description |
---|---|
MaintenanceFrequency |
MaintenanceInformationImpl.getMaintenanceAndUpdateFrequency()
Returns the frequency with which changes and additions are made to the resource after the
initial resource is completed.
|
Modifier and Type | Method and Description |
---|---|
void |
MaintenanceInformationImpl.setMaintenanceAndUpdateFrequency(MaintenanceFrequency newValue)
Set the frequency with which changes and additions are made to the resource after the initial
resource is completed.
|
Constructor and Description |
---|
MaintenanceInformationImpl(MaintenanceFrequency maintenanceAndUpdateFrequency)
Creates a maintenance information.
|
Modifier and Type | Field and Description |
---|---|
static MaintenanceFrequency |
MaintenanceFrequency.ANNUALLY
Data is updated every year.
|
static MaintenanceFrequency |
MaintenanceFrequency.AS_NEEDED
Data is updated as deemed necessary.
|
static MaintenanceFrequency |
MaintenanceFrequency.BIANNUALLY
Data is updated twice each year.
|
static MaintenanceFrequency |
MaintenanceFrequency.CONTINUAL
Data is repeatedly and frequently updated.
|
static MaintenanceFrequency |
MaintenanceFrequency.DAILY
Data is updated each day.
|
static MaintenanceFrequency |
MaintenanceFrequency.FORTNIGHTLY
Data is updated every two weeks.
|
static MaintenanceFrequency |
MaintenanceFrequency.IRREGULAR
Data is updated in intervals that are uneven in duration.
|
static MaintenanceFrequency |
MaintenanceFrequency.MONTHLY
Data is updated each month.
|
static MaintenanceFrequency |
MaintenanceFrequency.NOT_PLANNED
There are no plans to update the data.
|
static MaintenanceFrequency |
MaintenanceFrequency.QUARTERLY
Data is updated every three months.
|
static MaintenanceFrequency |
MaintenanceFrequency.UNKNOW
Frequency of maintenance for the data is not known
|
static MaintenanceFrequency |
MaintenanceFrequency.WEEKLY
Data is updated on a weekly basis.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceFrequency[] |
MaintenanceFrequency.family()
Returns the list of enumerations of the same kind than this enum.
|
MaintenanceFrequency |
MaintenanceInformation.getMaintenanceAndUpdateFrequency()
Frequency with which changes and additions are made to the resource after the initial
resource is completed.
|
static MaintenanceFrequency |
MaintenanceFrequency.valueOf(String code)
Returns the maintenance frequency that matches the given string, or returns a new one if none
match it.
|
static MaintenanceFrequency[] |
MaintenanceFrequency.values()
Returns the list of
MaintenanceFrequency s. |
Copyright © 1996–2019 Geotools. All rights reserved.