Class SingleCoordinateReferenceSystem<P extends Position>

    • Constructor Detail

      • SingleCoordinateReferenceSystem

        public SingleCoordinateReferenceSystem​(CrsId crsId,
                                               String name,
                                               CoordinateSystem<P> coordinateSystem)
        Constructs a HorizontalCoordinateReferenceSystem.
        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.