Class GeoTileGroupSource

java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
org.elasticsearch.client.transform.transforms.pivot.GeoTileGroupSource
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class GeoTileGroupSource extends SingleGroupSource implements org.elasticsearch.xcontent.ToXContentObject
  • Constructor Details

    • GeoTileGroupSource

      public GeoTileGroupSource(String field, Integer precision, org.elasticsearch.common.geo.GeoBoundingBox boundingBox)
    • GeoTileGroupSource

      public GeoTileGroupSource(String field, boolean missingBucket, Integer precision, org.elasticsearch.common.geo.GeoBoundingBox boundingBox)
  • Method Details

    • getType

      public SingleGroupSource.Type getType()
      Specified by:
      getType in class SingleGroupSource
    • getPrecision

      public Integer getPrecision()
    • getGeoBoundingBox

      public org.elasticsearch.common.geo.GeoBoundingBox getGeoBoundingBox()
    • fromXContent

      public static GeoTileGroupSource fromXContent(org.elasticsearch.xcontent.XContentParser parser)
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class SingleGroupSource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SingleGroupSource