Class ResolutionImpl

  • All Implemented Interfaces:
    Serializable, Cloneable, Resolution

    public class ResolutionImpl
    extends MetadataEntity
    implements Resolution
    Level of detail expressed as a scale factor or a ground distance.
    Since:
    2.1
    Author:
    Martin Desruisseaux (IRD), Touraïvane
    See Also:
    Serialized Form
    • Constructor Detail

      • ResolutionImpl

        public ResolutionImpl()
        Constructs an initially empty Resolution.
      • ResolutionImpl

        public ResolutionImpl​(Resolution source)
        Constructs a metadata entity initialized with the values from the specified metadata.
        Since:
        2.4
    • Method Detail

      • setEquivalentScale

        public void setEquivalentScale​(RepresentativeFraction newValue)
        Set the level of detail expressed as the scale of a comparable hardcopy map or chart.
        Since:
        2.4
      • setDistance

        public void setDistance​(Double newValue)
        Set the ground sample distance.