public class DwgPoint extends DwgObject implements IDwg3DTestable, IDwg2FMap
address, avanzarFlag, color, extendedData, graphicData, graphicsFlag, handle, index, layerHandle, linetypeFlags, mode, noLinks, numReactors, plotstyleFlags, plotStyleHandle, sizeInBits, subEntityHandle, type, version, xDicObjFlag, xDicObjHandle| Constructor and Description |
|---|
DwgPoint(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyExtrussion() |
Object |
clone() |
protected void |
fill(DwgObject obj) |
double[] |
getExtrusion() |
int |
getGeometryType() |
double[] |
getPoint() |
double |
getThickness() |
double |
getXAxisAngle() |
double |
getZ() |
boolean |
has3DData() |
void |
setExtrusion(double[] extrusion) |
void |
setPoint(double[] point) |
void |
setThickness(double thickness) |
void |
setXAxisAngle(double axisAngle) |
Geometry |
toFMapGeometry(boolean is3DFile) |
String |
toFMapString(boolean is3DFile) |
String |
toString() |
addReactorHandle, getAddress, getAvanzar, getColor, getExtendedData, getGeometrySubType, getGraphicData, getHandle, getIndex, getLayerHandle, getLinetypeFlags, getLineTypeHandle, getMode, getNextHandle, getNumReactors, getPlotstyleFlags, getPreviousHandle, getReactorsHandles, getSizeInBits, getSubEntityHandle, getType, getVersion, getXDicObjHandle, hasLayerHandle, hasLineTypeHandle, hasNextHandle, hasPlotStyleHandle, hasPreviousHandle, hasReactorsHandles, hasSubEntityHandle, hasXDicObjHandle, inserta, insertar, isGraphicsFlag, isLyrByLineType, isNoLinks, isXDicObjFlag, reactorsHandlesQuantity, setAddress, setAvanzar, setColor, setExtendedData, setGraphicData, setGraphicsFlag, setHandle, setLayerHandle, setLinetypeFlags, setLineTypeHandle, setLyrByLineType, setMode, setNextHandle, setNoLinks, setNumReactors, setPlotstyleFlags, setPlotStyleHandle, setPreviousHandle, setSizeInBits, setSubEntityHandle, setType, setVersion, setXDicObjFlag, setXDicObjHandleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGeometrySubTypepublic double[] getPoint()
public void setPoint(double[] point)
point - The point to set.public double[] getExtrusion()
public void setExtrusion(double[] extrusion)
extrusion - The extrusion to set.public double getThickness()
public void setThickness(double thickness)
thickness - The thickness to set.public double getXAxisAngle()
public void setXAxisAngle(double axisAngle)
axisAngle - The xAxisAngle to set.public void applyExtrussion()
public boolean has3DData()
has3DData in interface IDwg3DTestablepublic double getZ()
getZ in interface IDwg3DTestablepublic Geometry toFMapGeometry(boolean is3DFile) throws CreateGeometryException
toFMapGeometry in interface IDwg2FMapCreateGeometryExceptionpublic String toFMapString(boolean is3DFile)
toFMapString in interface IDwg2FMappublic String toString()
public int getGeometryType()
getGeometryType in interface IDwg2FMap