Overload List
Name | Description | |
---|---|---|
Distance(FeatureMultipoint, FeatureMultipoint) |
Calculates the distance between two features.
| |
Distance(FeatureMultipoint, FeaturePoint) |
Calculates the distance between two features.
| |
Distance(FeatureMultipoint, FeaturePolygon) |
Calculates the distance between two features.
| |
Distance(FeatureMultipoint, FeaturePolyline) |
Calculates the distance between two features.
| |
Distance(FeaturePoint, FeatureMultipoint) |
Calculates the distance between two features.
| |
Distance(FeaturePoint, FeaturePoint) |
Calculates the distance between two features.
| |
Distance(FeaturePoint, FeaturePolygon) |
Calculates the distance between two features.
| |
Distance(FeaturePoint, FeaturePolyline) |
Calculates the distance between two features.
| |
Distance(FeaturePolygon, FeatureMultipoint) |
Calculates the distance between two features.
| |
Distance(FeaturePolygon, FeaturePoint) |
Calculates the distance between two features.
| |
Distance(FeaturePolygon, FeaturePolygon) |
Calculates the distance between two features.
| |
Distance(FeaturePolygon, FeaturePolyline) |
Calculates the distance between two features.
| |
Distance(FeaturePolyline, FeatureMultipoint) |
Calculates the distance between two features.
| |
Distance(FeaturePolyline, FeaturePoint) |
Calculates the distance between two features.
| |
Distance(FeaturePolyline, FeaturePolygon) |
Calculates the distance between two features.
| |
Distance(FeaturePolyline, FeaturePolyline) |
Calculates the distance between two features.
| |
Distance(Multipoint, Multipoint) |
Calculates the distance to the other multipoint.
| |
Distance(Multipoint, Point) |
Calculates the shortest distance to the point.
| |
Distance(Multipoint, Polygon) |
Calculates the shortest distance to the polygon.
| |
Distance(Multipoint, Polyline) |
Calculates the shortest distance to the polyline.
| |
Distance(Point, Multipoint) |
Calculates the shortest distance to the multipoint.
| |
Distance(Point, Point) |
Calculates the distance to the other point.
| |
Distance(Point, Polygon) |
Calculates the shortest distance to the polygon.
| |
Distance(Point, Polyline) |
Calculates the shortest distance to the polyline.
| |
Distance(Polygon, Multipoint) |
Calculates the shortest distance to the multipoint.
| |
Distance(Polygon, Point) |
Calculates the shortest distance to the point.
| |
Distance(Polygon, Polygon) |
Calculates the distance to the other polygon.
| |
Distance(Polygon, Polyline) |
Calculates the shortest distance to the polyline.
| |
Distance(Polyline, Multipoint) |
Calculates the shortest distance to the multipoint.
| |
Distance(Polyline, Point) |
Calculates the shortest distance to the point.
| |
Distance(Polyline, Polygon) |
Calculates the shortest distance to the polygon.
| |
Distance(Polyline, Polyline) |
Calculates the distance to the other polyline.
|
See Also