|
||||||||||
| 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.KmlPoints
public class KmlPoints
Class KmlPoints holds point info from KML
| Field Summary | |
|---|---|
static String |
TAG_COORDINATES
xml tags |
static String |
TAG_NAME
xml tags |
static String |
TAG_POINT
xml tags |
| Fields inherited from class ucar.unidata.data.gis.KmlInfo |
|---|
TAG_ADDRESS, TAG_DESCRIPTION, TAG_LINESTRING |
| Constructor Summary | |
|---|---|
KmlPoints()
ctor |
|
KmlPoints(List nodes,
String displayCategory)
ctor_ |
|
| Method Summary | |
|---|---|
List |
getCoordinates()
Get the Coordinates property. |
Data |
getData(KmlDataSource dataSource,
Object loadId)
get the data |
List |
getNames()
Get the Names property. |
void |
setCoordinates(List value)
Set the Coordinates property. |
void |
setNames(List value)
Set the Names property. |
| 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_NAME
public static final String TAG_POINT
public static final String TAG_COORDINATES
| Constructor Detail |
|---|
public KmlPoints()
public KmlPoints(List nodes,
String displayCategory)
nodes - xml nodesdisplayCategory - category| Method Detail |
|---|
public Data getData(KmlDataSource dataSource,
Object loadId)
throws VisADException,
RemoteException
getData in class KmlInfodataSource - data sourceloadId - for loading
RemoteException - On badness
VisADException - On badnesspublic void setNames(List value)
value - The new value for Namespublic List getNames()
public void setCoordinates(List value)
value - The new value for Coordinatespublic List getCoordinates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||