public class DXFUnivers extends Object implements DXFConstants
| Modifier and Type | Field and Description |
|---|---|
static double |
MIN_ANGLE |
static int |
NUM_OF_SEGMENTS |
static com.vividsolutions.jts.geom.PrecisionModel |
precisionModel |
Vector<DXFBlock> |
theBlocks |
Vector<DXFEntity> |
theEntities |
Vector<DXFTables> |
theTables |
$ACADVER, $EXTMAX, $EXTMIN, $FILLMODE, $LIMMAX, $LIMMIN, ARC, ATTRIB, BLOCK, BLOCK_RECORD, BLOCKS, CIRCLE, CLASSES, DIMENSION, ELLIPSE, ENDBLK, ENDSEC, ENDTAB, ENTITIES, HEADER, INSERT, LAYER, LAYER_AUTO_FROZEN, LAYER_FROZEN, LAYER_INVISIBLE, LAYER_LOCKED, LAYER_USED, LAYER_XREF, LAYER_XREF_FOUND, LINE, LTYPE, LWPOLYLINE, MTEXT, OBJECTS, POINT, POLYLINE, SECTION, SEQEND, SOLID, SPLINE, TABLE, TABLES, TEXT, THUMBNAILIMAGE, TRACE, VERTEX| Constructor and Description |
|---|
DXFUnivers(ArrayList dxfInsertsFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRefBlockForUpdate(DXFBlockReference obj) |
DXFBlock |
findBlock(String nom) |
DXFLayer |
findLayer(String nom) |
DXFLineType |
findLType(String name) |
com.vividsolutions.jts.geom.Geometry |
getErrorGeometry() |
com.vividsolutions.jts.geom.GeometryFactory |
getGeometryFactory() |
String |
getInfo() |
boolean |
isFilteredInsert(String blockName) |
static String |
makeTabs(String text,
int length) |
void |
read(DXFLineNumberReader br) |
void |
readSection(DXFLineNumberReader br) |
void |
setErrorGeometry(com.vividsolutions.jts.geom.Geometry errorGeometry) |
void |
setGeometryFactory(com.vividsolutions.jts.geom.GeometryFactory geometryFactory) |
void |
updateRefBlock() |
public static final com.vividsolutions.jts.geom.PrecisionModel precisionModel
public static final int NUM_OF_SEGMENTS
public static final double MIN_ANGLE
public DXFUnivers(ArrayList dxfInsertsFilter)
public boolean isFilteredInsert(String blockName)
public void read(DXFLineNumberReader br) throws IOException
IOExceptionpublic void readSection(DXFLineNumberReader br) throws IOException
IOExceptionpublic DXFLineType findLType(String name)
public void addRefBlockForUpdate(DXFBlockReference obj)
public void updateRefBlock()
public String getInfo()
public com.vividsolutions.jts.geom.GeometryFactory getGeometryFactory()
public void setGeometryFactory(com.vividsolutions.jts.geom.GeometryFactory geometryFactory)
public com.vividsolutions.jts.geom.Geometry getErrorGeometry()
public void setErrorGeometry(com.vividsolutions.jts.geom.Geometry errorGeometry)
Copyright © 2018 B3Partners B.V.. All rights reserved.