|
|||||||||||
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.SourceImpl
Information about the source data used in creating the data specified by the scope.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
SourceImpl()
Creates an initially empty source. |
|
SourceImpl(org.opengis.util.InternationalString description)
Creates a source initialized with the given description. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this source with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getDescription()
Returns a detailed description of the level of the source data. |
long |
getScaleDenominator()
Returns the denominator of the representative fraction on a source map. |
org.opengis.metadata.citation.Citation |
getSourceCitation()
Returns the recommended reference to be used for the source data. |
java.util.Collection |
getSourceExtents()
Returns tiInformation about the spatial, vertical and temporal extent of the source data. |
org.opengis.referencing.ReferenceSystem |
getSourceReferenceSystem()
Returns the spatial reference system used by the source data. |
java.util.Collection |
getSourceSteps()
Returns information about an event in the creation process for the source data. |
int |
hashCode()
Returns a hash code value for this source. |
void |
setDescription(org.opengis.util.InternationalString newValue)
Set a detailed description of the level of the source data. |
void |
setScaleDenominator(long newValue)
Set the denominator of the representative fraction on a source map. |
void |
setSourceCitation(org.opengis.metadata.citation.Citation newValue)
Set the recommended reference to be used for the source data. |
void |
setSourceExtents(java.util.Collection newValues)
Information about the spatial, vertical and temporal extent of the source data. |
void |
setSourceReferenceSystem(org.opengis.referencing.ReferenceSystem newValue)
Set the spatial reference system used by the source data. |
void |
setSourceSteps(java.util.Collection newValues)
Set information about an event in the creation process for the source data. |
java.lang.String |
toString()
Returns a string representation of this source. |
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 SourceImpl()
public SourceImpl(org.opengis.util.InternationalString description)
Method Detail |
public org.opengis.util.InternationalString getDescription()
getDescription
in interface org.opengis.metadata.lineage.Source
public void setDescription(org.opengis.util.InternationalString newValue)
public long getScaleDenominator()
getScaleDenominator
in interface org.opengis.metadata.lineage.Source
public void setScaleDenominator(long newValue)
public org.opengis.referencing.ReferenceSystem getSourceReferenceSystem()
getSourceReferenceSystem
in interface org.opengis.metadata.lineage.Source
public void setSourceReferenceSystem(org.opengis.referencing.ReferenceSystem newValue)
public org.opengis.metadata.citation.Citation getSourceCitation()
getSourceCitation
in interface org.opengis.metadata.lineage.Source
public void setSourceCitation(org.opengis.metadata.citation.Citation newValue)
public java.util.Collection getSourceExtents()
getSourceExtents
in interface org.opengis.metadata.lineage.Source
public void setSourceExtents(java.util.Collection newValues)
public java.util.Collection getSourceSteps()
getSourceSteps
in interface org.opengis.metadata.lineage.Source
public void setSourceSteps(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 |