|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.lineage.LineageImpl
Information about the events or source data used in constructing the data specified by
the scope or lack of knowledge about lineage.
Only one of statement, process steps
and sources
should be provided.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
LineageImpl()
Constructs an initially empty lineage. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this Lineage with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
getProcessSteps()
Returns the information about an event in the creation process for the data specified by the scope. |
java.util.Collection |
getSources()
Information about the source data used in creating the data specified by the scope. |
org.opengis.util.InternationalString |
getStatement()
Returns the general explanation of the data producer?s knowledge about the lineage of a dataset. |
int |
hashCode()
Returns a hash code value for this series. |
void |
setProcessSteps(java.util.Collection newValues)
Set information about an event in the creation process for the data specified by the scope. |
void |
setSources(java.util.Collection newValues)
Information about the source data used in creating the data specified by the scope. |
void |
setStatement(org.opengis.util.InternationalString newValue)
Set the general explanation of the data producer?s knowledge about the lineage of a dataset. |
java.lang.String |
toString()
Returns a string representation of this lineage. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LineageImpl()
Method Detail |
public org.opengis.util.InternationalString getStatement()
getStatement
in interface org.opengis.metadata.lineage.Lineage
public void setStatement(org.opengis.util.InternationalString newValue)
public java.util.Collection getProcessSteps()
getProcessSteps
in interface org.opengis.metadata.lineage.Lineage
public void setProcessSteps(java.util.Collection newValues)
public java.util.Collection getSources()
getSources
in interface org.opengis.metadata.lineage.Lineage
public void setSources(java.util.Collection newValues)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |