@vcmap/core
    Preparing search index...

    Class ObliqueDataSet

    Index

    Accessors

    Constructors

    Methods

    • Requests the state of data at a certain location. No data is automatically READY.

      Parameters

      • mercatorCoordinate: Coordinate

        coordinate in web mercator

      Returns DataState

    • Loads the closest data tile for a certain location. Resolves when all data for the location has been loaded.

      Parameters

      • mercatorCoordinate: Coordinate

        coordinate in web mercator

      Returns Promise<void>

    • Loads all the tiles for a given extent.

      Parameters

      • extent: Extent

      Returns Promise<void>

    Properties

    baseUrl: string
    copyright: CopyrightOptions | undefined = undefined
    imagesLoaded: VcsEvent<ObliqueDataSetImagesLoaded> = ...

    Event raised when images are loaded.

    projection: Projection
    url: string