Uses of Class
org.elasticsearch.geometry.ShapeType
-
Packages that use ShapeType Package Description org.elasticsearch.geometry -
-
Uses of ShapeType in org.elasticsearch.geometry
Methods in org.elasticsearch.geometry that return ShapeType Modifier and Type Method Description static ShapeTypeShapeType. forName(String shapeName)ShapeTypeCircle. type()ShapeTypeGeometry. type()ShapeTypeGeometryCollection. type()ShapeTypeLine. type()ShapeTypeLinearRing. type()ShapeTypeMultiLine. type()ShapeTypeMultiPoint. type()ShapeTypeMultiPolygon. type()ShapeTypePoint. type()ShapeTypePolygon. type()ShapeTypeRectangle. type()static ShapeTypeShapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShapeType[]ShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-