Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
com.marklogic.client.admin.config.support |
Interfaces and classes used by
QueryOptionsBuilder ,
QueryOptions ,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments. |
Modifier and Type | Method and Description |
---|---|
QueryOptions.Heatmap |
QueryOptions.Heatmap.setE(double e)
Specifies the east longitude.
|
QueryOptions.Heatmap |
QueryOptions.Heatmap.setLatdivs(int latdivs)
Specifies the number of latitudinal divisions.
|
QueryOptions.Heatmap |
QueryOptions.Heatmap.setLondivs(int londivs)
Specifies the number of longitudinal divisions.
|
QueryOptions.Heatmap |
QueryOptions.Heatmap.setN(double n)
Specifies the north latitude.
|
QueryOptions.Heatmap |
QueryOptions.Heatmap.setS(double s)
Specifies the south latitude.
|
QueryOptions.Heatmap |
QueryOptions.Heatmap.setW(double w)
Specifies the west longitude.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.Heatmap |
HeatmapAndOptions.getHeatmap() |
Modifier and Type | Method and Description |
---|---|
void |
HeatmapAndOptions.setHeatmap(QueryOptions.Heatmap heatmap) |
Copyright © 2013-2015 MarkLogic Corporation.