| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DTMCSYS_ONSURF_LINEAR
Integer value of enum value "DTMCSYS_ONSURF_LINEAR" This specifies a coordinate system constrained by 2 linear dimensions. |
| static final DatumCsysOnSurfaceType | DTMCSYS_ONSURF_LINEAR
Object value of enum value "DTMCSYS_ONSURF_LINEAR" This specifies a coordinate system constrained by 2 linear dimensions. |
| static final int | _DTMCSYS_ONSURF_RADIAL
Integer value of enum value "DTMCSYS_ONSURF_RADIAL" This specifies a coordinate system constrained by 1 radial and 1 angular dimension. |
| static final DatumCsysOnSurfaceType | DTMCSYS_ONSURF_RADIAL
Object value of enum value "DTMCSYS_ONSURF_RADIAL" This specifies a coordinate system constrained by 1 radial and 1 angular dimension. |
| static final int | _DTMCSYS_ONSURF_DIAMETER
Integer value of enum value "DTMCSYS_ONSURF_DIAMETER" This specifies a coordinate system constrained by 1 diameter and 1 angular dimension. |
| static final DatumCsysOnSurfaceType | DTMCSYS_ONSURF_DIAMETER
Object value of enum value "DTMCSYS_ONSURF_DIAMETER" This specifies a coordinate system constrained by 1 diameter and 1 angular dimension. |
| static final int | _DatumCsysOnSurfaceType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DatumCsysOnSurfaceType | FromInt
(int value)
Creates enum object from an integer. |
| static DatumCsysOnSurfaceType | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static DatumCsysOnSurfaceType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DatumCsysOnSurfaceType | FromInt | (Integer value) |
Creates enum object from an integer object.
|