public class PolylineConverter extends AbstractPostProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_POINT_DISTANCE |
properties| Constructor and Description |
|---|
PolylineConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkDXFEntity(DXFEntity e,
Point start,
Point end) |
protected void |
cleanUp(DXFLayer layer) |
protected void |
connectPolylineQueues()
Goes through all polylinequeues and connect them, if they have the same
start and end points.
|
void |
process(DXFDocument doc,
java.util.Map context)
Postprocess the given DXFDocument
|
protected void |
processLayer(DXFLayer layer) |
void |
setProperties(java.util.Map properties)
Set configuration properties of the component
|
getPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertiespublic static final java.lang.String PROPERTY_POINT_DISTANCE
public void process(DXFDocument doc, java.util.Map context) throws ProcessorException
PostProcessorProcessorExceptionpublic void setProperties(java.util.Map properties)
ConfigurablesetProperties in interface ConfigurablesetProperties in class AbstractConfigurableprotected void processLayer(DXFLayer layer)
protected void cleanUp(DXFLayer layer)
protected void connectPolylineQueues()