Class LocationUtility
Utility class for Location enumeration
Inherited Members
Namespace: NetTopologySuite.Geometries
Assembly: NetTopologySuite.dll
Syntax
public class LocationUtility
Methods
| Edit this page View SourceToLocationSymbol(Location)
Converts the location value to a location symbol, for example, EXTERIOR => 'e'.
Declaration
public static char ToLocationSymbol(Location locationValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Location | locationValue |
Returns
| Type | Description |
|---|---|
| char | Either 'e', 'b', 'i' or '-'. |