public interface GeospatialSpec
GeospatialIndexType
, different
methods will actually be used in order to build
the geospatial configuration.
Used only in QueryOptionsBuilder
expressions.Modifier and Type | Method and Description |
---|---|
QName |
getElement() |
GeospatialIndexType |
getGeospatialIndexType() |
QName |
getLatitude() |
QName |
getLongitude() |
QName |
getParent() |
void |
setElement(QName element) |
void |
setGeospatialIndexType(GeospatialIndexType geospatialIndexType) |
void |
setLatitude(QName latitudeElement) |
void |
setLongitude(QName longitudeElement) |
void |
setParent(QName parent) |
QName getElement()
GeospatialIndexType getGeospatialIndexType()
QName getLatitude()
QName getLongitude()
QName getParent()
void setElement(QName element)
void setGeospatialIndexType(GeospatialIndexType geospatialIndexType)
void setLatitude(QName latitudeElement)
void setLongitude(QName longitudeElement)
void setParent(QName parent)
Copyright © 2013-2015 MarkLogic Corporation.