Class Geographic3DCoordinateReferenceSystem

    • Constructor Detail

      • Geographic3DCoordinateReferenceSystem

        public Geographic3DCoordinateReferenceSystem​(CrsId crsId,
                                                     String name,
                                                     EllipsoidalCoordinateSystem3D coordinateSystem)
        Constructs a 3-Dimensional geographic coordinate reference system.
        Parameters:
        crsId - the CrsId that identifies this CoordinateReferenceSystem uniquely
        name - the commonly used name for this CoordinateReferenceSystem
        coordinateSystem - the coordinate system to use @throws java.lang.IllegalArgumentException if less than two CoordinateSystemAxes are passed.