Overload List
Name | Description | |
---|---|---|
![]() ![]() | Contains(FeaturePolygon, FeatureMultipoint) |
Determines if the polygon completely contains the multipoint.
|
![]() ![]() | Contains(FeaturePolygon, FeaturePoint) |
Determines if the polygon contains the point.
|
![]() ![]() | Contains(FeaturePolygon, FeaturePolygon) |
Determines if the polygon completely contains the other polygon.
|
![]() ![]() | Contains(FeaturePolygon, FeaturePolyline) |
Determines if the polygon completely contains the polyline.
|
![]() ![]() | Contains(Polygon, Multipoint) |
Determines if the polygon completely contains the multipoint.
|
![]() ![]() | Contains(Polygon, Point) |
Determines if the polygon contains the point.
|
![]() ![]() | Contains(Polygon, Polygon) |
Determines if the polygon completely contains the other polygon.
|
![]() ![]() | Contains(Polygon, Polyline) |
Determines if the polygon completely contains the polyline.
|
See Also