Skip to main content

Interface: GeoReferencedChartArea

Defined in: src/sdk/charts/ChartTypes.ts:220

A georeferenced chart area.

Extends

Properties

chartRectangle

readonly chartRectangle: ChartRectangle

Defined in: src/sdk/charts/ChartTypes.ts:214

The rectangle representing this area, projected on the chart. The rectangle coordinates are expressed in the same units used to measure the parent chart's width and height.

Inherited from

BaseChartArea.chartRectangle


geoReferenced

readonly geoReferenced: true

Defined in: src/sdk/charts/ChartTypes.ts:222

Whether this area is georeferenced.


layer

readonly layer: string

Defined in: src/sdk/charts/ChartTypes.ts:208

The layer name of this area.

Inherited from

BaseChartArea.layer


projection

readonly projection: ChartLambertConformalConicProjection

Defined in: src/sdk/charts/ChartTypes.ts:234

A description of the Lambert conformal conic projection used to project world coordinates to chart coordinates for this area.


worldRectangle

readonly worldRectangle: ChartRectangle

Defined in: src/sdk/charts/ChartTypes.ts:228

The rectangle representing this area, projected on the world. The rectangle coordinates are expressed in degrees of longitude or latitude.