Class LinearRing

java.lang.Object
org.elasticsearch.geometry.Line
org.elasticsearch.geometry.LinearRing
All Implemented Interfaces:
Geometry

public class LinearRing
extends Line
Represents a closed line on the earth's surface in lat/lon decimal degrees and optional altitude in meters.

Cannot be serialized by WKT directly but used as a part of polygon

  • Field Details

  • Constructor Details

    • LinearRing

      public LinearRing​(double[] x, double[] y)
    • LinearRing

      public LinearRing​(double[] x, double[] y, double[] z)
  • Method Details