Class GeoRSS
Object
|
+--Listener
|
+--ModelBase
|
+--GeoRSS
- class
GeoRSS
- extends ModelBase
Author: Cameron Shorter
Deprecated
Defined in GeoRSS.js
Requires:
Constructor Summary |
GeoRSS
(modelNode, parent)
Stores a GML Feature or FeatureCollection as defined by the
Open GIS Conortium http://opengis.org.
|
Method Summary |
Object
|
getFeatureGeometry(featureNode)
Returns the geometry for the feature
|
Object
|
getFeatureGml(featureNode)
Get the GML Node out of the RSS feed
|
Object
|
getFeatureIcon( featureNode )
Returns a specific icon for that entry
|
Object
|
getFeatureId(featureNode)
Returns an ID value for a node in the feature list
|
Object
|
getFeatureName(featureNode)
Returns a label for a node in the feature list
|
Object
|
getFeatureNodes()
Returns the list of nodes selected by the nodeSelectpath
|
Object
|
getFeaturePoint(featureNode)
Returns a point geometry for the feature
|
void
|
initItems(objRef)
init
|
Methods inherited from class ModelBase |
getXpathValue, setXpathValue, loadModelDoc, setModel, finishLoading, newRequest, deleteTemplates, saveModel, createObject, loadObjects, parseConfig, refresh, init, clearModel
|
GeoRSS
GeoRSS(modelNode, parent)
Stores a GML Feature or FeatureCollection as defined by the
Open GIS Conortium http://opengis.org.
WARNING: This model is only to be used if you do not want to embed the GeoRSS feed
in the context doc. See also MAP-271
Parameters:
modelNode
- The model's XML object node from the configuration document.
parent
- The parent model for the object.
Author: Cameron Shorter
Deprecated
Requires:
getFeatureGeometry
Object getFeatureGeometry(featureNode)
Returns the geometry for the feature
Parameters:
featureNode
- the feature node to select from
Returns:
the geometric point for the node
getFeatureGml
Object getFeatureGml(featureNode)
Get the GML Node out of the RSS feed
getFeatureIcon
Object getFeatureIcon( featureNode )
Returns a specific icon for that entry
Parameters:
featureNode
- the feature node to select from
Returns:
the geometric point for the node
getFeatureId
Object getFeatureId(featureNode)
Returns an ID value for a node in the feature list
Parameters:
featureNode
- the feature node to selectfrom
getFeatureName
Object getFeatureName(featureNode)
Returns a label for a node in the feature list
Parameters:
featureNode
- the feature node to selectfrom
getFeatureNodes
Object getFeatureNodes()
Returns the list of nodes selected by the nodeSelectpath
getFeaturePoint
Object getFeaturePoint(featureNode)
Returns a point geometry for the feature
Parameters:
featureNode
- the feature node to select from
Returns:
the geometric point for the node
initItems
void initItems(objRef)
Parameters:
objRef
- Pointer to this object.
Documentation generated by
JSDoc on Tue Aug 21 08:12:28 2007