Uses of Class
org.opengis.metadata.maintenance.MaintenanceFrequency
Packages that use MaintenanceFrequency
Package
Description
Information about the frequency and scope of data updates.
-
Uses of MaintenanceFrequency in org.apache.sis.metadata.iso.maintenance
Methods in org.apache.sis.metadata.iso.maintenance that return MaintenanceFrequencyModifier and TypeMethodDescriptionDefaultMaintenanceInformation.getMaintenanceAndUpdateFrequency()Returns the frequency with which changes and additions are made to the resource after the initial resource is completed.Methods in org.apache.sis.metadata.iso.maintenance with parameters of type MaintenanceFrequencyModifier and TypeMethodDescriptionvoidDefaultMaintenanceInformation.setMaintenanceAndUpdateFrequency(MaintenanceFrequency newValue) Sets the frequency with which changes and additions are made to the resource after the initial resource is completed.Constructors in org.apache.sis.metadata.iso.maintenance with parameters of type MaintenanceFrequencyModifierConstructorDescriptionDefaultMaintenanceInformation(MaintenanceFrequency maintenanceAndUpdateFrequency) Creates a maintenance information. -
Uses of MaintenanceFrequency in org.opengis.metadata.maintenance
Subclasses with type arguments of type MaintenanceFrequency in org.opengis.metadata.maintenanceModifier and TypeClassDescriptionfinal classFrequency with which modifications and deletions are made to the data after it is first produced.Fields in org.opengis.metadata.maintenance declared as MaintenanceFrequencyModifier and TypeFieldDescriptionstatic final MaintenanceFrequencyMaintenanceFrequency.ANNUALLYData is updated every year.static final MaintenanceFrequencyMaintenanceFrequency.AS_NEEDEDData is updated as deemed necessary.static final MaintenanceFrequencyMaintenanceFrequency.BIANNUALLYData is updated twice each year.static final MaintenanceFrequencyMaintenanceFrequency.CONTINUALData is repeatedly and frequently updated.static final MaintenanceFrequencyMaintenanceFrequency.DAILYData is updated each day.static final MaintenanceFrequencyMaintenanceFrequency.FORTNIGHTLYData is updated every two weeks.static final MaintenanceFrequencyMaintenanceFrequency.IRREGULARData is updated in intervals that are uneven in duration.static final MaintenanceFrequencyMaintenanceFrequency.MONTHLYData is updated each month.static final MaintenanceFrequencyMaintenanceFrequency.NOT_PLANNEDThere are no plans to update the data.static final MaintenanceFrequencyMaintenanceFrequency.QUARTERLYData is updated every three months.static final MaintenanceFrequencyMaintenanceFrequency.UNKNOWDeprecated.static final MaintenanceFrequencyMaintenanceFrequency.UNKNOWNFrequency of maintenance for the data is not knownstatic final MaintenanceFrequencyMaintenanceFrequency.WEEKLYData is updated on a weekly basis.Methods in org.opengis.metadata.maintenance that return MaintenanceFrequencyModifier and TypeMethodDescriptionMaintenanceFrequency.family()Returns the list of enumerations of the same kind as this enum.MaintenanceInformation.getMaintenanceAndUpdateFrequency()Frequency with which changes and additions are made to the resource after the initial resource is completed.static MaintenanceFrequencyReturns the maintenance frequency that matches the given string, or returns a new one if none match it.static MaintenanceFrequency[]MaintenanceFrequency.values()Returns the list ofMaintenanceFrequencys.
MaintenanceFrequency.UNKNOWN.