java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pnfsoftware.jeb.core.output.CoordinatesConversionPrecision |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CoordinatesConversionPrecision | BEST | Best conversion, may be the first, last, or an intermediate coordinates | |||||||||
CoordinatesConversionPrecision | FIRST | Lowest (=first) coordinates | |||||||||
CoordinatesConversionPrecision | LAST | Highest (=last) coordinates |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static CoordinatesConversionPrecision | valueOf(String name) | ||||||||||
final static CoordinatesConversionPrecision[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Best conversion, may be the first, last, or an intermediate coordinates