Class GeoTileGroupSource
java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
org.elasticsearch.client.transform.transforms.pivot.GeoTileGroupSource
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class GeoTileGroupSource extends SingleGroupSource implements org.elasticsearch.common.xcontent.ToXContentObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoTileGroupSource.BuilderNested classes/interfaces inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
SingleGroupSource.TypeNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
field, FIELD, MISSING_BUCKET, missingBucket, script, SCRIPTFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors Constructor Description GeoTileGroupSource(java.lang.String field, boolean missingBucket, java.lang.Integer precision, org.elasticsearch.common.geo.GeoBoundingBox boundingBox)GeoTileGroupSource(java.lang.String field, java.lang.Integer precision, org.elasticsearch.common.geo.GeoBoundingBox boundingBox) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)static GeoTileGroupSourcefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)org.elasticsearch.common.geo.GeoBoundingBoxgetGeoBoundingBox()java.lang.IntegergetPrecision()SingleGroupSource.TypegetType()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Methods inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
getField, getMissingBucket, getScript, innerXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
GeoTileGroupSource
public GeoTileGroupSource(java.lang.String field, java.lang.Integer precision, org.elasticsearch.common.geo.GeoBoundingBox boundingBox) -
GeoTileGroupSource
public GeoTileGroupSource(java.lang.String field, boolean missingBucket, java.lang.Integer precision, org.elasticsearch.common.geo.GeoBoundingBox boundingBox)
-
-
Method Details
-
getType
- Specified by:
getTypein classSingleGroupSource
-
getPrecision
public java.lang.Integer getPrecision() -
getGeoBoundingBox
public org.elasticsearch.common.geo.GeoBoundingBox getGeoBoundingBox() -
fromXContent
public static GeoTileGroupSource fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classSingleGroupSource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSingleGroupSource
-