|
|||||||||||
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.identification.ResolutionImpl
Level of detail expressed as a scale factor or a ground distance.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
ResolutionImpl()
Constructs an initially empty Resolution. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares this Resolution with the specified object for equality. |
protected void |
freeze()
Declares this metadata and all its attributes as unmodifiable. |
double |
getDistance()
Ground sample distance. |
double |
getEquivalentScale()
Level of detail expressed as the scale of a comparable hardcopy map or chart. |
int |
hashCode()
Returns a hash code value for this resolution. |
void |
setDistance(double newValue)
Set the ground sample distance. |
void |
setEquivalentScale(double newValue)
Set the level of detail expressed as the scale of a comparable hardcopy map or chart. |
java.lang.String |
toString()
Returns a string representation of this resolution. |
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 ResolutionImpl()
Method Detail |
public double getEquivalentScale()
getEquivalentScale
in interface org.opengis.metadata.identification.Resolution
public void setEquivalentScale(double newValue)
public double getDistance()
getDistance
in interface org.opengis.metadata.identification.Resolution
public void setDistance(double 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 |