Uses of Class
org.elasticsearch.common.geo.builders.ShapeBuilder.Orientation
-
Packages that use ShapeBuilder.Orientation Package Description org.elasticsearch.common.geo org.elasticsearch.common.geo.builders org.elasticsearch.index.mapper -
-
Uses of ShapeBuilder.Orientation in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo with parameters of type ShapeBuilder.Orientation Modifier and Type Method Description abstract ShapeBuilder<?,?,?>GeoShapeType. getBuilder(CoordinateNode coordinates, DistanceUnit.Distance radius, ShapeBuilder.Orientation orientation, boolean coerce) -
Uses of ShapeBuilder.Orientation in org.elasticsearch.common.geo.builders
Fields in org.elasticsearch.common.geo.builders declared as ShapeBuilder.Orientation Modifier and Type Field Description static ShapeBuilder.OrientationShapeBuilder.Orientation. CCWstatic ShapeBuilder.OrientationShapeBuilder.Orientation. CLOCKWISEstatic ShapeBuilder.OrientationShapeBuilder.Orientation. COUNTER_CLOCKWISEstatic ShapeBuilder.OrientationShapeBuilder.Orientation. CWMethods in org.elasticsearch.common.geo.builders that return ShapeBuilder.Orientation Modifier and Type Method Description static ShapeBuilder.OrientationShapeBuilder.Orientation. fromString(String orientation)ShapeBuilder.OrientationMultiPolygonBuilder. orientation()ShapeBuilder.OrientationPolygonBuilder. orientation()static ShapeBuilder.OrientationShapeBuilder.Orientation. readFrom(StreamInput in)static ShapeBuilder.OrientationShapeBuilder.Orientation. valueOf(String name)Returns the enum constant of this type with the specified name.static ShapeBuilder.Orientation[]ShapeBuilder.Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.common.geo.builders with parameters of type ShapeBuilder.Orientation Constructor Description MultiPolygonBuilder(ShapeBuilder.Orientation orientation)Build a MultiPolygonBuilder with an arbitrary orientation.PolygonBuilder(CoordinatesBuilder coordinates, ShapeBuilder.Orientation orientation)PolygonBuilder(LineStringBuilder lineString, ShapeBuilder.Orientation orientation)PolygonBuilder(LineStringBuilder lineString, ShapeBuilder.Orientation orientation, boolean coerce) -
Uses of ShapeBuilder.Orientation in org.elasticsearch.index.mapper
Fields in org.elasticsearch.index.mapper declared as ShapeBuilder.Orientation Modifier and Type Field Description protected ShapeBuilder.OrientationAbstractGeometryFieldMapper.AbstractGeometryFieldType. orientationprotected ShapeBuilder.OrientationAbstractGeometryFieldMapper.Builder. orientationFields in org.elasticsearch.index.mapper with type parameters of type ShapeBuilder.Orientation Modifier and Type Field Description static Explicit<ShapeBuilder.Orientation>AbstractGeometryFieldMapper.Defaults. ORIENTATIONMethods in org.elasticsearch.index.mapper that return ShapeBuilder.Orientation Modifier and Type Method Description ShapeBuilder.OrientationAbstractGeometryFieldMapper.AbstractGeometryFieldType. orientation()ShapeBuilder.OrientationAbstractGeometryFieldMapper. orientation()Methods in org.elasticsearch.index.mapper that return types with arguments of type ShapeBuilder.Orientation Modifier and Type Method Description protected Explicit<ShapeBuilder.Orientation>AbstractGeometryFieldMapper.Builder. orientation()Methods in org.elasticsearch.index.mapper with parameters of type ShapeBuilder.Orientation Modifier and Type Method Description AbstractGeometryFieldMapper.BuilderAbstractGeometryFieldMapper.Builder. orientation(ShapeBuilder.Orientation orientation)voidAbstractGeometryFieldMapper.AbstractGeometryFieldType. setOrientation(ShapeBuilder.Orientation orientation)Constructors in org.elasticsearch.index.mapper with parameters of type ShapeBuilder.Orientation Constructor Description Builder(String name, MappedFieldType fieldType, MappedFieldType defaultFieldType, boolean coerce, boolean ignoreMalformed, ShapeBuilder.Orientation orientation, boolean ignoreZ)
-