public class DxfWriter
extends java.lang.Object
implements com.vividsolutions.jump.io.JUMPWriter
Modifier and Type | Field and Description |
---|---|
protected static com.vividsolutions.jts.algorithm.CGAlgorithms |
cga |
Constructor and Description |
---|
DxfWriter()
Creates new DxfWriter
|
Modifier and Type | Method and Description |
---|---|
void |
write(com.vividsolutions.jump.feature.FeatureCollection featureCollection,
com.vividsolutions.jump.io.DriverProperties dp)
Main method - write the featurecollection to a DXF file.
|
public void write(com.vividsolutions.jump.feature.FeatureCollection featureCollection, com.vividsolutions.jump.io.DriverProperties dp) throws com.vividsolutions.jump.io.IllegalParametersException, java.lang.Exception
write
in interface com.vividsolutions.jump.io.JUMPWriter
featureCollection
- collection to writedp
- 'OutputFile' or 'DefaultValue' to specify where to write.com.vividsolutions.jump.io.IllegalParametersException
java.lang.Exception