Class MultiLineStringBuilder

java.lang.Object
org.elasticsearch.common.geo.builders.ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
org.elasticsearch.common.geo.builders.MultiLineStringBuilder
All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class MultiLineStringBuilder
extends ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
  • Field Details

  • Constructor Details

    • MultiLineStringBuilder

      public MultiLineStringBuilder​(StreamInput in) throws java.io.IOException
      Read from a stream.
      Throws:
      java.io.IOException
    • MultiLineStringBuilder

      public MultiLineStringBuilder()
  • Method Details

    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
      Throws:
      java.io.IOException
    • linestring

      public MultiLineStringBuilder linestring​(LineStringBuilder line)
    • coordinates

      public org.locationtech.jts.geom.Coordinate[][] coordinates()
    • type

      public GeoShapeType type()
      Description copied from class: ShapeBuilder
      get the shapes type
      Specified by:
      type in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
      Returns:
      type of the shape
    • contentToWKT

      protected java.lang.StringBuilder contentToWKT()
      Overrides:
      contentToWKT in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
    • numDimensions

      public int numDimensions()
      Description copied from class: ShapeBuilder
      tracks number of dimensions for this shape
      Specified by:
      numDimensions in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      Throws:
      java.io.IOException
    • buildS4J

      public org.locationtech.spatial4j.shape.jts.JtsGeometry buildS4J()
      Description copied from class: ShapeBuilder
      Create 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:
      buildS4J in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
      Returns:
      new Shape defined by the builder
    • buildGeometry

      public org.elasticsearch.geometry.Geometry buildGeometry()
      Description copied from class: ShapeBuilder
      build lucene geometry.
      Specified by:
      buildGeometry in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
      Returns:
      GeoPoint, double[][], Line, Line[], Polygon, Polygon[], Rectangle, Object[]
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class ShapeBuilder<org.locationtech.spatial4j.shape.jts.JtsGeometry,​org.elasticsearch.geometry.Geometry,​MultiLineStringBuilder>