Package | Description |
---|---|
org.locationtech.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
Modifier and Type | Method | Description |
---|---|---|
static Ordinate |
Ordinate.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Ordinate[] |
Ordinate.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.EnumSet<Ordinate> |
Ordinate.createXY() |
EnumSet of X and Y ordinates, a copy is returned as EnumSets are not immutable.
|
static java.util.EnumSet<Ordinate> |
Ordinate.createXYM() |
EnumSet of XYM ordinates, a copy is returned as EnumSets are not immutable.
|
static java.util.EnumSet<Ordinate> |
Ordinate.createXYZ() |
EnumSet of XYZ ordinates, a copy is returned as EnumSets are not immutable.
|
static java.util.EnumSet<Ordinate> |
Ordinate.createXYZM() |
EnumSet of XYZM ordinates, a copy is returned as EnumSets are not immutable.
|
java.util.EnumSet<Ordinate> |
WKTWriter.getOutputOrdinates() |
Gets a bit-pattern defining which ordinates should be
|
Modifier and Type | Method | Description |
---|---|---|
void |
WKTWriter.setOutputOrdinates(java.util.EnumSet<Ordinate> outputOrdinates) |
Sets the
Ordinate that are to be written. |
Copyright © 2018. All rights reserved.