IEnumerable<MapPoint> GeodeticMove( IEnumerable<MapPoint> points, SpatialReference spatialReference, double distance, LinearUnit unit, double azimuth, GeodeticCurveType curveType )
Function GeodeticMove( _ ByVal points As IEnumerable(Of MapPoint), _ ByVal spatialReference As SpatialReference, _ ByVal distance As Double, _ ByVal unit As LinearUnit, _ ByVal azimuth As Double, _ ByVal curveType As GeodeticCurveType _ ) As IEnumerable(Of MapPoint)
Parameters
- points
- The points that are to be moved.
- spatialReference
- The spatial reference of the points.
- distance
- The distance by which the points will be moved.
- unit
- The unit of the distance property.
- azimuth
- The azimuth angle in radians of the direction for the points.
- curveType
- The type of curve to follow when moving the points.
Return Value
The number of points moved. Points outside of the horizon will be discarded.