Interface: GeoReferencedChartArea
Defined in: src/sdk/charts/ChartTypes.ts:220
A georeferenced chart area.
Extends
Properties
chartRectangle
readonlychartRectangle: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
geoReferenced
readonlygeoReferenced:true
Defined in: src/sdk/charts/ChartTypes.ts:222
Whether this area is georeferenced.
layer
readonlylayer:string
Defined in: src/sdk/charts/ChartTypes.ts:208
The layer name of this area.
Inherited from
projection
readonlyprojection: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
readonlyworldRectangle: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.