All Known Implementing Classes:
Projection

public interface CRS
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CRS
    WGS 84 / Pseudo-Mercator
    static final CRS
    WGS 84
  • Method Summary

    Modifier and Type
    Method
    Description
    default Integer
    Return numeric ID of the CRS, omitting SRS prefix.
     
  • Field Details

    • EPSG_4326

      static final CRS EPSG_4326
      WGS 84
    • EPSG_3857

      static final CRS EPSG_3857
      WGS 84 / Pseudo-Mercator
  • Method Details

    • getName

      String getName()
      Returns:
      the name of projection, e.g. 'EPSG:3857'
    • getCrsId

      default Integer getCrsId()
      Return numeric ID of the CRS, omitting SRS prefix. For instance for projection "EPSG:4326" the return value is '4326'.
      Returns:
      numeric ID of the CRS