GeometryFunctionsWithinDistance Method

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

  NameDescription
Public methodStatic memberWithinDistance(FeatureMultipoint, FeatureMultipoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeatureMultipoint, FeaturePoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeatureMultipoint, FeaturePolygon, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeatureMultipoint, FeaturePolyline, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePoint, FeatureMultipoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePoint, FeaturePoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePoint, FeaturePolygon, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePoint, FeaturePolyline, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolygon, FeatureMultipoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolygon, FeaturePoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolygon, FeaturePolygon, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolygon, FeaturePolyline, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolyline, FeatureMultipoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolyline, FeaturePoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolyline, FeaturePolygon, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolyline, FeaturePolyline, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(Multipoint, Multipoint, Double)
Determines if the multipoint is within the specified distance from the other multipoint.
Public methodStatic memberWithinDistance(Multipoint, Point, Double)
Determines if the multipoint is within the specified distance from the point.
Public methodStatic memberWithinDistance(Multipoint, Polygon, Double)
Determines if the multipoint is within the specified distance from the polygon.
Public methodStatic memberWithinDistance(Multipoint, Polyline, Double)
Determines if the multipoint is within the specified distance from the polyline.
Public methodStatic memberWithinDistance(Point, Multipoint, Double)
Determines if the point is within the specified distance from the multipoint.
Public methodStatic memberWithinDistance(Point, Point, Double)
Determines if the point is within the specified distance from the other point.
Public methodStatic memberWithinDistance(Point, Polygon, Double)
Determines if the point is within the specified distance from the polygon.
Public methodStatic memberWithinDistance(Point, Polyline, Double)
Determines if the point is within the specified distance from the polyline.
Public methodStatic memberWithinDistance(Polygon, Multipoint, Double)
Determines if the polygon is within the specified distance from the multipoint.
Public methodStatic memberWithinDistance(Polygon, Point, Double)
Determines if the polygon is within the specified distance from the point.
Public methodStatic memberWithinDistance(Polygon, Polygon, Double)
Determines if the polygon is within the specified distance from the other polygon.
Public methodStatic memberWithinDistance(Polygon, Polyline, Double)
Determines if the polygon is within the specified distance from the polyline.
Public methodStatic memberWithinDistance(Polyline, Multipoint, Double)
Determines if the polyline is within the specified distance from the multipoint.
Public methodStatic memberWithinDistance(Polyline, Point, Double)
Determines if the polyline is within the specified distance from the point.
Public methodStatic memberWithinDistance(Polyline, Polygon, Double)
Determines if the polyline is within the specified distance from the polygon.
Public methodStatic memberWithinDistance(Polyline, Polyline, Double)
Determines if the polyline is within the specified distance from the other polyline.
Top
See Also

Reference