Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportDensifyParametersProperties

Hierarchy

  • supportDensifyParametersProperties

Index

Properties

Optional geodesic

geodesic: boolean

If true, Geographic Coordinate System spatial references are used or densify geodesic will be performed.

Read more...

Optional geometries

geometries: GeometryProperties[]

The array of geometries to be densified.

Read more...

Optional lengthUnit

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

The length unit of maxSegmentLength.

Read more...

Optional maxSegmentLength

maxSegmentLength: number

All segments longer than maxSegmentLength are replaced with sequences of lines no longer than maxSegmentLength.

Read more...

Generated using TypeDoc