static S2Shape.ReferencePoint |
S2Shape.ReferencePoint.create(boolean contained) |
Returns a referenced point at an arbitrary position, suitable for shapes that contain all
points or no points.
|
static S2Shape.ReferencePoint |
S2Shape.ReferencePoint.create(S2Point p,
boolean contained) |
Creates a referenced point at position 'p', with known containment 'contained'.
|
default S2Shape.ReferencePoint |
S2LaxPolygonShape.getReferencePoint() |
|
default S2Shape.ReferencePoint |
S2Shape.getReferencePoint() |
Returns a point referenced to, i.e.
|
static S2Shape.ReferencePoint |
S2ShapeUtil.getReferencePoint(S2Shape shape) |
This is a helper function for implementing S2Shape.getReferencePoint().
|