| Package | com.esri.ags.tasks.supportClasses |
| Class | public class DensifyParameters |
| Inheritance | DensifyParameters Object |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| geodesic : Boolean = false
If true, GCS spatial references are used or densify geodesic is to be performed. | DensifyParameters | ||
| geometries : Array
The array of geometries to be densified. | DensifyParameters | ||
| lengthUnit : Number
The length unit of maxSegmentLength, can be any esriUnits constant. | DensifyParameters | ||
| maxSegmentLength : Number
All segments longer than maxSegmentLength are replaced with sequences of lines no longer than maxSegmentLength. | DensifyParameters | ||
| geodesic | property |
public var geodesic:Boolean = falseIf true, GCS spatial references are used or densify geodesic is to be performed.
The default value is false.
| geometries | property |
public var geometries:ArrayThe array of geometries to be densified.
See also
| lengthUnit | property |
public var lengthUnit:NumberThe length unit of maxSegmentLength, can be any esriUnits constant. In case not specified, if the SR is PCS, the unit is determined by unit of the SR, otherwise, it is meter.
| maxSegmentLength | property |
public var maxSegmentLength:NumberAll segments longer than maxSegmentLength are replaced with sequences of lines no longer than maxSegmentLength.