public class TwoDMatingFeatureCoordinatesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getReferencedHPGLDocumentID()
Retrieves Referenced HPGL Document ID.
|
double[] |
getTwoDMatingAxes()
Retrieves the 2D Mating Axes.
|
double[] |
getTwoDMatingPoint()
Retrieves the 2D Mating Point.
|
void |
setReferencedHPGLDocumentID(short shReferencedHPGLDocumentID)
Sets Referenced HPGL Document ID.
|
void |
setTwoDMatingAxes(double[] dblArrTwoDMatingAxes)
Sets the 2D Mating Axes.
|
void |
setTwoDMatingPoint(double[] dblArrTwoDMatingPoint)
Sets the 2D Mating Point.
|
boolean |
validateForModule()
Validates all the attributes in TwoDMatingFeatureCoordinatesSequenceItem 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 setReferencedHPGLDocumentID(short shReferencedHPGLDocumentID)
shReferencedHPGLDocumentID - short value of Referenced HPGL Document IDpublic short getReferencedHPGLDocumentID()
public void setTwoDMatingPoint(double[] dblArrTwoDMatingPoint)
dblArrTwoDMatingPoint - Double value of 2D Mating Pointpublic double[] getTwoDMatingPoint()
public void setTwoDMatingAxes(double[] dblArrTwoDMatingAxes)
dblArrTwoDMatingAxes - Double value of 2D Mating Axespublic double[] getTwoDMatingAxes()