Overload List
| Name | Description | |
|---|---|---|
| Within(FeatureMultipoint, FeaturePolygon) |
Determines if the multipoint is inside the polygon.
| |
| Within(FeaturePoint, FeaturePolygon) |
Determines if the point is inside the polygon.
| |
| Within(FeaturePolygon, FeaturePolygon) |
Determines if the polygon is inside the other polygon.
| |
| Within(FeaturePolyline, FeaturePolygon) |
Determines if the polyline is inside the polygon.
| |
| Within(Multipoint, Polygon) |
Determines if the multipoint is inside the polygon.
| |
| Within(Point, Polygon) |
Determines if the point is inside the polygon.
| |
| Within(Polygon, Polygon) |
Determines if the polygon is inside the other polygon.
| |
| Within(Polyline, Polygon) |
Determines if the polyline is inside the polygon.
|
See Also