Class CircleBuilder
java.lang.Object
org.elasticsearch.common.geo.builders.ShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>
org.elasticsearch.common.geo.builders.CircleBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class CircleBuilder
extends ShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
ShapeBuilder.EdgeNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.elasticsearch.common.xcontent.ParseFieldstatic GeoShapeTypeFields inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
AUTO_INDEX_JTS_GEOMETRY, AUTO_VALIDATE_JTS_GEOMETRY, coordinates, DATELINE, FACTORY, INTERSECTION_ORDER, LOGGER, MULTI_POLYGON_MAY_OVERLAP, SPATIAL_CONTEXT, wrapdateline, ZERO_ZEROFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionCreates a circle centered at [0.0, 0.0].Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsearch.geometry.Circlebuild lucene geometry.org.locationtech.spatial4j.shape.CirclebuildS4J()Create a new Shape from this builder.org.locationtech.jts.geom.Coordinatecenter()Get the center of the circlecenter(double lon, double lat)set the center of the circlecenter(org.locationtech.jts.geom.Coordinate center)Set the center of the circlebooleaninthashCode()inttracks number of dimensions for this shapedoubleradius()Get the radius of the circle without unitSet the radius of the circleradius(double radius, DistanceUnit unit)Set the radius of the circleSet the radius of the circle.radius(DistanceUnit.Distance radius)Set the radius of the circletoWKT()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)type()get the shapes typeunit()Get the radius unit of the circlevoidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.common.geo.builders.ShapeBuilder
contentToWKT, coordinate, coordinate, coordinateListToWKT, coordinates, coordinates, coordinates, coordinatesToXcontent, debugEnabled, getWriteableName, intersection, intersections, jtsGeometry, readFromStream, shift, toString, toXContent, writeCoordinateToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
FIELD_RADIUS
public static final org.elasticsearch.common.xcontent.ParseField FIELD_RADIUS -
TYPE
-
-
Constructor Details
-
CircleBuilder
public CircleBuilder()Creates a circle centered at [0.0, 0.0]. Center can be changed by callingcenter(Coordinate)later. -
CircleBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>- Throws:
IOException
-
center
Set the center of the circle- Parameters:
center- coordinate of the circles center- Returns:
- this
-
center
set the center of the circle- Parameters:
lon- longitude of the centerlat- latitude of the center- Returns:
- this
-
center
public org.locationtech.jts.geom.Coordinate center()Get the center of the circle -
radius
Set the radius of the circle. The String value will be parsed byDistanceUnit- Parameters:
radius- Value and unit of the circle combined in a string- Returns:
- this
-
radius
Set the radius of the circle- Parameters:
radius- radius of the circle (seeDistanceUnit.Distance)- Returns:
- this
-
radius
Set the radius of the circle- Parameters:
radius- value of the circles radiusunit- unit name of the radius value (seeDistanceUnit)- Returns:
- this
-
radius
Set the radius of the circle- Parameters:
radius- value of the circles radiusunit- unit of the radius value (seeDistanceUnit)- Returns:
- this
-
radius
public double radius()Get the radius of the circle without unit -
unit
Get the radius unit of the circle -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Throws:
IOException
-
buildS4J
public org.locationtech.spatial4j.shape.Circle buildS4J()Description copied from class:ShapeBuilderCreate a new Shape from this builder. Since calling this method could change the defined shape. (by inserting new coordinates or change the position of points) the builder looses its validity. So this method should only be called once on a builder- Specified by:
buildS4Jin classShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>- Returns:
- new
Shapedefined by the builder
-
buildGeometry
public org.elasticsearch.geometry.Circle buildGeometry()Description copied from class:ShapeBuilderbuild lucene geometry.- Specified by:
buildGeometryin classShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>- Returns:
- GeoPoint, double[][], Line, Line[], Polygon, Polygon[], Rectangle, Object[]
-
type
Description copied from class:ShapeBuilderget the shapes type- Specified by:
typein classShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>- Returns:
- type of the shape
-
toWKT
- Overrides:
toWKTin classShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>
-
numDimensions
public int numDimensions()Description copied from class:ShapeBuildertracks number of dimensions for this shape- Specified by:
numDimensionsin classShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>
-
hashCode
public int hashCode()- Overrides:
hashCodein classShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>
-
equals
- Overrides:
equalsin classShapeBuilder<org.locationtech.spatial4j.shape.Circle,org.elasticsearch.geometry.Circle,CircleBuilder>
-