Uses of Class
com.google.common.geometry.S2Loop.CompressedEncodingProperties.Property
-
-
Uses of S2Loop.CompressedEncodingProperties.Property in com.google.common.geometry
Methods in com.google.common.geometry that return S2Loop.CompressedEncodingProperties.Property Modifier and Type Method Description static S2Loop.CompressedEncodingProperties.PropertyS2Loop.CompressedEncodingProperties.Property. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static S2Loop.CompressedEncodingProperties.Property[]S2Loop.CompressedEncodingProperties.Property. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.geometry with parameters of type S2Loop.CompressedEncodingProperties.Property Modifier and Type Method Description booleanS2Loop.CompressedEncodingProperties. hasProperty(S2Loop.CompressedEncodingProperties.Property property)voidS2Loop.CompressedEncodingProperties. setProperty(S2Loop.CompressedEncodingProperties.Property property)
-