P | |
page, OpenLayers. | |
pagePosition, Util | |
Paging, OpenLayers. | |
panelContentLoaded, Jx. | |
panIntoView, OpenLayers. | |
panMap, OpenLayers. | |
panMapDone, OpenLayers. | |
panMapStart, OpenLayers. | |
PanZoom, OpenLayers. | |
parse, Fusion. | |
parseAppDef, Fusion. | |
parseAttributes, OpenLayers. | |
parseDefs, Proj4js.Proj | |
parseFeature, OpenLayers. | |
parseFeatures, OpenLayers. | |
parseJSON, Fusion | |
parseMetaData | |
parseQueryString, Fusion | |
parseResponse, OpenLayers. | |
parseTemplate, Jx. | |
parseWKT, Proj4js.Proj | |
parseXMLString, OpenLayers. | |
partition, Jx. | |
passesDblclickTolerance, OpenLayers. | |
passesTolerance | |
Path, OpenLayers. | |
Pinch, OpenLayers. | |
pinchDone, OpenLayers. | |
pinchMove, OpenLayers. | |
pinchStart, OpenLayers. | |
PinchZoom, OpenLayers. | |
Pixel, OpenLayers. | |
pixToGeo, Fusion. | |
pixToGeoMeasure, Fusion. | |
play, OpenLayers. | |
point | |
Point | |
pollUpload, Jx. | |
polygon | |
Polygon | |
Popup, OpenLayers. | |
position, Jx. | |
positionTile, OpenLayers. | |
Post, OpenLayers. | |
postDraw | |
prelightCell, Jx. | |
prelightColumn, Jx. | |
prelightColumnHeader, Jx. | |
prelightRow, Jx. | |
prelightRowHeader, Jx. | |
prepareBar, Jx. | |
prepareElement, Jx. | |
preventDefault | |
processData, Jx. | |
processElements, Jx. | |
processIFrameUpload, Jx. | |
processProgress, Jx. | |
processXMLNode, OpenLayers. | |
Projection, OpenLayers. | |
propertyChanged, Jx. | |
Protocol, OpenLayers. |
Display the page starting at the given index from the cache.
page: function( start, event )
Calculates the position of an element on the page
OpenLayers.Util.pagePosition = function( forElement )
When the content of the panel is loaded from a remote URL, this method is called when the ajax request returns.
panelContentLoaded: function( html )
Pans the map such that the popup is totaly viewable (if necessary)
panIntoView: function()
panMap: function( xy )
Finish the panning operation.
panMapDone: function( xy )
panMapStart: function()
start parsing the ApplicationDefinition file.
parse : function()
parse the ApplicationDefinition file into the appropriate Fusion objects
parseAppDef: function( json )
parseAttributes: function( node )
Parses the PROJ.4 initialization string and sets the associated properties.
parseDefs: function()
This function is the core of the GML parsing code in OpenLayers.
parseFeature: function( node )
Read HTTP response body and return features.
parseFeatures: function( request )
Parses the given JSON string to a javascript object.
parseJSON: function( str )
Takes the meta property of the response object and puts the data where it belongs.
parseMetaData: function ( meta )
Takes the metadata returned from the protocol and places it in the appropriate Vplaces.
parseMetaData: function ( meta )
An initialization time function to parse the application URL parameters and stores them in an array.
parseQueryString: function()
Read HTTP response body and return features
parseResponse: function( request, options )
parses the provided template to determine which store columns are required to complete it.
parseTemplate: function ( template )
Parses a WKT string to get initialization parameters
wktRE: /^( \w+ )\[(.*)\]$/, parseWKT: function(wkt)
Parse XML into a doc structure
OpenLayers.parseXMLString = function( text )
partition : function ( left, right )
Determine whether the event is within the optional double-cick pixel tolerance.
passesDblclickTolerance: function( evt )
Determine whether the event is within the optional pixel tolerance.
passesTolerance: function( evt )
Determine whether the mouse move is within the optional pixel tolerance.
passesTolerance: function( px )
Determine whether the event is within the optional pixel tolerance.
passesTolerance: function( pixel1, pixel2, tolerance )
pinchDone: function( evt, start, last )
pinchMove: function( evt, pinchData )
pinchStart: function( evt, pinchData )
convert pixel coordinates into geographic coordinates.
pixToGeo: function( pX, pY )
convert pixel into geographic : used to measure.
pixToGeoMeasure: function( nPixels )
Calls the appropriate easing method
play: function()
polls the server for upload progress information
pollUpload: function ()
Called to position the tooltip.
position : function ( event )
Using the properties currenty set on the layer, position the tile correctly.
positionTile: function()
Things that have do be done after the geometry node is appended to its parent node.
postDraw: function( node )
postDraw: function( node )
apply the jxGridCellPrelight style to a cell.
prelightCell : function ( cell, on )
apply the jxGridColumnPrelight style to a column.
prelightColumn : function ( col, on )
apply the jxGridColumnHeaderPrelight style to the header cell of a column.
prelightColumnHeader : function ( col, on )
apply the jxGridRowPrelight style to row.
prelightRow : function ( row, on )
apply the jxGridRowHeaderPrelight style to the header cell of a row.
prelightRowHeader : function ( row, on )
Prepare a new, empty bar to go into between split areas.
prepareBar: function()
Prepare a new, empty element to go into a split area.
prepareElement: function()
Used to prevent default events (especially opening images in a new tab on ctrl-click) from being executed for externalGraphic symbols
OpenLayers.Renderer.SVG.preventDefault = function( e )
Used to prevent default events (especially opening images in a new tab on ctrl-click) from being executed for externalGraphic and graphicName symbols
OpenLayers.Renderer.SVG2.preventDefault = function( e )
This method takes the data passed in and puts it into the form the record needs it in.
processData: function ( data )
process the template of the widget and populate the elements hash with any objects.
processElements: function( template, classes )
Called if we are not using progress and the IFrame finished loading the server response.
processIFrameUpload: function ()
process the data returned from the request
processProgress: function ( data )
When passed an xmlNode, parses it for a GML point, and passes back an object describing that point.
processXMLNode: function( xmlNode )
A property of an object has changed, synchronize the state of the TreeItem with the state of the object
propertyChanged : function( obj )