ucar.unidata.data.gis
Class KmlPolygons

java.lang.Object
  extended by ucar.unidata.data.gis.KmlInfo
      extended by ucar.unidata.data.gis.KmlPolygons

public class KmlPolygons
extends KmlInfo

Class KmlPolygons represents polygons from KML

Version:
$Revision: 1.8 $
Author:
IDV Development Team

Field Summary
static String TAG_LINEARRING
          xml tag
static String TAG_OUTERBOUNDARYIS
          xml tag
static String TAG_POLYGON
          xml tag
 
Fields inherited from class ucar.unidata.data.gis.KmlInfo
TAG_ADDRESS, TAG_COORDINATES, TAG_DESCRIPTION, TAG_LINESTRING, TAG_NAME
 
Constructor Summary
KmlPolygons()
          ctor
KmlPolygons(Element node, String displayCategory)
          ctor
 
Method Summary
 Data getData(KmlDataSource dataSource, Object loadId)
          Create the data
 
Methods inherited from class ucar.unidata.data.gis.KmlInfo
getCategories, getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_POLYGON

public static final String TAG_POLYGON
xml tag

See Also:
Constant Field Values

TAG_OUTERBOUNDARYIS

public static final String TAG_OUTERBOUNDARYIS
xml tag

See Also:
Constant Field Values

TAG_LINEARRING

public static final String TAG_LINEARRING
xml tag

See Also:
Constant Field Values
Constructor Detail

KmlPolygons

public KmlPolygons()
ctor


KmlPolygons

public KmlPolygons(Element node,
                   String displayCategory)
ctor

Parameters:
node - node
displayCategory - the category of display
Method Detail

getData

public Data getData(KmlDataSource dataSource,
                    Object loadId)
             throws VisADException,
                    RemoteException
Create the data

Specified by:
getData in class KmlInfo
Parameters:
dataSource - from
loadId - For loading
Returns:
The data
Throws:
RemoteException - On badness
VisADException - On badness