Interface Resolution


@Classifier(UNION) @UML(identifier="MD_Resolution", specification=ISO_19115) public interface Resolution
Level of detail expressed as a scale factor or a ground distance. Exactly one of the equivalent scale, distance, vertical, angular distance and level of detail properties shall be provided.
Since:
2.0
See Also:
  • Method Details

    • getEquivalentScale

      Level of detail expressed as the scale of a comparable hardcopy map or chart.
      Returns:
      level of detail expressed as the scale of a comparable hardcopy, or null.
      Condition:
      distance, vertical, angularDistance and levelOfDetail not provided.
    • getDistance

      Horizontal ground sample distance.
      Upcoming API change — units of measurement
      The return type of this method may change in GeoAPI 4.0. It may be replaced by the Length type in order to provide unit of measurement together with the value.
      Returns:
      the ground sample distance, or null.
      Condition:
      equivalentScale, vertical, angularDistance and levelOfDetail not provided.
      Unit:
      Distance
    • getVertical

      Vertical sampling distance.
      Upcoming API change — units of measurement
      The return type of this method may change in GeoAPI 4.0. It may be replaced by the Length type in order to provide unit of measurement together with the value.
      Returns:
      the vertical sampling distance, or null.
      Since:
      3.1
      Condition:
      equivalentScale, distance, angularDistance and levelOfDetail not provided.
      Unit:
      Distance
    • getAngularDistance

      @Profile(level=CORE) @UML(identifier="angularDistance", obligation=CONDITIONAL, specification=ISO_19115) default Double getAngularDistance()
      Angular sampling measure.
      Upcoming API change — units of measurement
      The return type of this method may change in GeoAPI 4.0. It may be replaced by the Angle type in order to provide unit of measurement together with the value.
      Returns:
      the angular sampling measure, or null.
      Since:
      3.1
      Condition:
      equivalentScale, distance, vertical and levelOfDetail not provided.
      Unit:
      Angle
    • getLevelOfDetail

      Brief textual description of the spatial resolution of the resource.
      Returns:
      textual description of the spatial resolution of the resource, or null.
      Since:
      3.1
      Condition:
      equivalentScale, distance, vertical and angularDistance not provided.