Uses of Class
com.google.common.geometry.S2Error
-
-
Uses of S2Error in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2Error Modifier and Type Method Description booleanS2Loop. findValidationError(S2Error error)Returns true if this is *not* a valid loop and setserrorappropriately.booleanS2Polygon. findValidationError(S2Error error)Returns true if this is *not* a valid polygon and setserrorappropriately.booleanS2Loop. findValidationErrorNoIndex(S2Error error)Like findValidationError(), but skips any checks that would require building the S2ShapeIndex (i.e., self-intersection tests).
-