Interface Georectified

    • Method Detail

      • isCheckPointAvailable

        @UML(identifier="checkPointAvailability",
             obligation=MANDATORY,
             specification=ISO_19115)
        boolean isCheckPointAvailable()
        Indication of whether or not geographic position points are available to test the accuracy of the georeferenced grid data.
        Returns:
        Whether or not geographic position points are available to test accuracy.
      • getCornerPoints

        @UML(identifier="cornerPoints",
             obligation=MANDATORY,
             specification=ISO_19115)
        java.util.List<? extends Point> getCornerPoints()
        Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions. There are four corner points in a georectified grid; at least two corner points along one diagonal are required.
        Returns:
        The corner points.
      • getCenterPoint

        @UML(identifier="centerPoint",
             obligation=OPTIONAL,
             specification=ISO_19115)
        Point getCenterPoint()
        Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions.
        Returns:
        The center point, or null.
      • getTransformationDimensionMapping

        @UML(identifier="transformationDimensionMapping",
             obligation=OPTIONAL,
             specification=ISO_19115)
        java.util.Collection<? extends InternationalString> getTransformationDimensionMapping()
        Information about which grid dimensions are the spatial dimensions.
        Returns:
        Information about which grid dimensions are the spatial dimensions, or null.