Package ucar.unidata.data.gis
Class KmlPoints
java.lang.Object
ucar.unidata.data.DataChoice
ucar.unidata.data.DirectDataChoice
ucar.unidata.data.gis.KmlInfo
ucar.unidata.data.gis.KmlPoints
Class KmlPoints holds point info from KML
- Version:
- $Revision: 1.18 $
- Author:
- IDV Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
xml tagsstatic final String
xml tagsstatic final String
xml tagsFields inherited from class ucar.unidata.data.gis.KmlInfo
TAG_ADDRESS, TAG_DESCRIPTION, TAG_LINESTRING
Fields inherited from class ucar.unidata.data.DirectDataChoice
dataSource, PROP_WRITEDATASOURCE
Fields inherited from class ucar.unidata.data.DataChoice
description, id, NULL_DATASELECTION, NULL_PROPERTIES, NULL_REQUESTPROPERTIES, parent, PROP_ICON, PROP_REQUESTER, properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Coordinates property.getData
(JsonDataSource dataSource, Object loadId) get the datagetData
(KmlDataSource dataSource, Object loadId) get the datagetNames()
Get the Names property.void
setCoordinates
(List value) Set the Coordinates property.void
Set the Names property.Methods inherited from class ucar.unidata.data.gis.KmlInfo
getCategories, getName, setName
Methods inherited from class ucar.unidata.data.DirectDataChoice
addDataChangeListener, basicallyEquals, cloneMe, equals, getAllDateTimes, getAllLevels, getData, getDataSource, getDataSources, getFinalDataChoices, getFullDescription, getSelectedDateTimes, hashCode, initAfterUnPersistence, removeDataChangeListener, setDataSource
Methods inherited from class ucar.unidata.data.DataChoice
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
-
Field Details
-
TAG_NAME
xml tags- See Also:
-
TAG_POINT
xml tags- See Also:
-
TAG_COORDINATES
xml tags- See Also:
-
-
Constructor Details
-
KmlPoints
public KmlPoints()ctor -
KmlPoints
ctor_- Parameters:
nodes
- xml nodesdisplayCategory
- category
-
-
Method Details
-
getData
get the data- Specified by:
getData
in classKmlInfo
- Parameters:
dataSource
- data sourceloadId
- for loading- Returns:
- the point data as xml
- Throws:
RemoteException
- On badnessVisADException
- On badness
-
getData
public Data getData(JsonDataSource dataSource, Object loadId) throws VisADException, RemoteException get the data- Specified by:
getData
in classKmlInfo
- Parameters:
dataSource
- data sourceloadId
- for loading- Returns:
- the point data as xml
- Throws:
RemoteException
- On badnessVisADException
- On badness
-
setNames
Set the Names property.- Parameters:
value
- The new value for Names
-
getNames
Get the Names property.- Returns:
- The Names
-
setCoordinates
Set the Coordinates property.- Parameters:
value
- The new value for Coordinates
-
getCoordinates
Get the Coordinates property.- Returns:
- The Coordinates
-