Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportAreasAndLengthsParametersProperties

Hierarchy

  • supportAreasAndLengthsParametersProperties

Index

Properties

Optional areaUnit

areaUnit: "square-meters" | "square-kilometers" | "square-feet" | "square-yards" | "square-miles" | "acres" | "hectares"

The area unit in which areas of polygons will be calculated.

Read more...

Optional calculationType

calculationType: "planar" | "geodesic" | "preserve-shape"

Defines the type of calculation for the geometry.

Read more...

Optional lengthUnit

lengthUnit: "meters" | "kilometers" | "feet" | "yards" | "miles" | "nautical-miles"

The length unit in which perimeters of polygons will be calculated.

Read more...

Optional polygons

polygons: PolygonProperties[]

Polygon geometries for which to compute areas and lengths.

Read more...

Generated using TypeDoc