|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
SourceImpl
public class SourceImpl
Information about the source data used in creating the data specified by the scope.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
SourceImpl()
Creates an initially empty source. |
|
SourceImpl(InternationalString description)
Creates a source initialized with the given description. |
|
SourceImpl(Source source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
InternationalString |
getDescription()
Returns a detailed description of the level of the source data. |
RepresentativeFraction |
getScaleDenominator()
Returns the denominator of the representative fraction on a source map. |
Citation |
getSourceCitation()
Returns the recommended reference to be used for the source data. |
Collection<Extent> |
getSourceExtents()
Returns tiInformation about the spatial, vertical and temporal extent of the source data. |
ReferenceSystem |
getSourceReferenceSystem()
Returns the spatial reference system used by the source data. |
Collection<ProcessStep> |
getSourceSteps()
Returns information about an event in the creation process for the source data. |
void |
setDescription(InternationalString newValue)
Set a detailed description of the level of the source data. |
void |
setScaleDenominator(RepresentativeFraction newValue)
Set the denominator of the representative fraction on a source map. |
void |
setSourceCitation(Citation newValue)
Set the recommended reference to be used for the source data. |
void |
setSourceExtents(Collection<? extends Extent> newValues)
Information about the spatial, vertical and temporal extent of the source data. |
void |
setSourceReferenceSystem(ReferenceSystem newValue)
Set the spatial reference system used by the source data. |
void |
setSourceSteps(Collection<? extends ProcessStep> newValues)
Set information about an event in the creation process for the source data. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SourceImpl()
public SourceImpl(Source source)
public SourceImpl(InternationalString description)
Method Detail |
---|
public InternationalString getDescription()
getDescription
in interface Source
null
.public void setDescription(InternationalString newValue)
public RepresentativeFraction getScaleDenominator()
getScaleDenominator
in interface Source
null
.public void setScaleDenominator(RepresentativeFraction newValue)
public ReferenceSystem getSourceReferenceSystem()
getSourceReferenceSystem
in interface Source
null
.public void setSourceReferenceSystem(ReferenceSystem newValue)
public Citation getSourceCitation()
getSourceCitation
in interface Source
null
.public void setSourceCitation(Citation newValue)
public Collection<Extent> getSourceExtents()
getSourceExtents
in interface Source
public void setSourceExtents(Collection<? extends Extent> newValues)
public Collection<ProcessStep> getSourceSteps()
getSourceSteps
in interface Source
public void setSourceSteps(Collection<? extends ProcessStep> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |