Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LengthsParametersProperties

Hierarchy

  • LengthsParametersProperties

Index

Properties

Optional calculationType

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

Defines the type of calculation for the geometry.

Read more...

Optional geodesic

geodesic: boolean

If polylines are in a geographic coordinate system, then geodesic needs to be set to true in order to calculate the ellipsoidal shortest path distance between each pair of the vertices in the polylines.

Read more...

Optional lengthUnit

lengthUnit: string | number

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

Read more...

Optional polylines

polylines: PolylineProperties[]

The array of polylines whose lengths are to be computed.

Read more...

Generated using TypeDoc