E Horizon Options
class EHorizonOptions
Content copied to clipboard
Defines options for EHorizon.
Parameters
length
the minimum length of the MPP in meters. This does not include the trailingLength. The actual MPP length may be bigger. Double in range 1.0, 20000.0. Default value 500.0
expansion
the number of branches to include from the MPP. When set to 0 only the MPP is returned. Higher values will result in deeper nesting. Int in range 0, 2. Default value 0
branchLength
when expansion is set to anything but 0, this specifies the minimum length in meters branches will be expanded from the MPP. Double in range 1.0, 5000.0. Default value 50.0
includeGeometries
will geometries be included for edges. Excluding the edge shapes may save some processing time on shape extraction and decoding. Boolean to enable/disable. Default value false
Types
Builder
Link copied to clipboard