|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.gis.KmlInfo
ucar.unidata.data.gis.KmlPolygons
public class KmlPolygons
Class KmlPolygons represents polygons from KML
| 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 |
|---|
public static final String TAG_POLYGON
public static final String TAG_OUTERBOUNDARYIS
public static final String TAG_LINEARRING
| Constructor Detail |
|---|
public KmlPolygons()
public KmlPolygons(Element node,
String displayCategory)
node - nodedisplayCategory - the category of display| Method Detail |
|---|
public Data getData(KmlDataSource dataSource,
Object loadId)
throws VisADException,
RemoteException
getData in class KmlInfodataSource - fromloadId - For loading
RemoteException - On badness
VisADException - On badness
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||