Uses of Class
org.elasticsearch.geometry.LinearRing
-
Packages that use LinearRing Package Description org.elasticsearch.common.geo.builders org.elasticsearch.geometry -
-
Uses of LinearRing in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders that return LinearRing Modifier and Type Method Description protected static LinearRingPolygonBuilder. linearRing(List<Coordinate> coordinates) -
Uses of LinearRing in org.elasticsearch.geometry
Fields in org.elasticsearch.geometry declared as LinearRing Modifier and Type Field Description static LinearRingLinearRing. EMPTYMethods in org.elasticsearch.geometry that return LinearRing Modifier and Type Method Description LinearRingPolygon. getHole(int i)LinearRingPolygon. getPolygon()Methods in org.elasticsearch.geometry with parameters of type LinearRing Modifier and Type Method Description TGeometryVisitor. visit(LinearRing ring)Constructors in org.elasticsearch.geometry with parameters of type LinearRing Constructor Description Polygon(LinearRing polygon)Creates a new Polygon from the supplied latitude/longitude array, and optionally any holes.Polygon(LinearRing polygon, List<LinearRing> holes)Creates a new Polygon from the supplied latitude/longitude array, and optionally any holes.Constructor parameters in org.elasticsearch.geometry with type arguments of type LinearRing Constructor Description Polygon(LinearRing polygon, List<LinearRing> holes)Creates a new Polygon from the supplied latitude/longitude array, and optionally any holes.
-