Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BufferGeometryCommandOptions

BufferGeometryCommandOptions are passed into the execution of the BufferGeometryCommand.

example



var options = { geometry: { type: "Point", coordinates: [-82.441, 29.200] }, distance: new GeometryMeasure('miles', 1, 'Point') };

Hierarchy

  • BufferGeometryCommandOptions

Index

Properties

Properties

distance

distance: GeometryMeasure

The distance property is used to specifiy the GeometryMeasure distance to buffer.

geometry

geometry: GeometryObject

The geometry property is used to specifiy the GeometryObject to buffer.