|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.maintenance.MaintenanceInformationImpl
public class MaintenanceInformationImpl
Information about the scope and frequency of updating.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
MaintenanceInformationImpl()
Creates a an initially empty maintenance information. |
|
MaintenanceInformationImpl(org.opengis.metadata.maintenance.MaintenanceFrequency maintenanceAndUpdateFrequency)
Creates a maintenance information. |
|
MaintenanceInformationImpl(org.opengis.metadata.maintenance.MaintenanceInformation source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> |
getContacts()
Returns identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the metadata. |
java.util.Date |
getDateOfNextUpdate()
Returns the scheduled revision date for resource. |
org.opengis.metadata.maintenance.MaintenanceFrequency |
getMaintenanceAndUpdateFrequency()
Returns the frequency with which changes and additions are made to the resource after the initial resource is completed. |
java.util.Collection<org.opengis.util.InternationalString> |
getMaintenanceNotes()
Returns information regarding specific requirements for maintaining the resource. |
java.util.Collection<org.opengis.metadata.maintenance.ScopeDescription> |
getUpdateScopeDescriptions()
Returns additional information about the range or extent of the resource. |
java.util.Collection<org.opengis.metadata.maintenance.ScopeCode> |
getUpdateScopes()
Returns the scope of data to which maintenance is applied. |
org.opengis.temporal.PeriodDuration |
getUserDefinedMaintenanceFrequency()
Returns the maintenance period other than those defined. |
void |
setContacts(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
Set identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the metadata. |
void |
setDateOfNextUpdate(java.util.Date newValue)
Set the scheduled revision date for resource. |
void |
setMaintenanceAndUpdateFrequency(org.opengis.metadata.maintenance.MaintenanceFrequency newValue)
Set the frequency with which changes and additions are made to the resource after the initial resource is completed. |
void |
setMaintenanceNotes(java.util.Collection<? extends org.opengis.util.InternationalString> newValues)
Set information regarding specific requirements for maintaining the resource. |
void |
setUpdateScopeDescriptions(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeDescription> newValues)
Set additional information about the range or extent of the resource. |
void |
setUpdateScopes(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeCode> newValues)
Set the scope of data to which maintenance is applied. |
void |
setUserDefinedMaintenanceFrequency(org.opengis.temporal.PeriodDuration newValue)
Set the maintenance period other than those defined. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MaintenanceInformationImpl()
public MaintenanceInformationImpl(org.opengis.metadata.maintenance.MaintenanceInformation source)
public MaintenanceInformationImpl(org.opengis.metadata.maintenance.MaintenanceFrequency maintenanceAndUpdateFrequency)
Method Detail |
---|
public org.opengis.metadata.maintenance.MaintenanceFrequency getMaintenanceAndUpdateFrequency()
getMaintenanceAndUpdateFrequency
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setMaintenanceAndUpdateFrequency(org.opengis.metadata.maintenance.MaintenanceFrequency newValue)
public java.util.Date getDateOfNextUpdate()
getDateOfNextUpdate
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setDateOfNextUpdate(java.util.Date newValue)
public org.opengis.temporal.PeriodDuration getUserDefinedMaintenanceFrequency()
getUserDefinedMaintenanceFrequency
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setUserDefinedMaintenanceFrequency(org.opengis.temporal.PeriodDuration newValue)
public java.util.Collection<org.opengis.metadata.maintenance.ScopeCode> getUpdateScopes()
getUpdateScopes
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setUpdateScopes(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeCode> newValues)
public java.util.Collection<org.opengis.metadata.maintenance.ScopeDescription> getUpdateScopeDescriptions()
getUpdateScopeDescriptions
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setUpdateScopeDescriptions(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeDescription> newValues)
public java.util.Collection<org.opengis.util.InternationalString> getMaintenanceNotes()
getMaintenanceNotes
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setMaintenanceNotes(java.util.Collection<? extends org.opengis.util.InternationalString> newValues)
public java.util.Collection<org.opengis.metadata.citation.ResponsibleParty> getContacts()
getContacts
in interface org.opengis.metadata.maintenance.MaintenanceInformation
public void setContacts(java.util.Collection<? extends org.opengis.metadata.citation.ResponsibleParty> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |