Uses of Class
com.google.common.geometry.S1Angle
-
Packages that use S1Angle Package Description com.google.common.geometry -
-
Uses of S1Angle in com.google.common.geometry
Methods in com.google.common.geometry that return S1Angle Modifier and Type Method Description static S1AngleS1Angle. degrees(double degrees)static S1AngleS1Angle. e5(long e5)static S1AngleS1Angle. e6(long e6)static S1AngleS1Angle. e7(long e7)S1AngleS2LatLng. getDistance(S2LatLng o)Return the distance (measured along the surface of the sphere) to the given point.S1AngleS2LatLng. lat()Returns the latitude of this point as a new S1Angle.static S1AngleS2LatLng. latitude(S2Point p)S1AngleS2LatLng. lng()Returns the longitude of this point as a new S1Angle.static S1AngleS2LatLng. longitude(S2Point p)static S1AngleS1Angle. max(S1Angle left, S1Angle right)static S1AngleS1Angle. min(S1Angle left, S1Angle right)static S1AngleS1Angle. radians(double radians)Methods in com.google.common.geometry with parameters of type S1Angle Modifier and Type Method Description intS1Angle. compareTo(S1Angle that)booleanS1Angle. greaterOrEquals(S1Angle that)booleanS1Angle. greaterThan(S1Angle that)booleanS1Angle. lessOrEquals(S1Angle that)booleanS1Angle. lessThan(S1Angle that)static S1AngleS1Angle. max(S1Angle left, S1Angle right)static S1AngleS1Angle. min(S1Angle left, S1Angle right)Constructors in com.google.common.geometry with parameters of type S1Angle Constructor Description S2LatLng(S1Angle lat, S1Angle lng)Basic constructor.
-