Table of Contents

Enum Location

Namespace
NetTopologySuite.Geometries
Assembly
NetTopologySuite.dll

The location of a Coordinate relative to a Geometry

public enum Location

Fields

Boundary = 1

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 = 2

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 = 0

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 = -1

Used for uninitialized location values.