API Documentation > Classes > Class DatumCsysOrientByMethod
Class DatumCsysOrientByMethod

package com.ptc.pfc.pfcCoordSysFeat;

public class
DatumCsysOrientByMethod
implements
jxenum


Description
This enumerated type lists different orientation modes.
Field Summary
static final int
_DTMCSYS_ORIENT_BY_SEL_REFS
Integer value of enum value "DTMCSYS_ORIENT_BY_SEL_REFS"
This specifies orientation by selected references.
DTMCSYS_ORIENT_BY_SEL_REFS
Object value of enum value "DTMCSYS_ORIENT_BY_SEL_REFS"
This specifies orientation by selected references.
static final int
_DTMCSYS_ORIENT_BY_SEL_CSYS_AXES
Integer value of enum value "DTMCSYS_ORIENT_BY_SEL_CSYS_AXES"
This specifies orientation by coordinate system axes.
DTMCSYS_ORIENT_BY_SEL_CSYS_AXES
Object value of enum value "DTMCSYS_ORIENT_BY_SEL_CSYS_AXES"
This specifies orientation by coordinate system axes.
static final int
_DatumCsysOrientByMethod_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?