Package | Description |
---|---|
org.elasticsearch.common.geo.builders |
Modifier and Type | Field and Description |
---|---|
static ShapeBuilder.GeoShapeType |
BasePolygonBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
EnvelopeBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
MultiLineStringBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
CircleBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
LineStringBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
MultiPointBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
MultiPolygonBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
GeometryCollectionBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
PointBuilder.TYPE |
Modifier and Type | Method and Description |
---|---|
static ShapeBuilder.GeoShapeType |
ShapeBuilder.GeoShapeType.forName(String geoshapename) |
ShapeBuilder.GeoShapeType |
BasePolygonBuilder.type() |
ShapeBuilder.GeoShapeType |
BasePolygonBuilder.Ring.type() |
ShapeBuilder.GeoShapeType |
EnvelopeBuilder.type() |
abstract ShapeBuilder.GeoShapeType |
ShapeBuilder.type()
get the shapes type
|
ShapeBuilder.GeoShapeType |
MultiLineStringBuilder.type() |
ShapeBuilder.GeoShapeType |
MultiLineStringBuilder.InternalLineStringBuilder.type() |
ShapeBuilder.GeoShapeType |
CircleBuilder.type() |
ShapeBuilder.GeoShapeType |
LineStringBuilder.type() |
ShapeBuilder.GeoShapeType |
MultiPointBuilder.type() |
ShapeBuilder.GeoShapeType |
MultiPolygonBuilder.type() |
ShapeBuilder.GeoShapeType |
GeometryCollectionBuilder.type() |
ShapeBuilder.GeoShapeType |
PointBuilder.type() |
static ShapeBuilder.GeoShapeType |
ShapeBuilder.GeoShapeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeBuilder.GeoShapeType[] |
ShapeBuilder.GeoShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2015. All rights reserved.