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_NAMEdataSource, PROP_WRITEDATASOURCEdescription, 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(KmlDataSource dataSource,
       java.lang.Object loadId)
Create the data 
 | 
getCategories, getName, setNameaddDataChangeListener, basicallyEquals, cloneMe, equals, getAllDateTimes, getAllLevels, getData, getDataSource, getDataSources, getFinalDataChoices, getFullDescription, getSelectedDateTimes, hashCode, initAfterUnPersistence, removeDataChangeListener, setDataSourceaddCategory, 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, toStringpublic 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