Overload List
Name | Description | |
---|---|---|
WithinDistance(FeatureMultipoint, FeatureMultipoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeatureMultipoint, FeaturePoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeatureMultipoint, FeaturePolygon, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeatureMultipoint, FeaturePolyline, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePoint, FeatureMultipoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePoint, FeaturePoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePoint, FeaturePolygon, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePoint, FeaturePolyline, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePolygon, FeatureMultipoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePolygon, FeaturePoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePolygon, FeaturePolygon, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePolygon, FeaturePolyline, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePolyline, FeatureMultipoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePolyline, FeaturePoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePolyline, FeaturePolygon, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(FeaturePolyline, FeaturePolyline, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
WithinDistance(Multipoint, Multipoint, Double) |
Determines if the multipoint is within the specified distance from the other multipoint.
| |
WithinDistance(Multipoint, Point, Double) |
Determines if the multipoint is within the specified distance from the point.
| |
WithinDistance(Multipoint, Polygon, Double) |
Determines if the multipoint is within the specified distance from the polygon.
| |
WithinDistance(Multipoint, Polyline, Double) |
Determines if the multipoint is within the specified distance from the polyline.
| |
WithinDistance(Point, Multipoint, Double) |
Determines if the point is within the specified distance from the multipoint.
| |
WithinDistance(Point, Point, Double) |
Determines if the point is within the specified distance from the other point.
| |
WithinDistance(Point, Polygon, Double) |
Determines if the point is within the specified distance from the polygon.
| |
WithinDistance(Point, Polyline, Double) |
Determines if the point is within the specified distance from the polyline.
| |
WithinDistance(Polygon, Multipoint, Double) |
Determines if the polygon is within the specified distance from the multipoint.
| |
WithinDistance(Polygon, Point, Double) |
Determines if the polygon is within the specified distance from the point.
| |
WithinDistance(Polygon, Polygon, Double) |
Determines if the polygon is within the specified distance from the other polygon.
| |
WithinDistance(Polygon, Polyline, Double) |
Determines if the polygon is within the specified distance from the polyline.
| |
WithinDistance(Polyline, Multipoint, Double) |
Determines if the polyline is within the specified distance from the multipoint.
| |
WithinDistance(Polyline, Point, Double) |
Determines if the polyline is within the specified distance from the point.
| |
WithinDistance(Polyline, Polygon, Double) |
Determines if the polyline is within the specified distance from the polygon.
| |
WithinDistance(Polyline, Polyline, Double) |
Determines if the polyline is within the specified distance from the other polyline.
|
See Also