Uses of Class
org.elasticsearch.common.geo.GeoShapeType
-
Packages that use GeoShapeType Package Description org.elasticsearch.common.geo org.elasticsearch.common.geo.builders org.elasticsearch.common.geo.parsers -
-
Uses of GeoShapeType in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return GeoShapeType Modifier and Type Method Description static GeoShapeTypeGeoShapeType. forName(String geoshapename)static GeoShapeTypeGeoShapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoShapeType[]GeoShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GeoShapeType in org.elasticsearch.common.geo.builders
Fields in org.elasticsearch.common.geo.builders declared as GeoShapeType Modifier and Type Field Description static GeoShapeTypeCircleBuilder. TYPEstatic GeoShapeTypeEnvelopeBuilder. TYPEstatic GeoShapeTypeGeometryCollectionBuilder. TYPEstatic GeoShapeTypeLineStringBuilder. TYPEstatic GeoShapeTypeMultiLineStringBuilder. TYPEstatic GeoShapeTypeMultiPointBuilder. TYPEstatic GeoShapeTypeMultiPolygonBuilder. TYPEstatic GeoShapeTypePointBuilder. TYPEstatic GeoShapeTypePolygonBuilder. TYPEMethods in org.elasticsearch.common.geo.builders that return GeoShapeType Modifier and Type Method Description GeoShapeTypeCircleBuilder. type()GeoShapeTypeEnvelopeBuilder. type()GeoShapeTypeGeometryCollectionBuilder. type()GeoShapeTypeLineStringBuilder. type()GeoShapeTypeMultiLineStringBuilder. type()GeoShapeTypeMultiPointBuilder. type()GeoShapeTypeMultiPolygonBuilder. type()GeoShapeTypePointBuilder. type()GeoShapeTypePolygonBuilder. type()abstract GeoShapeTypeShapeBuilder. type()get the shapes type -
Uses of GeoShapeType in org.elasticsearch.common.geo.parsers
Methods in org.elasticsearch.common.geo.parsers with parameters of type GeoShapeType Modifier and Type Method Description static ShapeBuilderGeoWKTParser. parseExpectedType(XContentParser parser, GeoShapeType shapeType)static ShapeBuilderGeoWKTParser. parseExpectedType(XContentParser parser, GeoShapeType shapeType, AbstractGeometryFieldMapper shapeMapper)throws an exception if the parsed geometry type does not match the expected shape type
-