public class DgnCellHeaderElement extends DgnDrawingElementBase implements ICompositeDgnElement
Represents cell header element
Constructor and Description |
---|
DgnCellHeaderElement(byte[] rawData,
boolean is3DElementExpected)
Initializes a new instance of the
DgnCellHeaderElement class |
Modifier and Type | Method and Description |
---|---|
void |
addChild(DgnElement child)
Adds element as a child
|
List<DgnDrawingElementBase> |
getChilds()
Gets childs of the composite element
|
int |
getClassBitmap()
Gets cell's class bit map
|
int[] |
getLevels()
Gets array of levels used in cell
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
String |
getName()
Gets cell name
|
DgnPoint |
getOrigin()
Gets cell's origin point
|
DgnPoint |
getRangeBlockHi()
Gets cell's range block hi
|
DgnPoint |
getRangeBlockLow()
Gets cell's range block low
|
double |
getRotation()
Gets cell's rotation angle
|
double[] |
getTransFormationMatrix()
Gets cell's 2D/3D transformation matrix
|
double |
getXScale()
Gets cell's x scale
|
double |
getYScale()
Gets cell's y scale
|
getMetadata
public DgnCellHeaderElement(byte[] rawData, boolean is3DElementExpected)
Initializes a new instance of the DgnCellHeaderElement
class
rawData
- raw datais3DElementExpected
- is 3Dpublic String getName()
Gets cell name
public int getClassBitmap()
Gets cell's class bit map
public int[] getLevels()
Gets array of levels used in cell
public DgnPoint getRangeBlockLow()
Gets cell's range block low
public DgnPoint getRangeBlockHi()
Gets cell's range block hi
public double[] getTransFormationMatrix()
Gets cell's 2D/3D transformation matrix
public DgnPoint getOrigin()
Gets cell's origin point
public double getXScale()
Gets cell's x scale
public double getYScale()
Gets cell's y scale
public double getRotation()
Gets cell's rotation angle
public List<DgnDrawingElementBase> getChilds()
Gets childs of the composite element
getChilds
in interface ICompositeDgnElement
public void addChild(DgnElement child)
Adds element as a child
addChild
in interface ICompositeDgnElement
child
- element to add as a childpublic Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint
in class DgnDrawingElementBase
public Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint
in class DgnDrawingElementBase