Overload List
Name | Description | |
---|---|---|
![]() ![]() | Distance(Feature<Multipoint>, Feature<Multipoint>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Multipoint>, Feature<Point>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Multipoint>, Feature<Polygon>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Multipoint>, Feature<Polyline>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Point>, Feature<Multipoint>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Point>, Feature<Point>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Point>, Feature<Polygon>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Point>, Feature<Polyline>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Polygon>, Feature<Multipoint>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Polygon>, Feature<Point>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Polygon>, Feature<Polygon>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Polygon>, Feature<Polyline>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Polyline>, Feature<Multipoint>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Polyline>, Feature<Point>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Polyline>, Feature<Polygon>) |
Calculates the distance between two features.
|
![]() ![]() | Distance(Feature<Polyline>, Feature<Polyline>) |
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