Class Location

Hierarchy: Object , Location
public class Location
Constants representing the different topological locations which can occur in a Geometry. The constants are also used as the row and column indices of DE-9IM IntersectionMatrixes.

Other

  • version: 1.7
public static char toLocationSymbol(int locationValue)
Converts the location value to a location symbol, for example, EXTERIOR => 'e' .
Parameters:
locationValue - locationValue either EXTERIOR, BOUNDARY, INTERIOR or NONE
Returns:
either 'e', 'b', 'i' or '-'