GeometryFunctionsContains Method

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

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

Reference