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

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

Introduction

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

The text is from its open source code.

Constructor

S2Cell(S2CellId id)
An S2Cell always corresponds to a particular S2CellId.
S2Cell(S2Point p)
S2Cell(S2LatLng ll)

Method

S2PointgetVertex(int k)
S2PointgetVertexRaw(int k)
Return the k-th vertex of the cell (k = 0,1,2,3).
S2CellIdid()