public class Location
extends java.lang.Object
Geometry.
The constants are also used as the row and column indices
of DE-9IM IntersectionMatrixes.| Modifier and Type | Field | Description |
|---|---|---|
static int |
BOUNDARY |
The location value for the boundary of a geometry.
|
static int |
EXTERIOR |
The location value for the exterior of a geometry.
|
static int |
INTERIOR |
The location value for the interior of a geometry.
|
static int |
NONE |
Used for uninitialized location values.
|
| Constructor | Description |
|---|---|
Location() |
| Modifier and Type | Method | Description |
|---|---|---|
static char |
toLocationSymbol(int locationValue) |
Converts the location value to a location symbol, for example,
EXTERIOR => 'e'
. |
public static final int INTERIOR
public static final int BOUNDARY
public static final int EXTERIOR
public static final int NONE
Copyright © 2018. All rights reserved.