| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.geo.builders |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static ShapeBuilder.GeoShapeType |
PointBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
MultiPolygonBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
MultiPointBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
MultiLineStringBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
LineStringBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
GeometryCollectionBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
EnvelopeBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
CircleBuilder.TYPE |
static ShapeBuilder.GeoShapeType |
BasePolygonBuilder.TYPE |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ShapeBuilder.GeoShapeType |
ShapeBuilder.GeoShapeType.forName(String geoshapename) |
abstract ShapeBuilder.GeoShapeType |
ShapeBuilder.type()
get the shapes type
|
ShapeBuilder.GeoShapeType |
PointBuilder.type() |
ShapeBuilder.GeoShapeType |
MultiPolygonBuilder.type() |
ShapeBuilder.GeoShapeType |
MultiPointBuilder.type() |
ShapeBuilder.GeoShapeType |
MultiLineStringBuilder.type() |
ShapeBuilder.GeoShapeType |
MultiLineStringBuilder.InternalLineStringBuilder.type() |
ShapeBuilder.GeoShapeType |
LineStringBuilder.type() |
ShapeBuilder.GeoShapeType |
GeometryCollectionBuilder.type() |
ShapeBuilder.GeoShapeType |
EnvelopeBuilder.type() |
ShapeBuilder.GeoShapeType |
CircleBuilder.type() |
ShapeBuilder.GeoShapeType |
BasePolygonBuilder.type() |
ShapeBuilder.GeoShapeType |
BasePolygonBuilder.Ring.type() |
static ShapeBuilder.GeoShapeType |
ShapeBuilder.GeoShapeType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ShapeBuilder.GeoShapeType[] |
ShapeBuilder.GeoShapeType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
Copyright © 2009–2016. All rights reserved.