public class GpxWriter extends AbstractRecordWriter
| Constructor and Description |
|---|
GpxWriter(File file) |
GpxWriter(Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
String |
getCommentAttribute() |
String |
getDescriptionAttribute() |
String |
getNameAttribute() |
void |
setCommentAttribute(String commentAttribute) |
void |
setDescriptionAttribute(String descriptionAttribute) |
void |
setNameAttribute(String nameAttribute) |
String |
toString() |
void |
write(Record object) |
getRecordDefinition, isIndent, isWritable, isWriteNulls, setIndent, setProperty, setWriteNullsclose, close, close, openclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setPropertySoft, setPropertyWeakclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setPropertySoft, setPropertyWeakpublic GpxWriter(File file) throws IOException
IOExceptionpublic GpxWriter(Writer writer)
public void close()
close in interface Writer<Record>close in interface AutoCloseableclose in class AbstractWriter<Record>public void flush()
public String getCommentAttribute()
public String getDescriptionAttribute()
public String getNameAttribute()
public void setCommentAttribute(String commentAttribute)
public void setDescriptionAttribute(String descriptionAttribute)
public void setNameAttribute(String nameAttribute)
public void write(Record object)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.