Class AbstractTransformedGrid

    • Constructor Detail

      • AbstractTransformedGrid

        public AbstractTransformedGrid()
    • Method Detail

      • transformNativeHeadingToWgs84

        public abstract double transformNativeHeadingToWgs84​(double xComp,
                                                             double yComp,
                                                             double lon,
                                                             double lat)
        Transforms a heading in native grid co-ordinates (degrees clockwise from positive y-direction) into a heading in WGS84 (degrees clockwise from north).
        Parameters:
        xComp - The x-component of the heading
        yComp - The y-component of the heading
        lon - The longitude of the given components
        lat - The latitude of the given components
        Returns:
        The transformed heading
      • getCoordinateReferenceSystem

        public final org.opengis.referencing.crs.CoordinateReferenceSystem getCoordinateReferenceSystem()
        Always returns DefaultGeographicCRS#WGS84. Transformations between native CRS and WGS84 are done behind the scenes
        Specified by:
        getCoordinateReferenceSystem in interface HorizontalDomain