|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaintenanceFrequency | |
---|---|
org.geotools.metadata.iso.maintenance | Maintenance information implementation. |
org.opengis.metadata.maintenance | Maintenance information. |
Uses of MaintenanceFrequency in org.geotools.metadata.iso.maintenance |
---|
Methods in org.geotools.metadata.iso.maintenance that return MaintenanceFrequency | |
---|---|
MaintenanceFrequency |
MaintenanceInformationImpl.getMaintenanceAndUpdateFrequency()
Returns the frequency with which changes and additions are made to the resource after the initial resource is completed. |
Methods in org.geotools.metadata.iso.maintenance with parameters of type MaintenanceFrequency | |
---|---|
void |
MaintenanceInformationImpl.setMaintenanceAndUpdateFrequency(MaintenanceFrequency newValue)
Set the frequency with which changes and additions are made to the resource after the initial resource is completed. |
Constructors in org.geotools.metadata.iso.maintenance with parameters of type MaintenanceFrequency | |
---|---|
MaintenanceInformationImpl(MaintenanceFrequency maintenanceAndUpdateFrequency)
Creates a maintenance information. |
Uses of MaintenanceFrequency in org.opengis.metadata.maintenance |
---|
Fields in org.opengis.metadata.maintenance declared as MaintenanceFrequency | |
---|---|
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. |
Methods in org.opengis.metadata.maintenance that return MaintenanceFrequency | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |