GeometryFunctionsWithin Method

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

  NameDescription
Public methodStatic memberWithin(FeatureMultipoint, FeaturePolygon)
Determines if the multipoint is inside the polygon.
Public methodStatic memberWithin(FeaturePoint, FeaturePolygon)
Determines if the point is inside the polygon.
Public methodStatic memberWithin(FeaturePolygon, FeaturePolygon)
Determines if the polygon is inside the other polygon.
Public methodStatic memberWithin(FeaturePolyline, FeaturePolygon)
Determines if the polyline is inside the polygon.
Public methodStatic memberWithin(Multipoint, Polygon)
Determines if the multipoint is inside the polygon.
Public methodStatic memberWithin(Point, Polygon)
Determines if the point is inside the polygon.
Public methodStatic memberWithin(Polygon, Polygon)
Determines if the polygon is inside the other polygon.
Public methodStatic memberWithin(Polyline, Polygon)
Determines if the polyline is inside the polygon.
Top
See Also

Reference