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, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringpublic ResolutionImpl()
public ResolutionImpl(Resolution source)
public RepresentativeFraction getEquivalentScale()
getEquivalentScale in interface Resolutionnull.public void setEquivalentScale(RepresentativeFraction newValue)
public Double getDistance()
getDistance in interface Resolutionnull.public void setDistance(Double newValue)
Copyright © 1996–2019 Geotools. All rights reserved.