|
JTS Topology Suite version 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vividsolutions.jts.geom.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.
Field Summary | |
---|---|
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 Summary | |
---|---|
Location()
|
Method Summary | |
---|---|
static char |
toLocationSymbol(int locationValue)
Converts the location value to a location symbol, for example, EXTERIOR => 'e'
. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INTERIOR
public static final int BOUNDARY
public static final int EXTERIOR
public static final int NONE
Constructor Detail |
---|
public Location()
Method Detail |
---|
public static char toLocationSymbol(int locationValue)
EXTERIOR => 'e'
.
locationValue
- either EXTERIOR, BOUNDARY, INTERIOR or NONE
|
JTS Topology Suite version 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |