Uses of Class
gov.nasa.worldwind.ogc.kml.KMLParserContext
-
Packages that use KMLParserContext Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams. -
-
Uses of KMLParserContext in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as KMLParserContext Modifier and Type Field Description protected KMLParserContext
KMLRoot. parserContext
The parser context for the document.Methods in gov.nasa.worldwind.ogc.kml that return KMLParserContext Modifier and Type Method Description protected KMLParserContext
KMLRoot. createParserContext(javax.xml.stream.XMLEventReader reader)
Invoked duringKMLRoot.initialize(boolean)
to create the parser context.Constructors in gov.nasa.worldwind.ogc.kml with parameters of type KMLParserContext Constructor Description KMLParserContext(KMLParserContext ctx)
-