Package com.ibm.cloud.cloudant.v1.model
Class GeoResultRow
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.GeoResultRow
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GeoResultRow extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for a row of a geospatial result using view format.
-
-
Constructor Summary
Constructors Constructor Description GeoResultRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
getDoc()
Gets the doc.GeoJsonGeometry
getGeometry()
Gets the geometry.String
getId()
Gets the id.String
getRev()
Gets the rev.
-
-
-
Method Detail
-
getDoc
public Document getDoc()
Gets the doc. Schema for a document.- Returns:
- the doc
-
getGeometry
public GeoJsonGeometry getGeometry()
Gets the geometry. Schema for a GeoJSON geometry.- Returns:
- the geometry
-
getId
public String getId()
Gets the id. Schema for a document ID.- Returns:
- the id
-
getRev
public String getRev()
Gets the rev. Schema for a document revision identifier.- Returns:
- the rev
-
-