|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.gis.KmlInfo
public abstract class KmlInfo
Class KmlInfo holds information about a kml node or group of nodes
| Field Summary | |
|---|---|
static String |
TAG_ADDRESS
Address tag |
static String |
TAG_COORDINATES
kml tag |
static String |
TAG_DESCRIPTION
xml tags |
static String |
TAG_LINESTRING
xml tag |
static String |
TAG_NAME
kml tag |
| Constructor Summary | |
|---|---|
KmlInfo()
ctor |
|
KmlInfo(Element node,
String displayCategory,
String dataCategory)
ctor |
|
KmlInfo(String name,
String displayCategory,
String dataCategory)
name |
|
| Method Summary | |
|---|---|
List |
getCategories()
get the categories |
abstract Data |
getData(KmlDataSource dataSource,
Object loadId)
Abstract method that returns the visad data |
String |
getName()
Get the Name property. |
void |
setName(String value)
Set the Name property. |
| 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_LINESTRING
public static final String TAG_ADDRESS
public static final String TAG_DESCRIPTION
public static final String TAG_COORDINATES
public static final String TAG_NAME
| Constructor Detail |
|---|
public KmlInfo()
public KmlInfo(Element node,
String displayCategory,
String dataCategory)
node - kml nodedisplayCategory - categorydataCategory - data category
public KmlInfo(String name,
String displayCategory,
String dataCategory)
name - namedisplayCategory - categorydataCategory - data category| Method Detail |
|---|
public List getCategories()
public abstract Data getData(KmlDataSource dataSource,
Object loadId)
throws VisADException,
RemoteException
dataSource - the sourceloadId - to stop load
RemoteException - On badness
VisADException - On badnesspublic void setName(String value)
value - The new value for Namepublic String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||