|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.io.WKTWriter
public class WKTWriter
WKTWriter is a JUMPWriter specialized to write WTK (Well Known Text) files.
DataProperties for the JUMPWriter
write(featureSchema,DataProperties) interface:
| Parameter | Meaning |
|---|---|
| OutputFile or DefaultValue | File name for output .wkt file |
| Constructor Summary | |
|---|---|
WKTWriter()
constuctor |
|
| Method Summary | |
|---|---|
void |
write(FeatureCollection featureCollection,
DriverProperties dp)
Main method - writes a list of wkt features (no attributes). |
void |
write(FeatureCollection featureCollection,
java.io.Writer writer)
Function that actually does the writing |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WKTWriter()
| Method Detail |
|---|
public void write(FeatureCollection featureCollection,
DriverProperties dp)
throws IllegalParametersException,
java.lang.Exception
write in interface JUMPWriterfeatureCollection - features to writedp - 'OutputFile' or 'DefaultValue' to specify the output file.
IllegalParametersException
java.lang.Exception
public void write(FeatureCollection featureCollection,
java.io.Writer writer)
throws java.io.IOException
featureCollection - features to writewriter - where to write
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||