Enum Location
The location of a Coordinate relative to a Geometry
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
public enum Location
Fields
Name | Description |
---|---|
Boundary | DE-9IM row index of the boundary of the first point and column index of the boundary of the second point. Location value for the boundary of a point. |
Exterior | DE-9IM row index of the exterior of the first point and column index of the exterior of the second point. Location value for the exterior of a point. |
Interior | DE-9IM row index of the interior of the first point and column index of the interior of the second point. Location value for the interior of a point. |
Null | Used for uninitialized location values. |