@kognifai/cogsengine
    Preparing search index...

    Class WmsRasterSource

    Cogs Terrain Raster Source for WMS providers

    const wmsRasterInfo: Cogs.WmsRasterInfo = {
    url: 'http://127.0.0.1:8081/geoserver/wms?service=WMS&version=1.1.0&srs=EPSG:32618',
    layer: 'tiger:tiger_roads,tiger:poly_landmarks',
    mimeType: 'image/png',
    style: '',
    extents: {
    minX: 566816,
    maxX: 606816,
    minY: 4493768,
    maxY: 4533768
    },
    tilingInfo: {
    dx: 40000,
    dy: 40000,
    tileWidth: 256,
    tileHeight: 256,
    levels: 25,
    rootLevel: 0
    }
    };
    const wmsSource = new Cogs.WmsRasterSource(wmsRasterInfo);
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    baseUrl: string
    rasterInfo: WmsRasterInfo

    Methods

    • Parameters

      • tileId: TileID

        Identifies the tile.

      Returns string

    • Parameters

      Returns string