Interface CoordinateReferenceSystem

    • Method Detail

      • getCoordinateSystem

        CoordinateSystem getCoordinateSystem()
        Returns a relevant coordinate system instance. Special cases:
        • If the CRS instance on which this method is invoked is an instance of the single CRS interface, then the CS instance which is returned shall be one of the defined sub-interfaces of coordinate system.

        • If the CRS instance on which this method is invoked is an instance of the compound CRS interface, then the CS instance which is returned shall have dimension and axis components obtained from different components of the instance CRS.

        Returns:
        The coordinate system.