|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ResolutionImpl
public class ResolutionImpl
Level of detail expressed as a scale factor or a ground distance.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ResolutionImpl()
Constructs an initially empty Resolution. |
|
ResolutionImpl(Resolution source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Double |
getDistance()
Ground sample distance. |
RepresentativeFraction |
getEquivalentScale()
Level of detail expressed as the scale of a comparable hardcopy map or chart. |
void |
setDistance(Double newValue)
Set the ground sample distance. |
void |
setEquivalentScale(RepresentativeFraction newValue)
Set the level of detail expressed as the scale of a comparable hardcopy map or chart. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResolutionImpl()
public ResolutionImpl(Resolution source)
Method Detail |
---|
public RepresentativeFraction getEquivalentScale()
getEquivalentScale
in interface Resolution
public void setEquivalentScale(RepresentativeFraction newValue)
public Double getDistance()
getDistance
in interface Resolution
public void setDistance(Double newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |