Uses of Class
com.ibm.cloud.cloudant.v1.model.GetGeoOptions
-
Packages that use GetGeoOptions Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of GetGeoOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type GetGeoOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<GeoResult>
Cloudant. getGeo(GetGeoOptions getGeoOptions)
Query a geospatial index.com.ibm.cloud.sdk.core.http.ServiceCall<InputStream>
Cloudant. getGeoAsStream(GetGeoOptions getGeoOptions)
Query a geospatial index as stream. -
Uses of GetGeoOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GetGeoOptions Modifier and Type Method Description GetGeoOptions
GetGeoOptions.Builder. build()
Builds a GetGeoOptions.
-