JTS Core 1.17.1
Packages
Classes
Search
About
Top
toLocationSymbol(int): char
Bottom
Source
Classic
org.locationtech.jts.geom
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
IntersectionMatrix
es.
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 '-'