Uses of Class
org.elasticsearch.geometry.Line
-
Packages that use Line Package Description org.elasticsearch.geometry -
-
Uses of Line in org.elasticsearch.geometry
Subclasses of Line in org.elasticsearch.geometry Modifier and Type Class Description classLinearRingRepresents a closed line on the earth's surface in lat/lon decimal degrees and optional altitude in meters.Fields in org.elasticsearch.geometry declared as Line Modifier and Type Field Description static LineLine. EMPTYMethods in org.elasticsearch.geometry with parameters of type Line Modifier and Type Method Description TGeometryVisitor. visit(Line line)Constructor parameters in org.elasticsearch.geometry with type arguments of type Line Constructor Description MultiLine(List<Line> lines)
-