public class ResolutionImpl extends MetadataEntity implements Resolution
LOGGER
Constructor and Description |
---|
ResolutionImpl()
Constructs an initially empty Resolution.
|
ResolutionImpl(Resolution source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public ResolutionImpl()
public ResolutionImpl(Resolution source)
public RepresentativeFraction getEquivalentScale()
getEquivalentScale
in interface Resolution
null
.public void setEquivalentScale(RepresentativeFraction newValue)
public Double getDistance()
getDistance
in interface Resolution
null
.public void setDistance(Double newValue)
Copyright © 1996–2019 Geotools. All rights reserved.