Package com.ibm.cloud.cloudant.v1.model
Class GeoJsonFeature
java.lang.Object
com.ibm.cloud.sdk.core.service.model.DynamicModel<Object>
com.ibm.cloud.cloudant.v1.model.GeoJsonFeature
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
Schema for a GeoJSON feature object. Note that the content of the feature objects varies depending on the response
format chosen and whether the `include_docs` parameter is `true`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Declaration of the GeoJSON type: Feature Object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.DynamicModel
equals, get, getAdditionalPropertyTypeToken, getProperties, getPropertyNames, hashCode, put, removeProperties, removeProperty, setProperties, toString
-
Constructor Details
-
GeoJsonFeature
public GeoJsonFeature()
-
-
Method Details
-
getId
Gets the id. Schema for a document ID.- Returns:
- the id
-
getRev
Gets the rev. Schema for a document revision identifier.- Returns:
- the rev
-
getBbox
Gets the bbox. Schema for a GeoJSON bounding box.- Returns:
- the bbox
-
getGeometry
Gets the geometry. Schema for a GeoJSON geometry object.- Returns:
- the geometry
-
getXProperties
Gets the xProperties. Schema for the properties of a GeoJSON feature object.- Returns:
- the xProperties
-
getType
Gets the type. Declaration of the GeoJSON type: Feature Object.- Returns:
- the type
-