Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BufferParametersProperties

Hierarchy

  • BufferParametersProperties

Index

Properties

Optional bufferSpatialReference

bufferSpatialReference: SpatialReferenceProperties

The spatial reference in which the geometries are buffered.

Read more...

Optional distances

distances: number[]

The distances the input features are buffered.

Read more...

Optional geodesic

geodesic: boolean

If the input geometries are in a geographic coordinate system, set geodesic to true to generate a buffer polygon using a geodesic distance.

Read more...

Optional geometries

geometries: GeometryProperties[]

The input geometries to buffer.

Read more...

Optional outSpatialReference

outSpatialReference: SpatialReferenceProperties

The spatial reference for the returned geometries.

Read more...

Optional unionResults

unionResults: boolean

If true, all geometries buffered at a given distance are unioned into a single (possibly multipart) polygon, and the unioned geometry is placed in the output array.

Read more...

Optional unit

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

The units for calculating each buffer distance.

Read more...

Generated using TypeDoc