DK for Delphi | GisTopology | Constants | Enums | Methods | Classes
| Name | Visibility | Description | |
|---|---|---|---|
| CONTOUR_CLOSED | public | Predefined contour state for a closed contour. | |
| CONTOUR_OPENED | public | Predefined contour state for an open contour. | |
| RELATE_CONTAINS | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a geometry containing another geometry. | |
| RELATE_CONTAINS_COMPLETELY | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for completely containing another geometry, excluding boundary contact. | |
| RELATE_CROSS | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for crossing geometries whose interiors intersect but neither geometry contains the other. | |
| RELATE_CROSS_LINE | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for line-line crossing where the intersection is a point. | |
| RELATE_DISJOINT | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for spatially disjoint geometries. | |
| RELATE_EQUALITY | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for spatial equality. | |
| RELATE_INTERSECT | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for interior-interior intersection. | |
| RELATE_INTERSECT1 | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for interior-boundary intersection. | |
| RELATE_INTERSECT2 | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for boundary-interior intersection. | |
| RELATE_INTERSECT3 | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for boundary-boundary intersection. | |
| RELATE_INTERSECT_BOUNDARY_BOUNDARY | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for boundary-boundary intersection. | |
| RELATE_INTERSECT_BOUNDARY_INTERIOR | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for boundary-interior intersection. | |
| RELATE_INTERSECT_INTERIOR_BOUNDARY | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for interior-boundary intersection. | |
| RELATE_INTERSECT_INTERIOR_INTERIOR | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for interior-interior intersection. | |
| RELATE_LINE_CROSSTRAVERS_POLYGON | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a line crossing and traversing a polygon. | |
| RELATE_LINE_CROSS_LINE | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a line crossing another line at a point. | |
| RELATE_LINE_CROSS_POLYGON | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a line crossing a polygon. | |
| RELATE_LINE_TRAVERS_POLYGON | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a line traversing a polygon with entry and exit crossings. | |
| RELATE_OVERLAP | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for spatially overlapping geometries of the same dimension. | |
| RELATE_OVERLAP_LINE | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for overlapping line geometries with a shared line segment. | |
| RELATE_POLYGON_CROSSED_BY_LINE | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a polygon crossed by a line. | |
| RELATE_POLYGON_CROSSTRAVERSED_BY_LINE | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a polygon crossed and traversed by a line. | |
| RELATE_POLYGON_TRAVERSED_BY_LINE | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a polygon traversed by a line with entry and exit crossings. | |
| RELATE_TOUCH | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for touching geometries whose interiors do not intersect. | |
| RELATE_TOUCH_BOUNDARY_BOUNDARY | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for boundary-boundary touching. | |
| RELATE_TOUCH_BOUNDARY_INTERIOR | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for boundary-interior touching. | |
| RELATE_TOUCH_INTERIOR | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for touching where one geometry boundary intersects the other geometry interior. | |
| RELATE_TOUCH_INTERIOR_BOUNDARY | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for touching where one geometry interior intersects the other geometry boundary. | |
| RELATE_WITHIN | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a geometry within another geometry. | |
| RELATE_WITHIN_COMPLETELY | public | Predefined DE-9IM (Dimensionally Extended 9-Intersection Model) pattern for a geometry completely within another geometry, excluding boundary contact. | |