JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
NO_ERROR
UNKNOWN
UNIMPLEMENTED
OUT_OF_RANGE
INVALID_ARGUMENT
FAILED_PRECONDITION
INTERNAL
DATA_LOSS
RESOURCE_EXHAUSTED
NOT_UNIT_LENGTH
DUPLICATE_VERTICES
ANTIPODAL_VERTICES
LOOP_NOT_ENOUGH_VERTICES
LOOP_SELF_INTERSECTION
POLYGON_LOOPS_SHARE_EDGE
POLYGON_LOOPS_CROSS
POLYGON_EMPTY_LOOP
POLYGON_EXCESS_FULL_LOOP
POLYGON_INVALID_LOOP_DEPTH
POLYGON_INVALID_LOOP_NESTING
Field Details
code
Constructor Details
Code(int)
Method Details
values()
valueOf(String)
code()
Enum Constant Summary
Enum Constants
There are two antipodal vertices.
There are two identical vertices.
Object is not in the required state.
An internal invariant has failed.
Invalid argument (other than a range error).
Loop with fewer than 3 vertices.
Loop has a self-intersection.
Vertex is not unit length.
Argument is out of range.
Polygon has an empty loop.
Non-full polygon has a full loop.
Loop depths don't correspond to any valid nesting hierarchy.
Actual polygon nesting does not correspond to the nesting given in the loop depths.
Two polygon loops share an edge.
A resource has been exhausted.
Operation is not implemented.
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Returns the numeric value of this error code.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
POLYGON_INVALID_LOOP_DEPTH
POLYGON_INVALID_LOOP_NESTING