Class ProjectedCoordinateReferenceSystem

    • Constructor Detail

      • ProjectedCoordinateReferenceSystem

        public ProjectedCoordinateReferenceSystem​(CrsId crsId,
                                                  String name,
                                                  GeographicCoordinateReferenceSystem geoCRS,
                                                  Projection projection,
                                                  List<CrsParameter> parameters,
                                                  CartesianCoordinateSystem2D crs)
        Constructs a ProjectedCoordinateReferenceSystem.
        Parameters:
        crsId - the CrsId that identifies this CoordinateReferenceSystem uniquely
        name - the commonly used name for this CoordinateReferenceSystem
        geoCRS - the GeographicCoordinateReferenceSystem for this projection
        projection - the map projection method
        parameters - the projection parameters for the projection method
        crs - the 2D cartesian coordinate system for this coordinate reference system
      • ProjectedCoordinateReferenceSystem

        public ProjectedCoordinateReferenceSystem​(CrsId crsId,
                                                  String name,
                                                  GeographicCoordinateReferenceSystem geoCRS,
                                                  Projection projection,
                                                  List<CrsParameter> parameters,
                                                  CartesianCoordinateSystem2D crs,
                                                  Extension extension)
        Constructs a ProjectedCoordinateReferenceSystem.
        Parameters:
        crsId - the CrsId that identifies this CoordinateReferenceSystem uniquely
        name - the commonly used name for this CoordinateReferenceSystem
        geoCRS - the GeographicCoordinateReferenceSystem for this projection
        projection - the map projection method
        parameters - the projection parameters for the projection method
        crs - the 2D cartesian coordinate system for this coordinate reference system
        extension - the optional extension key-value pair for this CoordinateReferenceSystem
    • Method Detail

      • getParameters

        public List<CrsParameter> getParameters()
        Returns the projection parameters
        Returns:
        a list of CrsParameters.
      • getGeographicCoordinateSystem

        public GeographicCoordinateReferenceSystem getGeographicCoordinateSystem()
        Returns the base GeographicCoordinateReferenceSystem of this projected reference system.
        Returns:
      • getProjection

        public Projection getProjection()
        Returns the map projection for this projected cooordinate system.
        Returns:
      • getExtension

        public Extension getExtension()
        Returns an extension value by key
        Returns:
        the extension object, if any