• Retrieves the spatial reference corresponding to the given identifier. The vertical reference of the returned reference is defined as Above Mean Sea Level (AMSL).

    This has an effect on all the z-coordinates of your shapes, which will all be interpreted as AMSL.

    You can use the isValidReferenceIdentifier function to test if the reference corresponding to the given identifier is available in this reference provider. To add new references to this reference provider, use addReference.

    To retrieve a height above terrain reference, use getHeightAboveTerrainReference.

    Parameters

    • referenceIdentifier: string

      the reference identifier

    Returns CoordinateReference

    The requested spatial reference, with its vertical reference defined Above Mean Sea Level (AMSL)