| Package | com.esri.ags.tasks.supportClasses |
| Class | public class DistanceParameters |
| Inheritance | DistanceParameters Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| distanceUnit : Number
Specifies the units for measuring distance between the two geometries. | DistanceParameters | ||
| geodesic : Boolean = false
If true, then measures the geodesic distance between the two geometries. | DistanceParameters | ||
| geometry1 : Geometry
The geometry from where the distance is to be measured. | DistanceParameters | ||
| geometry2 : Geometry
The geometry to which the distance is to be measured. | DistanceParameters | ||
| distanceUnit | property |
public var distanceUnit:NumberSpecifies the units for measuring distance between the two geometries.
| geodesic | property |
public var geodesic:Boolean = falseIf true, then measures the geodesic distance between the two geometries.
The default value is false.
| geometry1 | property |
public var geometry1:GeometryThe geometry from where the distance is to be measured. All geometry classes except Extent are supported.
See also
| geometry2 | property |
public var geometry2:GeometryThe geometry to which the distance is to be measured. All geometry classes except Extent are supported.
See also