Java com.google.common.geometry S2Polyline fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.geometry S2Polyline fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.geometry S2Polyline.

The text is from its open source code.

Field

Constructor

S2Polyline(List vertices)
Create a polyline that connects the given vertices.
S2Polyline(S2Polyline src)
Copy constructor.

Method

S1AnglegetArclengthAngle()
Return the angle corresponding to the total arclength of the polyline on a unit sphere.
booleanisValid(List vertices)
Return true if the given vertices form a valid polyline.
S2Pointvertex(int k)