org.opengis.metadata.maintenance
Interface MaintenanceInformation
-
@UML(identifier="MD_MaintenanceInformation", specification=ISO_19115) public interface MaintenanceInformation
Information about the scope and frequency of updating.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.DategetDateOfNextUpdate()Scheduled revision date for resource.MaintenanceFrequencygetMaintenanceAndUpdateFrequency()Frequency with which changes and additions are made to the resource after the initial resource is completed.InternationalStringgetMaintenanceNote()Information regarding specific requirements for maintaining the resource.ScopeCodegetUpdateScope()Scope of data to which maintenance is applied.ScopeDescriptiongetUpdateScopeDescription()Additional information about the range or extent of the resource.longgetUserDefinedMaintenanceFrequency()Maintenance period other than those defined.
-
-
-
Method Detail
-
getMaintenanceAndUpdateFrequency
@UML(identifier="maintenanceAndUpdateFrequency", obligation=MANDATORY, specification=ISO_19115) MaintenanceFrequency getMaintenanceAndUpdateFrequency()
Frequency with which changes and additions are made to the resource after the initial resource is completed.
-
getDateOfNextUpdate
@UML(identifier="dateOfNextUpdate", obligation=OPTIONAL, specification=ISO_19115) java.util.Date getDateOfNextUpdate()
Scheduled revision date for resource.
-
getUserDefinedMaintenanceFrequency
@UML(identifier="userDefinedMaintenanceFrequency", obligation=OPTIONAL, specification=ISO_19115) long getUserDefinedMaintenanceFrequency()
Maintenance period other than those defined.- Returns:
- The period, in milliseconds.
-
getUpdateScope
@UML(identifier="updateScope", obligation=OPTIONAL, specification=ISO_19115) ScopeCode getUpdateScope()
Scope of data to which maintenance is applied.
-
getUpdateScopeDescription
@UML(identifier="updateScopeDescription", obligation=OPTIONAL, specification=ISO_19115) ScopeDescription getUpdateScopeDescription()
Additional information about the range or extent of the resource.
-
getMaintenanceNote
@UML(identifier="maintenanceNote", obligation=CONDITIONAL, specification=ISO_19115) InternationalString getMaintenanceNote()
Information regarding specific requirements for maintaining the resource.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG