|
||||||||||
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.lineage.SourceImpl
public class SourceImpl
Information about the source data used in creating the data specified by the scope.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
SourceImpl()
Creates an initially empty source. |
|
SourceImpl(org.opengis.util.InternationalString description)
Creates a source initialized with the given description. |
|
SourceImpl(org.opengis.metadata.lineage.Source source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
org.opengis.util.InternationalString |
getDescription()
Returns a detailed description of the level of the source data. |
org.opengis.metadata.identification.RepresentativeFraction |
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<org.opengis.metadata.extent.Extent> |
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<org.opengis.metadata.lineage.ProcessStep> |
getSourceSteps()
Returns information about an event in the creation process for the source data. |
void |
setDescription(org.opengis.util.InternationalString newValue)
Set a detailed description of the level of the source data. |
void |
setScaleDenominator(org.opengis.metadata.identification.RepresentativeFraction 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<? extends org.opengis.metadata.extent.Extent> 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<? extends org.opengis.metadata.lineage.ProcessStep> newValues)
Set information about an event in the creation process for the source data. |
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 SourceImpl()
public SourceImpl(org.opengis.metadata.lineage.Source source)
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 org.opengis.metadata.identification.RepresentativeFraction getScaleDenominator()
getScaleDenominator
in interface org.opengis.metadata.lineage.Source
public void setScaleDenominator(org.opengis.metadata.identification.RepresentativeFraction 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<org.opengis.metadata.extent.Extent> getSourceExtents()
getSourceExtents
in interface org.opengis.metadata.lineage.Source
public void setSourceExtents(java.util.Collection<? extends org.opengis.metadata.extent.Extent> newValues)
public java.util.Collection<org.opengis.metadata.lineage.ProcessStep> getSourceSteps()
getSourceSteps
in interface org.opengis.metadata.lineage.Source
public void setSourceSteps(java.util.Collection<? extends org.opengis.metadata.lineage.ProcessStep> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |