Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
P
 pagePositon, Util
 Panel, Jx. Panel.Jx
 panelContentLoaded, Jx. Panel
 PanelSet, Jx. PanelSet.Jx
 panIntoView, OpenLayers. Popup
 panMap, OpenLayers. Control. DragPan
 panMapDone, OpenLayers. Control. DragPan
 PanZoom, OpenLayers. Control. PanZoom. OpenLayers. Control
 parse, Fusion. Lib. ApplicationDefinition
 parseAppDef, Fusion. Lib. ApplicationDefinition
 parseAttributes, OpenLayers. Format.GML
 parseDefs, Proj4js.Proj
 parseFeature, OpenLayers. Format.GML
 parseFeatures, OpenLayers. Protocol.HTTP
 parseQueryString, Fusion. Constant
 parseXMLString, OpenLayers. Request. XMLHttpRequest
 passesTolerance
OpenLayers. Handler. ClickOpenLayers. Handler. Hover
 Path, OpenLayers. Handler. Path. OpenLayers. Handler
 Pixel, OpenLayers. Pixel. OpenLayers
 play, OpenLayers. Tween
 point
OpenLayers. Format. GML. buildGeometryOpenLayers. Format. GML. parseGeometry
 Point
OpenLayers. Geometry. Point. OpenLayers. GeometryOpenLayers. Handler. Point. OpenLayers. HandlerProj4js. Proj. Proj4js
 polygon
OpenLayers. Format. GML. buildGeometryOpenLayers. Format. GML. parseGeometry
 Polygon
OpenLayers. Geometry. Polygon. OpenLayers. GeometryOpenLayers. Handler. Polygon. OpenLayers. Handler
 Popup, OpenLayers. Popup. OpenLayers
 position, Jx. AutoPosition
 positionImage, OpenLayers. Tile. Image
 postDraw
OpenLayers. Renderer. ElementsOpenLayers. Renderer.VML
 prelightCell, Jx.Grid
 prelightColumn, Jx.Grid
 prelightColumnHeader, Jx.Grid
 prelightRow, Jx.Grid
 prelightRowHeader, Jx.Grid
 prepareBar, Jx. Splitter
 prepareElement, Jx. Splitter
 projectForward, OpenLayers. Layer. SphericalMercator
 projectInverse, OpenLayers. Layer. SphericalMercator
 Projection, OpenLayers. Projection. OpenLayers
 propertyChanged, Jx. TreeItem
 Protocol, OpenLayers. Protocol. OpenLayers
Q
 query, Fusion. Widget.Map
 queueScript, Fusion. Constant
Calculates the position of an element on the page.
Initialize a new Jx.Panel instance
panelContentLoaded: function(html)
When the content of the panel is loaded from a remote URL, this method is called when the ajax request returns.
Create a new instance of Jx.PanelSet.
panIntoView: function()
Pans the map such that the popup is totaly viewable (if necessary)
panMap: function(xy)
panMapDone: function(xy)
Finish the panning operation.
parse : function()
start parsing the ApplicationDefinition file.
parseAppDef: function(json)
parse the ApplicationDefinition file into the appropriate Fusion objects
parseAttributes: function(node)
parseDefs: function()
Parses the PROJ.4 initialization string and sets the associated properties.
parseFeature: function(node)
This function is the core of the GML parsing code in OpenLayers.
parseFeatures: function(request)
Read HTTP response body and return features.
parseQueryString: function()
An initialization time function to parse the application URL parameters and stores them in an array.
OpenLayers.parseXMLString = function(text)
Parse XML into a doc structure
passesTolerance: function(evt)
Determine whether the event is within the optional pixel tolerance.
passesTolerance: function(px)
Determine whether the mouse move is within the optional pixel tolerance.
Create a new path hander
Create a new OpenLayers.Pixel instance
play: function()
Calls the appropriate easing method
Given an OpenLayers point geometry, create a GML point.
Given a GML node representing a point geometry, create an OpenLayers point geometry.
Construct a point geometry.
Create a new point handler.
Given an OpenLayers polygon geometry, create a GML polygon.
Given a GML node representing a polygon geometry, create an OpenLayers polygon geometry.
Constructor for a Polygon geometry.
Create a Polygon Handler.
Create a popup.
position: function(element,
relative,
options)
positions an element relative to another element based on the provided options.
positionImage: function()
Using the properties currenty set on the layer, position the tile correctly.
postDraw: function(node)
Things that have do be done after the geometry node is appended to its parent node.
postDraw: function(node)
Some versions of Internet Explorer seem to be unable to set fillcolor and strokecolor to “none” correctly before the fill node is appended to a visible vml node.
prelightCell: function(row,
col)
apply the jxGridCellPrelight style to a cell.
prelightColumn: function(col)
apply the jxGridColumnPrelight style to a column.
prelightColumnHeader: function(col)
apply the jxGridColumnHeaderPrelight style to the header cell of a column.
prelightRow: function(row)
apply the jxGridRowPrelight style to row.
prelightRowHeader: function(row)
apply the jxGridRowHeaderPrelight style to the header cell of a row.
prepareBar: function()
Prepare a new, empty bar to go into between split areas.
prepareElement: function()
Prepare a new, empty element to go into a split area.
projectForward: function(point)
Given an object with x and y properties in EPSG:4326, modify the x,y properties on the object to be the Spherical Mercator projected coordinates.
projectInverse: function(point)
Given an object with x and y properties in Spherical Mercator, modify the x,y properties on the object to be the unprojected coordinates.
This class offers several methods for interacting with a wrapped pro4js projection object.
propertyChanged : function(obj)
A property of an object has changed, synchronize the state of the TreeItem with the state of the object
Abstract class for vector protocols.
query: function(options)
dispatch query requests to the maps
queueScript: function(url)
Insert a new script into the loading queue.