Interface NominalResolution


@UML(identifier="LE_NominalResolution", specification=ISO_19115_2) public interface NominalResolution
Distance between consistent parts of (centre, left side, right side) adjacent pixels.
Since:
2.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Distance between consistent parts of (centre, left side, right side) adjacent pixels in the object space.
    Distance between consistent parts of (centre, left side, right side) adjacent pixels in the scan plane.
  • Method Details

    • getScanningResolution

      @UML(identifier="scanningResolution", obligation=MANDATORY, specification=ISO_19115_2) Double getScanningResolution()
      Distance between consistent parts of (centre, left side, right side) adjacent pixels in the scan plane.

      Warning: The return type of this method may change in GeoAPI 3.1. It may be replaced by the Length type in order to provide unit of measurement together with the value.

      Returns:
      Distance between consistent parts of adjacent pixels in the scan plane.
      Unit:
      Distance
    • getGroundResolution

      @UML(identifier="groundResolution", obligation=MANDATORY, specification=ISO_19115_2) Double getGroundResolution()
      Distance between consistent parts of (centre, left side, right side) adjacent pixels in the object space.

      Warning: The return type of this method may change in GeoAPI 3.1. It may be replaced by the Length type in order to provide unit of measurement together with the value.

      Returns:
      Distance between consistent parts of adjacent pixels in the object space.
      Unit:
      Distance