GeometryFunctionsDistance Method

PreStorm - A Data Client for ArcGIS Server REST API
Overload List

  NameDescription
Public methodStatic memberDistance(FeatureMultipoint, FeatureMultipoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeatureMultipoint, FeaturePoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeatureMultipoint, FeaturePolygon)
Calculates the distance between two features.
Public methodStatic memberDistance(FeatureMultipoint, FeaturePolyline)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePoint, FeatureMultipoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePoint, FeaturePoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePoint, FeaturePolygon)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePoint, FeaturePolyline)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolygon, FeatureMultipoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolygon, FeaturePoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolygon, FeaturePolygon)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolygon, FeaturePolyline)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolyline, FeatureMultipoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolyline, FeaturePoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolyline, FeaturePolygon)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolyline, FeaturePolyline)
Calculates the distance between two features.
Public methodStatic memberDistance(Multipoint, Multipoint)
Calculates the distance to the other multipoint.
Public methodStatic memberDistance(Multipoint, Point)
Calculates the shortest distance to the point.
Public methodStatic memberDistance(Multipoint, Polygon)
Calculates the shortest distance to the polygon.
Public methodStatic memberDistance(Multipoint, Polyline)
Calculates the shortest distance to the polyline.
Public methodStatic memberDistance(Point, Multipoint)
Calculates the shortest distance to the multipoint.
Public methodStatic memberDistance(Point, Point)
Calculates the distance to the other point.
Public methodStatic memberDistance(Point, Polygon)
Calculates the shortest distance to the polygon.
Public methodStatic memberDistance(Point, Polyline)
Calculates the shortest distance to the polyline.
Public methodStatic memberDistance(Polygon, Multipoint)
Calculates the shortest distance to the multipoint.
Public methodStatic memberDistance(Polygon, Point)
Calculates the shortest distance to the point.
Public methodStatic memberDistance(Polygon, Polygon)
Calculates the distance to the other polygon.
Public methodStatic memberDistance(Polygon, Polyline)
Calculates the shortest distance to the polyline.
Public methodStatic memberDistance(Polyline, Multipoint)
Calculates the shortest distance to the multipoint.
Public methodStatic memberDistance(Polyline, Point)
Calculates the shortest distance to the point.
Public methodStatic memberDistance(Polyline, Polygon)
Calculates the shortest distance to the polygon.
Public methodStatic memberDistance(Polyline, Polyline)
Calculates the distance to the other polyline.
Top
See Also

Reference