Uses of Class
com.google.common.geometry.S2Projections
-
-
Uses of S2Projections in com.google.common.geometry
Fields in com.google.common.geometry declared as S2Projections Modifier and Type Field Description static S2Projections
S2Projections. PROJ
The default transformation between ST and UV coordinates.Methods in com.google.common.geometry that return S2Projections Modifier and Type Method Description static S2Projections
S2Projections. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static S2Projections[]
S2Projections. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-