|
||||||||||
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.quality.ScopeImpl
public class ScopeImpl
Description of the data specified by the scope.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ScopeImpl()
Constructs an initially empty scope. |
|
ScopeImpl(org.opengis.metadata.quality.Scope source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
ScopeImpl(org.opengis.metadata.maintenance.ScopeCode level)
Creates a scope initialized to the given level. |
Method Summary | |
---|---|
org.opengis.metadata.extent.Extent |
getExtent()
Information about the spatial, vertical and temporal extent of the data specified by the scope. |
org.opengis.metadata.maintenance.ScopeCode |
getLevel()
Hierarchical level of the data specified by the scope. |
java.util.Collection<org.opengis.metadata.maintenance.ScopeDescription> |
getLevelDescription()
Returns detailed descriptions about the level of the data specified by the scope. |
void |
setExtent(org.opengis.metadata.extent.Extent newValue)
Set information about the spatial, vertical and temporal extent of the data specified by the scope. |
void |
setLevel(org.opengis.metadata.maintenance.ScopeCode newValue)
Set the hierarchical level of the data specified by the scope. |
void |
setLevelDescription(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeDescription> newValues)
Set detailed descriptions about the level of the data specified by the scope. |
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 ScopeImpl()
public ScopeImpl(org.opengis.metadata.quality.Scope source)
public ScopeImpl(org.opengis.metadata.maintenance.ScopeCode level)
Method Detail |
---|
public org.opengis.metadata.maintenance.ScopeCode getLevel()
getLevel
in interface org.opengis.metadata.quality.Scope
public void setLevel(org.opengis.metadata.maintenance.ScopeCode newValue)
public java.util.Collection<org.opengis.metadata.maintenance.ScopeDescription> getLevelDescription()
DATASET
or SERIES
.
getLevelDescription
in interface org.opengis.metadata.quality.Scope
public void setLevelDescription(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeDescription> newValues)
public org.opengis.metadata.extent.Extent getExtent()
getExtent
in interface org.opengis.metadata.quality.Scope
public void setExtent(org.opengis.metadata.extent.Extent newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |