NASA World Wind

gov.nasa.worldwind
Class GeoRSSParser

java.lang.Object
  extended by gov.nasa.worldwind.GeoRSSParser

public class GeoRSSParser
extends Object


Field Summary
static String GEORSS_URI
           
static String GML_URI
           
 
Constructor Summary
GeoRSSParser()
           
 
Method Summary
static List<Renderable> parseFragment(String fragmentString, NamespaceContext nsc)
           
static List<Renderable> parseShapes(Document xmlDoc)
           
static List<Renderable> parseShapes(File file)
           
static List<Renderable> parseShapes(String docString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GEORSS_URI

public static final String GEORSS_URI
See Also:
Constant Field Values

GML_URI

public static final String GML_URI
See Also:
Constant Field Values
Constructor Detail

GeoRSSParser

public GeoRSSParser()
Method Detail

parseFragment

public static List<Renderable> parseFragment(String fragmentString,
                                             NamespaceContext nsc)

parseShapes

public static List<Renderable> parseShapes(Document xmlDoc)

parseShapes

public static List<Renderable> parseShapes(File file)

parseShapes

public static List<Renderable> parseShapes(String docString)

NASA World Wind