public class KmlPoints extends KmlInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG_COORDINATES
xml tags
|
static java.lang.String |
TAG_NAME
xml tags
|
static java.lang.String |
TAG_POINT
xml tags
|
TAG_ADDRESS, TAG_DESCRIPTION, TAG_LINESTRING
dataSource, PROP_WRITEDATASOURCE
description, id, NULL_DATASELECTION, NULL_PROPERTIES, NULL_REQUESTPROPERTIES, parent, PROP_ICON, PROP_REQUESTER, properties
Constructor and Description |
---|
KmlPoints()
ctor
|
KmlPoints(java.util.List nodes,
java.lang.String displayCategory)
ctor_
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getCoordinates()
Get the Coordinates property.
|
visad.Data |
getData(JsonDataSource dataSource,
java.lang.Object loadId)
get the data
|
visad.Data |
getData(KmlDataSource dataSource,
java.lang.Object loadId)
get the data
|
java.util.List |
getNames()
Get the Names property.
|
void |
setCoordinates(java.util.List value)
Set the Coordinates property.
|
void |
setNames(java.util.List value)
Set the Names property.
|
getCategories, getName, setName
addDataChangeListener, basicallyEquals, cloneMe, equals, getAllDateTimes, getAllLevels, getData, getDataSource, getDataSources, getFinalDataChoices, getFullDescription, getSelectedDateTimes, hashCode, initAfterUnPersistence, removeDataChangeListener, setDataSource
addCategory, addCurrentName, addParamNameToCategories, cloneDataChoices, createClone, getAllLevels, getCurrentNames, getData, getData, getDataCategories, getDataCategories, getDataSelection, getDescription, getDisplayCategory, getFixedRequestProperties, getForUser, getId, getIndexedName, getParent, getProperties, getProperty, getProperty, getProperty, getStringId, isEndUserFormula, mergeRequestProperties, setCategories, setDataCategories, setDataSelection, setDescription, setFixedRequestProperties, setId, setLevelSelection, setObjectProperty, setParent, setProperties, setProperty, setProperty, setTimeSelection, toString
public static final java.lang.String TAG_NAME
public static final java.lang.String TAG_POINT
public static final java.lang.String TAG_COORDINATES
public KmlPoints()
public KmlPoints(java.util.List nodes, java.lang.String displayCategory)
nodes
- xml nodesdisplayCategory
- categorypublic visad.Data getData(KmlDataSource dataSource, java.lang.Object loadId) throws visad.VisADException, java.rmi.RemoteException
public visad.Data getData(JsonDataSource dataSource, java.lang.Object loadId) throws visad.VisADException, java.rmi.RemoteException
public void setNames(java.util.List value)
value
- The new value for Namespublic java.util.List getNames()
public void setCoordinates(java.util.List value)
value
- The new value for Coordinatespublic java.util.List getCoordinates()