|
|||||||||||
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.quality.ScopeImpl
Description of the data specified by the scope.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
ScopeImpl()
Constructs an initially empty scope. |
|
ScopeImpl(org.opengis.metadata.maintenance.ScopeCode level)
Creates a scope initialized to the given level. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this Scope with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
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. |
int |
hashCode()
Returns a hash code value for this address. |
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. |
java.lang.String |
toString()
Returns a string representation of this citation. |
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 ScopeImpl()
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 org.opengis.metadata.extent.Extent getExtent()
getExtent
in interface org.opengis.metadata.quality.Scope
public void setExtent(org.opengis.metadata.extent.Extent newValue)
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 |