public static final class StructuredQueryBuilder.CoordinateSystem extends Object
CoordinateSystem provides a list of all known coordinate systems and it also provides a capability to add new CoordinateSystems in the future
| Modifier and Type | Field and Description |
|---|---|
static StructuredQueryBuilder.CoordinateSystem |
ETRS89
Coordinate System mapping to “etrs89”
|
static StructuredQueryBuilder.CoordinateSystem |
ETRS89DOUBLE
Coordinate System mapping to “etrs89/double”
|
static StructuredQueryBuilder.CoordinateSystem |
RAW
Coordinate System mapping to “raw”
|
static StructuredQueryBuilder.CoordinateSystem |
RAWDOUBLE
Coordinate System mapping to “raw/double”
|
static StructuredQueryBuilder.CoordinateSystem |
WGS84
Coordinate System mapping to “wgs84”
|
static StructuredQueryBuilder.CoordinateSystem |
WGS84DOUBLE
Coordinate System mapping to “wgs84/double”
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordinateSystem() |
boolean |
getDoublePrecision() |
static StructuredQueryBuilder.CoordinateSystem |
getOther(String coordinateSystem)
This method creates a CoordinateSystem with the specified string and sets doublePrecision to false
|
static StructuredQueryBuilder.CoordinateSystem |
getOther(String coordinateSystem,
boolean isDoublePrecision)
This method creates a CoordinateSystem with the specified string and sets doublePrecision to the specified isDoublePrecision boolean
|
String |
toString() |
public static final StructuredQueryBuilder.CoordinateSystem WGS84
Coordinate System mapping to “wgs84”
public static final StructuredQueryBuilder.CoordinateSystem WGS84DOUBLE
Coordinate System mapping to “wgs84/double”
public static final StructuredQueryBuilder.CoordinateSystem ETRS89
Coordinate System mapping to “etrs89”
public static final StructuredQueryBuilder.CoordinateSystem ETRS89DOUBLE
Coordinate System mapping to “etrs89/double”
public static final StructuredQueryBuilder.CoordinateSystem RAW
Coordinate System mapping to “raw”
public static final StructuredQueryBuilder.CoordinateSystem RAWDOUBLE
Coordinate System mapping to “raw/double”
public static StructuredQueryBuilder.CoordinateSystem getOther(String coordinateSystem)
This method creates a CoordinateSystem with the specified string and sets doublePrecision to false
coordinateSystem - the name of the CoordinateSystem like wgs84, etrs89public static StructuredQueryBuilder.CoordinateSystem getOther(String coordinateSystem, boolean isDoublePrecision)
This method creates a CoordinateSystem with the specified string and sets doublePrecision to the specified isDoublePrecision boolean
coordinateSystem - the name of the CoordinateSystem like wgs84, etrs89isDoublePrecision - the value that should be set for doublePrecisionpublic String getCoordinateSystem()
public boolean getDoublePrecision()
Copyright © 2013-2017 MarkLogic Corporation.