|
||||||||||
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.citation.CitationDateImpl
public class CitationDateImpl
Reference date and event used to describe it.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
CitationDateImpl()
Constructs an initially empty citation date. |
|
CitationDateImpl(org.opengis.metadata.citation.CitationDate source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
CitationDateImpl(java.util.Date date,
org.opengis.metadata.citation.DateType dateType)
Constructs a citation date initialized to the given date. |
Method Summary | |
---|---|
java.util.Date |
getDate()
Returns the reference date for the cited resource. |
org.opengis.metadata.citation.DateType |
getDateType()
Returns the event used for reference date. |
void |
setDate(java.util.Date newValue)
Set the reference date for the cited resource. |
void |
setDateType(org.opengis.metadata.citation.DateType newValue)
Set the event used for reference date. |
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 CitationDateImpl()
public CitationDateImpl(org.opengis.metadata.citation.CitationDate source)
public CitationDateImpl(java.util.Date date, org.opengis.metadata.citation.DateType dateType)
Method Detail |
---|
public java.util.Date getDate()
getDate
in interface org.opengis.metadata.citation.CitationDate
public void setDate(java.util.Date newValue)
public org.opengis.metadata.citation.DateType getDateType()
getDateType
in interface org.opengis.metadata.citation.CitationDate
public void setDateType(org.opengis.metadata.citation.DateType newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |