GeoAPI 2.0
Build 2005-06-08

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
Version:
Abstract specification 5.0

Method Summary
 Date getDateOfNextUpdate()
          Scheduled revision date for resource.
 MaintenanceFrequency getMaintenanceAndUpdateFrequency()
          Frequency with which changes and additions are made to the resource after the initial resource is completed.
 InternationalString getMaintenanceNote()
          Information regarding specific requirements for maintaining the resource.
 ScopeCode getUpdateScope()
          Scope of data to which maintenance is applied.
 ScopeDescription getUpdateScopeDescription()
          Additional information about the range or extent of the resource.
 long getUserDefinedMaintenanceFrequency()
          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)
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.


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium