Class GeoBoundsBuilders
- java.lang.Object
-
- org.opensearch.client.opensearch._types.GeoBoundsBuilders
-
public class GeoBoundsBuilders extends java.lang.ObjectBuilders forGeoBoundsvariants.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CoordsGeoBounds.Buildercoords()Creates a builder for thecoordsGeoBoundsvariant.static TopLeftBottomRightGeoBounds.Buildertlbr()Creates a builder for thetlbrGeoBoundsvariant.static TopRightBottomLeftGeoBounds.Buildertrbl()Creates a builder for thetrblGeoBoundsvariant.static WktGeoBounds.Builderwkt()Creates a builder for thewktGeoBoundsvariant.
-
-
-
Method Detail
-
coords
public static CoordsGeoBounds.Builder coords()
Creates a builder for thecoordsGeoBoundsvariant.
-
tlbr
public static TopLeftBottomRightGeoBounds.Builder tlbr()
Creates a builder for thetlbrGeoBoundsvariant.
-
trbl
public static TopRightBottomLeftGeoBounds.Builder trbl()
Creates a builder for thetrblGeoBoundsvariant.
-
wkt
public static WktGeoBounds.Builder wkt()
Creates a builder for thewktGeoBoundsvariant.
-
-