| org.vfny.geoserver.wms.responses.map.kml.KMLTransformerBase
All known Subclasses: org.vfny.geoserver.wms.responses.map.kml.KMLSuperOverlayTransformer, org.vfny.geoserver.wms.responses.map.kml.KMLVectorTransformer, org.vfny.geoserver.wms.responses.map.kml.KMLLegendTransformer, org.vfny.geoserver.wms.responses.map.kml.KMLRasterTransformer,
KMLTransformerBase | abstract public class KMLTransformerBase extends TransformerBase (Code) | | Base class for kml transformers.
author: Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org |
Inner Class :abstract public class KMLTranslatorSupport extends TranslatorSupport | |
Method Summary | |
public boolean | isStandAlone() Determines if the document is being encoded standalone. | public void | setStandAlone(boolean standAlone) Sets flag controlling wether the transformer encodes the document as
a standalone document, or as part of another kml document. |
standAlone | boolean standAlone(Code) | | standalone flag.
|
setStandAlone | public void setStandAlone(boolean standAlone)(Code) | | Sets flag controlling wether the transformer encodes the document as
a standalone document, or as part of another kml document.
If standAlone is true , the transformer will wrap
its content in <kml> tags.
Parameters: standAlone - true to set standalone, otherwise false |
|
|