public static class QueryOptions.Heatmap extends Object
Constructor and Description |
---|
Heatmap() |
Modifier and Type | Method and Description |
---|---|
double |
getE()
Returns the east longitude.
|
int |
getLatdivs()
Returns the number of latitudinal divisions.
|
int |
getLondivs()
Returns the number of longitudinal divisions.
|
double |
getN()
Returns the north latitude.
|
double |
getS()
Returns the south latitude.
|
double |
getW()
Returns the west longitude.
|
QueryOptions.Heatmap |
setE(double e)
Specifies the east longitude.
|
QueryOptions.Heatmap |
setLatdivs(int latdivs)
Specifies the number of latitudinal divisions.
|
QueryOptions.Heatmap |
setLondivs(int londivs)
Specifies the number of longitudinal divisions.
|
QueryOptions.Heatmap |
setN(double n)
Specifies the north latitude.
|
QueryOptions.Heatmap |
setS(double s)
Specifies the south latitude.
|
QueryOptions.Heatmap |
setW(double w)
Specifies the west longitude.
|
public double getE()
public int getLatdivs()
public int getLondivs()
public double getN()
public double getS()
public double getW()
public QueryOptions.Heatmap setE(double e)
e
- the longitudepublic QueryOptions.Heatmap setLatdivs(int latdivs)
latdivs
- the number of divisionspublic QueryOptions.Heatmap setLondivs(int londivs)
londivs
- the number of divisionspublic QueryOptions.Heatmap setN(double n)
n
- the latitudepublic QueryOptions.Heatmap setS(double s)
s
- the latitudepublic QueryOptions.Heatmap setW(double w)
w
- the longitudeCopyright © 2013-2016 MarkLogic Corporation.