S2Cap |
S2Cap.addCap(S2Cap other) |
Increase the cap radius if necessary to include the given cap.
|
S2Cap |
S2Cap.addPoint(S2Point p) |
Increase the cap radius if necessary to include the given point.
|
S2Cap |
S2Cap.complement() |
Return the complement of the interior of the cap.
|
(package private) static S2Cap |
S2Cap.decode(LittleEndianInput is) |
Returns a new S2Cap decoded from the given little endian input stream.
|
static S2Cap |
S2Cap.decode(java.io.InputStream is) |
Returns a new S2Cap decoded from the given input stream.
|
static S2Cap |
S2Cap.empty() |
Return an empty cap, i.e.
|
static S2Cap |
S2Cap.fromAxisAngle(S2Point axis,
S1Angle angle) |
Create a cap given its axis and the cap opening angle, i.e.
|
static S2Cap |
S2Cap.fromAxisArea(S2Point axis,
double area) |
Create a cap given its axis and its area in steradians.
|
static S2Cap |
S2Cap.fromAxisChord(S2Point center,
S1ChordAngle radius) |
Creates a cap where the radius is expressed as an S1ChordAngle.
|
static S2Cap |
S2Cap.fromAxisHeight(S2Point axis,
double height) |
Create a cap given its axis and the cap height, i.e.
|
static S2Cap |
S2Cap.full() |
Return a full cap, i.e.
|
S2Cap |
S2Cap.getCapBound() |
|
S2Cap |
S2Cell.getCapBound() |
|
S2Cap |
S2CellUnion.getCapBound() |
|
S2Cap |
S2ConvexHullQuery.getCapBound() |
Computes a bounding cap for the input geometry provided.
|
S2Cap |
S2LatLngRectBase.getCapBound() |
|
S2Cap |
S2Loop.getCapBound() |
Returns a spherical cap that bounds this loop.
|
S2Cap |
S2Point.getCapBound() |
|
S2Cap |
S2PointRegion.getCapBound() |
|
S2Cap |
S2Polygon.getCapBound() |
Returns a spherical cap that bounds this loop.
|
S2Cap |
S2Polyline.getCapBound() |
Return a bounding spherical cap.
|
S2Cap |
S2Region.getCapBound() |
Return a bounding spherical cap.
|
S2Cap |
S2RegionIntersection.getCapBound() |
|
S2Cap |
S2RegionUnion.getCapBound() |
|
S2Cap |
S2ShapeIndexRegion.getCapBound() |
|