Package | Description |
---|---|
org.elasticsearch.common.geo.builders | |
org.elasticsearch.index.mapper.geo |
Modifier and Type | Field and Description |
---|---|
static ShapeBuilder.Orientation |
ShapeBuilder.Orientation.CCW |
static ShapeBuilder.Orientation |
ShapeBuilder.Orientation.CLOCKWISE |
static ShapeBuilder.Orientation |
ShapeBuilder.Orientation.COUNTER_CLOCKWISE |
static ShapeBuilder.Orientation |
ShapeBuilder.Orientation.CW |
protected ShapeBuilder.Orientation |
ShapeBuilder.orientation |
Modifier and Type | Method and Description |
---|---|
static ShapeBuilder.Orientation |
ShapeBuilder.orientationFromString(String orientation) |
static ShapeBuilder.Orientation |
ShapeBuilder.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.
|
Modifier and Type | Method and Description |
---|---|
static EnvelopeBuilder |
ShapeBuilder.newEnvelope(ShapeBuilder.Orientation orientation)
create a new rectangle
|
static GeometryCollectionBuilder |
ShapeBuilder.newGeometryCollection(ShapeBuilder.Orientation orientation)
Create a new GeometryCollection
|
static MultiPolygonBuilder |
ShapeBuilder.newMultiPolygon(ShapeBuilder.Orientation orientation)
Create a new Collection of polygons
|
static PolygonBuilder |
ShapeBuilder.newPolygon(ShapeBuilder.Orientation orientation)
Create a new Polygon
|
protected static EnvelopeBuilder |
ShapeBuilder.GeoShapeType.parseEnvelope(ShapeBuilder.CoordinateNode coordinates,
ShapeBuilder.Orientation orientation) |
protected static GeometryCollectionBuilder |
ShapeBuilder.GeoShapeType.parseGeometries(XContentParser parser,
ShapeBuilder.Orientation orientation)
Parse the geometries array of a GeometryCollection
|
protected static MultiPolygonBuilder |
ShapeBuilder.GeoShapeType.parseMultiPolygon(ShapeBuilder.CoordinateNode coordinates,
ShapeBuilder.Orientation orientation) |
protected static PolygonBuilder |
ShapeBuilder.GeoShapeType.parsePolygon(ShapeBuilder.CoordinateNode coordinates,
ShapeBuilder.Orientation orientation) |
MultiPolygonBuilder.InternalPolygonBuilder |
MultiPolygonBuilder.polygon(ShapeBuilder.Orientation orientation) |
Constructor and Description |
---|
BasePolygonBuilder(ShapeBuilder.Orientation orientation) |
EnvelopeBuilder(ShapeBuilder.Orientation orientation) |
GeometryCollectionBuilder(ShapeBuilder.Orientation orientation) |
MultiPolygonBuilder(ShapeBuilder.Orientation orientation) |
PolygonBuilder(ArrayList<com.vividsolutions.jts.geom.Coordinate> points,
ShapeBuilder.Orientation orientation) |
PolygonBuilder(ShapeBuilder.Orientation orientation) |
ShapeBuilder(ShapeBuilder.Orientation orientation) |
Modifier and Type | Field and Description |
---|---|
static ShapeBuilder.Orientation |
GeoShapeFieldMapper.Defaults.ORIENTATION |
Modifier and Type | Method and Description |
---|---|
ShapeBuilder.Orientation |
GeoShapeFieldMapper.orientation() |
Modifier and Type | Method and Description |
---|---|
GeoShapeFieldMapper.Builder |
GeoShapeFieldMapper.Builder.orientation(ShapeBuilder.Orientation orientation) |
Constructor and Description |
---|
GeoShapeFieldMapper(FieldMapper.Names names,
org.apache.lucene.spatial.prefix.tree.SpatialPrefixTree tree,
String defaultStrategyName,
double distanceErrorPct,
ShapeBuilder.Orientation shapeOrientation,
org.apache.lucene.document.FieldType fieldType,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Copyright © 2009–2015. All rights reserved.