Method Summary |
|
public InternationalString | getDescription() Returns a detailed description of the level of the source data. |
public synchronized RepresentativeFraction | getScaleDenominator() Returns the denominator of the representative fraction on a source map. |
public Citation | getSourceCitation() Returns the recommended reference to be used for the source data. |
public synchronized Collection | getSourceExtents() Returns tiInformation about the spatial, vertical and temporal extent
of the source data. |
public ReferenceSystem | getSourceReferenceSystem() Returns the spatial reference system used by the source data. |
public synchronized Collection | getSourceSteps() Returns information about an event in the creation process for the source data. |
public synchronized void | setDescription(InternationalString newValue) Set a detailed description of the level of the source data. |
public void | setScaleDenominator(long newValue) Set the denominator of the representative fraction on a source map. |
public synchronized void | setScaleDenominator(RepresentativeFraction newValue) Set the denominator of the representative fraction on a source map. |
public synchronized void | setSourceCitation(Citation newValue) Set the recommended reference to be used for the source data. |
public synchronized void | setSourceExtents(Collection newValues) Information about the spatial, vertical and temporal extent of the source data. |
public synchronized void | setSourceReferenceSystem(ReferenceSystem newValue) Set the spatial reference system used by the source data. |
public synchronized void | setSourceSteps(Collection newValues) Set information about an event in the creation process for the source data. |