• JMap.MapContext.getById

    Returns the map context for a given id.

    Parameters

    • contextId: JId

      the JMap map context id

    Returns JMapContext

    Throws

    if map-context not found

    Example

    // returns the map-context id=3
    JMap.MapContext.getById(3)