| Package | Description |
|---|---|
| com.marklogic.client.query |
The package provides classes for queries including searching documents and reading values directly from indexes in the database for the REST server.
|
| Modifier and Type | Field and Description |
|---|---|
static StructuredQueryBuilder.CoordinateSystem |
StructuredQueryBuilder.CoordinateSystem.ETRS89
Coordinate System mapping to “etrs89”
|
static StructuredQueryBuilder.CoordinateSystem |
StructuredQueryBuilder.CoordinateSystem.ETRS89DOUBLE
Coordinate System mapping to “etrs89/double”
|
static StructuredQueryBuilder.CoordinateSystem |
StructuredQueryBuilder.CoordinateSystem.RAW
Coordinate System mapping to “raw”
|
static StructuredQueryBuilder.CoordinateSystem |
StructuredQueryBuilder.CoordinateSystem.RAWDOUBLE
Coordinate System mapping to “raw/double”
|
static StructuredQueryBuilder.CoordinateSystem |
StructuredQueryBuilder.CoordinateSystem.WGS84
Coordinate System mapping to “wgs84”
|
static StructuredQueryBuilder.CoordinateSystem |
StructuredQueryBuilder.CoordinateSystem.WGS84DOUBLE
Coordinate System mapping to “wgs84/double”
|
| Modifier and Type | Method and Description |
|---|---|
static StructuredQueryBuilder.CoordinateSystem |
StructuredQueryBuilder.CoordinateSystem.getOther(String coordinateSystem)
This method creates a CoordinateSystem with the specified string and sets doublePrecision to false
|
static StructuredQueryBuilder.CoordinateSystem |
StructuredQueryBuilder.CoordinateSystem.getOther(String coordinateSystem,
boolean isDoublePrecision)
This method creates a CoordinateSystem with the specified string and sets doublePrecision to the specified isDoublePrecision boolean
|
| Modifier and Type | Method and Description |
|---|---|
StructuredQueryBuilder.GeospatialRegionIndex |
StructuredQueryBuilder.geoRegionPath(StructuredQueryBuilder.PathIndex pathIndex,
StructuredQueryBuilder.CoordinateSystem coordinateSystem)
Identifies a path with regions to match with a geospatial query.
|
Copyright © 2013-2017 MarkLogic Corporation.