|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<PrecisionType>
PrecisionType
public final class PrecisionType
The rounding policy used for a precision model.
Field Summary | |
---|---|
static PrecisionType |
DOUBLE
Floating precision corresponds to the standard Java double-precision floating-point representation, which is based on the IEEE-754 standard. |
static PrecisionType |
FIXED
Fixed precision indicates that coordinates have a fixed number of decimal places. |
static PrecisionType |
FLOAT
Floating single precision corresponds to the standard Java single-precision floating-point representation, which is based on the IEEE-754 standard. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
boolean |
isFloating()
Returns true if PrecisionModelType is a represented using floating point
arithmatic (rather then a grid). |
static PrecisionType |
valueOf(String code)
Returns the PrecisionType that matches the given string, or returns a new one if none match it. |
static PrecisionType[] |
values()
Returns the list of PrecisionModelType s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PrecisionType FIXED
public static final PrecisionType DOUBLE
public static final PrecisionType FLOAT
Method Detail |
---|
public boolean isFloating()
true
if PrecisionModelType
is a represented using floating point
arithmatic (rather then a grid).
public static PrecisionType[] values()
PrecisionModelType
s.
public CodeList[] family()
family
in class CodeList<PrecisionType>
public static PrecisionType valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |