Describes a coverage offered by a LuciadFusion LTS server. All defined properties are read-only.

Since

2019.1

Hierarchy

  • LTSCapabilitiesCoverage

Constructors

Properties

abstract: string

Description of the coverage.

id: string

Unique identifier of the coverage.

level0Columns: number

The number of tile columns at the coarsest level.

level0Rows: number

The number of tile rows at the coarsest level.

name: string

Human-readable name of the coverage.

referenceName: string

Name of the geographic reference of the coverage.

samplingMode: RasterSamplingMode

The sampling mode of the coverage.

tileHeight: number

The height of each individual tile in pixels.

tileWidth: number

The width of each individual tile in pixels.

Type of the coverage.

Methods

  • Returns the bounding box of this coverage, defined in the geographic reference returned by the getReference method.

    Returns Bounds