Class Dmp.Identify.Stack

Class Summary
Constructor Attributes Constructor Name and Description
 
Dmp.Identify.Stack(mIdentify)
Used by Dmp.Identify.Identify Contains a list of currently identifiable layers and the results recordSet (when identify is called)
Method Summary
Method Attributes Method Name and Description
 
adds a LayerReference object to the Layer array as a name-value pair
 
cancles the identify process typically used at the start of an identify to purge the previous identify workflow
 
 
 
 
identify(pos, callback)
Called by Dmp.Identify.Identify.
 
Class Detail
Dmp.Identify.Stack(mIdentify)
Used by Dmp.Identify.Identify Contains a list of currently identifiable layers and the results recordSet (when identify is called)
Parameters:
{Object} mIdentify
Requires:
See:
Dmp.Identify.Identify
Method Detail
addLayer(l)
adds a LayerReference object to the Layer array as a name-value pair
Parameters:
{LayerReference} l
cancel()
cancles the identify process typically used at the start of an identify to purge the previous identify workflow
getActiveLayer()
Returns:
active LayerReference
getActiveRecord()
Returns:
the first record in the results recordSet, if applicable
getActiveResults()
Returns:
the results recordSet
identify(pos, callback)
Called by Dmp.Identify.Identify. Will call locate on all the current identifiable layers
Parameters:
{Object} pos
{function} callback
isDone()
Returns: