public class KmlPolygons extends KmlInfo
Modifier and Type | Field and Description |
---|---|
java.lang.String |
color |
visad.DateTime |
dateTime |
static java.lang.String |
TAG_LINEARRING
xml tag
|
static java.lang.String |
TAG_OUTERBOUNDARYIS
xml tag
|
static java.lang.String |
TAG_POLYGON
xml tag
|
TAG_ADDRESS, TAG_COORDINATES, TAG_DESCRIPTION, TAG_LINESTRING, TAG_NAME
dataSource, PROP_WRITEDATASOURCE
description, id, NULL_DATASELECTION, NULL_PROPERTIES, NULL_REQUESTPROPERTIES, parent, PROP_ICON, PROP_REQUESTER, properties
Constructor and Description |
---|
KmlPolygons()
ctor
|
KmlPolygons(org.w3c.dom.Element node,
java.lang.String displayCategory,
java.lang.String color)
ctor
|
KmlPolygons(org.w3c.dom.Element node,
java.lang.String displayCategory,
java.lang.String color,
visad.DateTime dateTime)
ctor
|
Modifier and Type | Method and Description |
---|---|
visad.Data |
getData(JsonDataSource dataSource,
java.lang.Object loadId)
Create the data
|
visad.Data |
getData(KmlDataSource dataSource,
java.lang.Object loadId)
Create the data
|
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_POLYGON
public static final java.lang.String TAG_OUTERBOUNDARYIS
public static final java.lang.String TAG_LINEARRING
public java.lang.String color
public visad.DateTime dateTime
public KmlPolygons()
public KmlPolygons(org.w3c.dom.Element node, java.lang.String displayCategory, java.lang.String color)
node
- nodedisplayCategory
- the category of displaycolor
- the color of the polygonpublic KmlPolygons(org.w3c.dom.Element node, java.lang.String displayCategory, java.lang.String color, visad.DateTime dateTime)
node
- nodedisplayCategory
- the category of displaycolor
- the color of the polygondateTime
- the time of the polygonpublic 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