|
||||||||||
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.identification.ResolutionImpl
public class ResolutionImpl
Level of detail expressed as a scale factor or a ground distance.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ResolutionImpl()
Constructs an initially empty Resolution. |
|
ResolutionImpl(org.opengis.metadata.identification.Resolution source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.lang.Double |
getDistance()
Ground sample distance. |
org.opengis.metadata.identification.RepresentativeFraction |
getEquivalentScale()
Level of detail expressed as the scale of a comparable hardcopy map or chart. |
void |
setDistance(java.lang.Double newValue)
Set the ground sample distance. |
void |
setEquivalentScale(org.opengis.metadata.identification.RepresentativeFraction newValue)
Set the level of detail expressed as the scale of a comparable hardcopy map or chart. |
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 ResolutionImpl()
public ResolutionImpl(org.opengis.metadata.identification.Resolution source)
Method Detail |
---|
public org.opengis.metadata.identification.RepresentativeFraction getEquivalentScale()
getEquivalentScale
in interface org.opengis.metadata.identification.Resolution
public void setEquivalentScale(org.opengis.metadata.identification.RepresentativeFraction newValue)
public java.lang.Double getDistance()
getDistance
in interface org.opengis.metadata.identification.Resolution
public void setDistance(java.lang.Double newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |