public class MatingFeatureSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
MatingFeatureDegreeofFreedomSequence |
getMatingFeatureDegreeofFreedomSequence()
Retrieves pre-initialized object of Mating Feature Degree of Freedom Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
short |
getMatingFeatureID()
Retrieves Mating Feature ID.
|
double[] |
getThreeDMatingAxes()
Retrieves the 3D Mating Axes.
|
double[] |
getThreeDMatingPoint()
Retrieves the 3D Mating Point.
|
TwoDMatingFeatureCoordinatesSequence |
getTwoDMatingFeatureCoordinatesSequence()
Retrieves pre-initialized object of 2D Mating Feature Coordinates Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
void |
setMatingFeatureID(short shMatingFeatureID)
Sets Mating Feature ID.
|
void |
setThreeDMatingAxes(double[] dblArrThreeDMatingAxes)
Sets the 3D Mating Axes.
|
void |
setThreeDMatingPoint(double[] dblArrThreeDMatingPoint)
Sets the 3D Mating Point.
|
boolean |
validateForModule()
Validates all the attributes in MatingFeatureSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setMatingFeatureID(short shMatingFeatureID)
shMatingFeatureID - short value of Mating Feature IDpublic short getMatingFeatureID()
public void setThreeDMatingPoint(double[] dblArrThreeDMatingPoint)
dblArrThreeDMatingPoint - Double value of 3D Mating Pointpublic double[] getThreeDMatingPoint()
public void setThreeDMatingAxes(double[] dblArrThreeDMatingAxes)
dblArrThreeDMatingAxes - Double value of 3D Mating Axespublic double[] getThreeDMatingAxes()
public TwoDMatingFeatureCoordinatesSequence getTwoDMatingFeatureCoordinatesSequence()
public MatingFeatureDegreeofFreedomSequence getMatingFeatureDegreeofFreedomSequence()