public class FeatureWriter
extends java.lang.Object
http://code.google.com/apis/kml/documentation/kml_tags_21.html#feature| Constructor and Description |
|---|
FeatureWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor hanlder,
IQName tagName)
It writes the end tag of a Document, Folder, NetworkLink,
Placemark, GroundOverLay or a ScreenOverlay.
|
void |
start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
java.lang.String id,
IQName tagName)
It writes the init tag and the common attributes
for a Document, Folder, NetworkLink, Placemark,
GroundOverLay or a ScreenOverlay.
|
public void start(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor handler,
java.lang.String id,
IQName tagName)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementorid - Feature IDtagName - Feature typejava.io.IOExceptionpublic void end(IXmlStreamWriter writer,
GPEKmlWriterHandlerImplementor hanlder,
IQName tagName)
throws java.io.IOException
writer - Writer to write the labelshandler - The writer handler implementortagName - Feature typejava.io.IOException