在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → OpenScales开发工具包

OpenScales开发工具包

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.37M
  • 下载次数:1
  • 浏览次数:147
  • 发布时间:2021-03-09
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
OpenScales是一个优秀的前台地图框架,开发者可以用来开发各种网络版、手机版和桌面版的地图程序。 她是基于ActionSctip 3 和 Flex写的,能够支持各种标准的地图服务,比如WMS、WFS、TMS、OSM等。 她是开源的、免费的程序。
【实例截图】
【核心代码】
0dc42040-6b7b-4341-81b5-0d0381e2c6da
├── api
│   ├── core
│   │   ├── AC_OETags.js
│   │   ├── all-classes.html
│   │   ├── all-index-A.html
│   │   ├── all-index-B.html
│   │   ├── all-index-C.html
│   │   ├── all-index-D.html
│   │   ├── all-index-E.html
│   │   ├── all-index-F.html
│   │   ├── all-index-G.html
│   │   ├── all-index-H.html
│   │   ├── all-index-I.html
│   │   ├── all-index-J.html
│   │   ├── all-index-K.html
│   │   ├── all-index-L.html
│   │   ├── all-index-M.html
│   │   ├── all-index-N.html
│   │   ├── all-index-O.html
│   │   ├── all-index-P.html
│   │   ├── all-index-Q.html
│   │   ├── all-index-R.html
│   │   ├── all-index-S.html
│   │   ├── all-index-T.html
│   │   ├── all-index-U.html
│   │   ├── all-index-V.html
│   │   ├── all-index-W.html
│   │   ├── all-index-X.html
│   │   ├── all-index-Y.html
│   │   ├── all-index-Z.html
│   │   ├── asdoc.js
│   │   ├── class-summary.html
│   │   ├── cookies.js
│   │   ├── help.js
│   │   ├── images
│   │   │   ├── AirIcon12x12.gif
│   │   │   ├── collapsed.gif
│   │   │   ├── detailHeaderRule.jpg
│   │   │   ├── detailSectionHeader.jpg
│   │   │   ├── expanded.gif
│   │   │   ├── inherit-arrow.gif
│   │   │   ├── inheritedSummary.gif
│   │   │   ├── logo.jpg
│   │   │   ├── P_AlternativeMetadataIndicator_30x28_N.png
│   │   │   ├── titleTableBottom.jpg
│   │   │   ├── titleTableMiddle.jpg
│   │   │   └── titleTableTop.jpg
│   │   ├── index.html
│   │   ├── index-list.html
│   │   ├── org
│   │   │   └── openscales
│   │   │   └── core
│   │   │   ├── basetypes
│   │   │   │   ├── linkedlist
│   │   │   │   │   ├── AbstractLinkedListNode.html
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── ILinkedList.html
│   │   │   │   │   ├── ILinkedListNode.html
│   │   │   │   │   ├── LinkedListBitmapNode.html
│   │   │   │   │   ├── LinkedList.html
│   │   │   │   │   └── package-detail.html
│   │   │   │   └── maps
│   │   │   │   ├── class-list.html
│   │   │   │   ├── HashMapEntry.html
│   │   │   │   ├── HashMap.html
│   │   │   │   ├── IHashMapEntry.html
│   │   │   │   ├── IMap.html
│   │   │   │   └── package-detail.html
│   │   │   ├── class-list.html
│   │   │   ├── configuration
│   │   │   │   ├── class-list.html
│   │   │   │   ├── Configuration.html
│   │   │   │   ├── IConfiguration.html
│   │   │   │   └── package-detail.html
│   │   │   ├── control
│   │   │   │   ├── class-list.html
│   │   │   │   ├── Control.html
│   │   │   │   ├── IControl.html
│   │   │   │   ├── LayerManager.html
│   │   │   │   ├── logoRotator.html
│   │   │   │   ├── MousePosition.html
│   │   │   │   ├── OverviewMap.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── PanZoomBar.html
│   │   │   │   ├── PanZoom.html
│   │   │   │   ├── ScaleLine.html
│   │   │   │   ├── Spinner.html
│   │   │   │   └── ui
│   │   │   │   ├── Arrow.html
│   │   │   │   ├── Button.html
│   │   │   │   ├── CheckBox.html
│   │   │   │   ├── class-list.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── RadioButton.html
│   │   │   │   ├── SliderHorizontal.html
│   │   │   │   └── SliderVertical.html
│   │   │   ├── cursor
│   │   │   │   ├── class-list.html
│   │   │   │   ├── CrosshairCursor.html
│   │   │   │   └── package-detail.html
│   │   │   ├── events
│   │   │   │   ├── class-list.html
│   │   │   │   ├── DrawingEvent.html
│   │   │   │   ├── FeatureEvent.html
│   │   │   │   ├── GetFeatureInfoEvent.html
│   │   │   │   ├── LayerEvent.html
│   │   │   │   ├── LayerManagerEvent.html
│   │   │   │   ├── MapEvent.html
│   │   │   │   ├── OpenScalesEvent.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── TileEvent.html
│   │   │   │   ├── TraceEvent.html
│   │   │   │   └── ZoomBoxEvent.html
│   │   │   ├── feature
│   │   │   │   ├── class-list.html
│   │   │   │   ├── CustomMarker.html
│   │   │   │   ├── Feature.html
│   │   │   │   ├── LineStringFeature.html
│   │   │   │   ├── Marker.html
│   │   │   │   ├── MultiLineStringFeature.html
│   │   │   │   ├── MultiPointFeature.html
│   │   │   │   ├── MultiPolygonFeature.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── PointFeature.html
│   │   │   │   ├── PolygonFeature.html
│   │   │   │   └── State.html
│   │   │   ├── filter
│   │   │   │   ├── class-list.html
│   │   │   │   ├── ContainsFilter.html
│   │   │   │   ├── ElseFilter.html
│   │   │   │   ├── expression
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── IExpression.html
│   │   │   │   │   └── package-detail.html
│   │   │   │   ├── IFilter.html
│   │   │   │   ├── IntersectsFilter.html
│   │   │   │   └── package-detail.html
│   │   │   ├── format
│   │   │   │   ├── class-list.html
│   │   │   │   ├── Format.html
│   │   │   │   ├── GMLFormat.html
│   │   │   │   ├── KMLFormat.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── WFSFormat.html
│   │   │   │   └── WKTFormat.html
│   │   │   ├── handler
│   │   │   │   ├── class-list.html
│   │   │   │   ├── feature
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── DragFeatureHandler.html
│   │   │   │   │   ├── draw
│   │   │   │   │   │   ├── AbstractDrawHandler.html
│   │   │   │   │   │   ├── AbstractEditCollectionHandler.html
│   │   │   │   │   │   ├── AbstractEditHandler.html
│   │   │   │   │   │   ├── class-list.html
│   │   │   │   │   │   ├── DrawHandler.html
│   │   │   │   │   │   ├── DrawMultiHandler.html
│   │   │   │   │   │   ├── DrawPathHandler.html
│   │   │   │   │   │   ├── DrawPointHandler.html
│   │   │   │   │   │   ├── DrawPolygonHandler.html
│   │   │   │   │   │   ├── EditPathHandler.html
│   │   │   │   │   │   ├── EditPointHandler.html
│   │   │   │   │   │   ├── EditPolygonHandler.html
│   │   │   │   │   │   ├── FeatureLayerEditionHandler.html
│   │   │   │   │   │   ├── IEditFeature.html
│   │   │   │   │   │   └── package-detail.html
│   │   │   │   │   ├── FeatureClickHandler.html
│   │   │   │   │   ├── package-detail.html
│   │   │   │   │   └── SelectFeaturesHandler.html
│   │   │   │   ├── Handler.html
│   │   │   │   ├── IHandler.html
│   │   │   │   ├── mouse
│   │   │   │   │   ├── BorderPanHandler.html
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── ClickHandler.html
│   │   │   │   │   ├── DragHandler.html
│   │   │   │   │   ├── package-detail.html
│   │   │   │   │   ├── WheelHandler.html
│   │   │   │   │   └── WMSGetFeatureInfo.html
│   │   │   │   ├── package-detail.html
│   │   │   │   └── zoom
│   │   │   │   ├── class-list.html
│   │   │   │   ├── package-detail.html
│   │   │   │   └── ZoomBoxHandler.html
│   │   │   ├── layer
│   │   │   │   ├── capabilities
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── GetCapabilities.html
│   │   │   │   │   ├── package-detail.html
│   │   │   │   │   ├── WFS100.html
│   │   │   │   │   ├── WFS110.html
│   │   │   │   │   ├── WMS100.html
│   │   │   │   │   ├── WMS110.html
│   │   │   │   │   └── WMS111.html
│   │   │   │   ├── class-list.html
│   │   │   │   ├── FeatureLayer.html
│   │   │   │   ├── Grid.html
│   │   │   │   ├── HTC.html
│   │   │   │   ├── HTTPRequest.html
│   │   │   │   ├── ImageLayer.html
│   │   │   │   ├── KML.html
│   │   │   │   ├── Layer.html
│   │   │   │   ├── ogc
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── package-detail.html
│   │   │   │   │   ├── WFS.html
│   │   │   │   │   ├── WMSC.html
│   │   │   │   │   └── WMS.html
│   │   │   │   ├── osm
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── CycleMap.html
│   │   │   │   │   ├── Maplint.html
│   │   │   │   │   ├── Mapnik.html
│   │   │   │   │   ├── Osmarender.html
│   │   │   │   │   ├── OSM.html
│   │   │   │   │   └── package-detail.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── params
│   │   │   │   │   ├── AbstractParams.html
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── IHttpParams.html
│   │   │   │   │   ├── ogc
│   │   │   │   │   │   ├── class-list.html
│   │   │   │   │   │   ├── package-detail.html
│   │   │   │   │   │   ├── WFSParams.html
│   │   │   │   │   │   ├── WMSGetFeatureInfoParams.html
│   │   │   │   │   │   └── WMSParams.html
│   │   │   │   │   └── package-detail.html
│   │   │   │   ├── PolyLayers.html
│   │   │   │   └── TMS.html
│   │   │   ├── Map.html
│   │   │   ├── package-detail.html
│   │   │   ├── popup
│   │   │   │   ├── Anchored.html
│   │   │   │   ├── class-list.html
│   │   │   │   ├── package-detail.html
│   │   │   │   └── Popup.html
│   │   │   ├── request
│   │   │   │   ├── AbstractRequest.html
│   │   │   │   ├── class-list.html
│   │   │   │   ├── DataRequest.html
│   │   │   │   ├── IRequest.html
│   │   │   │   ├── OpenLSRequest.html
│   │   │   │   ├── package-detail.html
│   │   │   │   └── XMLRequest.html
│   │   │   ├── security
│   │   │   │   ├── AbstractSecurity.html
│   │   │   │   ├── class-list.html
│   │   │   │   ├── events
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── package-detail.html
│   │   │   │   │   └── SecurityEvent.html
│   │   │   │   ├── ign
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── IGNGeoRMSecurity.html
│   │   │   │   │   └── package-detail.html
│   │   │   │   ├── ISecurity.html
│   │   │   │   └── package-detail.html
│   │   │   ├── StringUtils.html
│   │   │   ├── style
│   │   │   │   ├── class-list.html
│   │   │   │   ├── fill
│   │   │   │   │   ├── BitmapFill.html
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── Fill.html
│   │   │   │   │   ├── package-detail.html
│   │   │   │   │   └── SolidFill.html
│   │   │   │   ├── marker
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── DisplayObjectMarker.html
│   │   │   │   │   ├── Marker.html
│   │   │   │   │   ├── package-detail.html
│   │   │   │   │   └── WellKnownMarker.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── Rule.html
│   │   │   │   ├── stroke
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── package-detail.html
│   │   │   │   │   └── Stroke.html
│   │   │   │   ├── Style.html
│   │   │   │   └── symbolizer
│   │   │   │   ├── class-list.html
│   │   │   │   ├── IFillSymbolizer.html
│   │   │   │   ├── IStrokeSymbolizer.html
│   │   │   │   ├── LineSymbolizer.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── PointSymbolizer.html
│   │   │   │   ├── PolygonSymbolizer.html
│   │   │   │   └── Symbolizer.html
│   │   │   ├── tile
│   │   │   │   ├── class-list.html
│   │   │   │   ├── ImageTile.html
│   │   │   │   ├── package-detail.html
│   │   │   │   └── Tile.html
│   │   │   ├── Trace.html
│   │   │   ├── UID.html
│   │   │   └── Util.html
│   │   ├── override.css
│   │   ├── package-frame.html
│   │   ├── package-list.html
│   │   ├── package-summary.html
│   │   ├── print.css
│   │   ├── style.css
│   │   └── title-bar.html
│   ├── core-flash-10.1
│   │   ├── AC_OETags.js
│   │   ├── all-classes.html
│   │   ├── all-index-A.html
│   │   ├── all-index-B.html
│   │   ├── all-index-C.html
│   │   ├── all-index-D.html
│   │   ├── all-index-E.html
│   │   ├── all-index-F.html
│   │   ├── all-index-G.html
│   │   ├── all-index-H.html
│   │   ├── all-index-I.html
│   │   ├── all-index-J.html
│   │   ├── all-index-K.html
│   │   ├── all-index-L.html
│   │   ├── all-index-M.html
│   │   ├── all-index-N.html
│   │   ├── all-index-O.html
│   │   ├── all-index-P.html
│   │   ├── all-index-Q.html
│   │   ├── all-index-R.html
│   │   ├── all-index-S.html
│   │   ├── all-index-T.html
│   │   ├── all-index-U.html
│   │   ├── all-index-V.html
│   │   ├── all-index-W.html
│   │   ├── all-index-X.html
│   │   ├── all-index-Y.html
│   │   ├── all-index-Z.html
│   │   ├── asdoc.js
│   │   ├── class-summary.html
│   │   ├── cookies.js
│   │   ├── help.js
│   │   ├── images
│   │   │   ├── AirIcon12x12.gif
│   │   │   ├── collapsed.gif
│   │   │   ├── detailHeaderRule.jpg
│   │   │   ├── detailSectionHeader.jpg
│   │   │   ├── expanded.gif
│   │   │   ├── inherit-arrow.gif
│   │   │   ├── inheritedSummary.gif
│   │   │   ├── logo.jpg
│   │   │   ├── P_AlternativeMetadataIndicator_30x28_N.png
│   │   │   ├── titleTableBottom.jpg
│   │   │   ├── titleTableMiddle.jpg
│   │   │   └── titleTableTop.jpg
│   │   ├── index.html
│   │   ├── index-list.html
│   │   ├── org
│   │   │   └── openscales
│   │   │   └── core
│   │   │   └── handler
│   │   │   └── multitouch
│   │   │   ├── class-list.html
│   │   │   ├── package-detail.html
│   │   │   ├── PanGestureHandler.html
│   │   │   └── ZoomGestureHandler.html
│   │   ├── override.css
│   │   ├── package-frame.html
│   │   ├── package-list.html
│   │   ├── package-summary.html
│   │   ├── print.css
│   │   ├── style.css
│   │   └── title-bar.html
│   ├── fx
│   │   ├── AC_OETags.js
│   │   ├── all-classes.html
│   │   ├── all-index-A.html
│   │   ├── all-index-B.html
│   │   ├── all-index-C.html
│   │   ├── all-index-D.html
│   │   ├── all-index-E.html
│   │   ├── all-index-F.html
│   │   ├── all-index-G.html
│   │   ├── all-index-H.html
│   │   ├── all-index-I.html
│   │   ├── all-index-J.html
│   │   ├── all-index-K.html
│   │   ├── all-index-L.html
│   │   ├── all-index-M.html
│   │   ├── all-index-N.html
│   │   ├── all-index-O.html
│   │   ├── all-index-P.html
│   │   ├── all-index-Q.html
│   │   ├── all-index-R.html
│   │   ├── all-index-S.html
│   │   ├── all-index-T.html
│   │   ├── all-index-U.html
│   │   ├── all-index-V.html
│   │   ├── all-index-W.html
│   │   ├── all-index-X.html
│   │   ├── all-index-Y.html
│   │   ├── all-index-Z.html
│   │   ├── asdoc.js
│   │   ├── Capabilities.html
│   │   ├── class-list.html
│   │   ├── class-summary.html
│   │   ├── ControlPanel.html
│   │   ├── cookies.js
│   │   ├── FeatureDrawing.html
│   │   ├── FeatureInfo.html
│   │   ├── help.js
│   │   ├── IconButtonSkin.html
│   │   ├── images
│   │   │   ├── AirIcon12x12.gif
│   │   │   ├── collapsed.gif
│   │   │   ├── detailHeaderRule.jpg
│   │   │   ├── detailSectionHeader.jpg
│   │   │   ├── expanded.gif
│   │   │   ├── inherit-arrow.gif
│   │   │   ├── inheritedSummary.gif
│   │   │   ├── logo.jpg
│   │   │   ├── P_AlternativeMetadataIndicator_30x28_N.png
│   │   │   ├── titleTableBottom.jpg
│   │   │   ├── titleTableMiddle.jpg
│   │   │   └── titleTableTop.jpg
│   │   ├── index.html
│   │   ├── index-list.html
│   │   ├── LayerManager.html
│   │   ├── LayerRenderer.html
│   │   ├── org
│   │   │   └── openscales
│   │   │   └── fx
│   │   │   ├── basetypes
│   │   │   │   ├── class-list.html
│   │   │   │   ├── FxBounds.html
│   │   │   │   └── package-detail.html
│   │   │   ├── class-list.html
│   │   │   ├── configuration
│   │   │   │   ├── class-list.html
│   │   │   │   ├── FxConfiguration.html
│   │   │   │   └── package-detail.html
│   │   │   ├── control
│   │   │   │   ├── class-list.html
│   │   │   │   ├── Control.html
│   │   │   │   ├── FxControl.html
│   │   │   │   ├── FxCorePanZoomBar.html
│   │   │   │   ├── FxCorePanZoom.html
│   │   │   │   ├── FxMousePosition.html
│   │   │   │   ├── FxOverviewMap.html
│   │   │   │   ├── FxScaleLine.html
│   │   │   │   ├── FxSpinner.html
│   │   │   │   ├── IconButton.html
│   │   │   │   └── package-detail.html
│   │   │   ├── feature
│   │   │   │   ├── class-list.html
│   │   │   │   ├── FxStyle.html
│   │   │   │   └── package-detail.html
│   │   │   ├── FxExtent.html
│   │   │   ├── FxMap.html
│   │   │   ├── FxMaxExtent.html
│   │   │   ├── handler
│   │   │   │   ├── class-list.html
│   │   │   │   ├── feature
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── FxDragFeatureHandler.html
│   │   │   │   │   ├── FxSelectFeaturesHandler.html
│   │   │   │   │   └── package-detail.html
│   │   │   │   ├── FxHandler.html
│   │   │   │   ├── mouse
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── FxBorderPanHandler.html
│   │   │   │   │   ├── FxClickHandler.html
│   │   │   │   │   ├── FxDragHandler.html
│   │   │   │   │   ├── FxWheelHandler.html
│   │   │   │   │   ├── FxWMSGetFeatureInfo.html
│   │   │   │   │   └── package-detail.html
│   │   │   │   └── package-detail.html
│   │   │   ├── layer
│   │   │   │   ├── class-list.html
│   │   │   │   ├── FxFeatureLayer.html
│   │   │   │   ├── FxGrid.html
│   │   │   │   ├── FxHTC.html
│   │   │   │   ├── FxHTTPRequest.html
│   │   │   │   ├── FxImageLayer.html
│   │   │   │   ├── FxKML.html
│   │   │   │   ├── FxLayer.html
│   │   │   │   ├── FxTMS.html
│   │   │   │   ├── FxWFS.html
│   │   │   │   ├── FxWMSC.html
│   │   │   │   ├── FxWMS.html
│   │   │   │   ├── osm
│   │   │   │   │   ├── class-list.html
│   │   │   │   │   ├── FxCycleMap.html
│   │   │   │   │   ├── FxMaplint.html
│   │   │   │   │   ├── FxMapnik.html
│   │   │   │   │   ├── FxOsmarender.html
│   │   │   │   │   └── package-detail.html
│   │   │   │   └── package-detail.html
│   │   │   ├── package-detail.html
│   │   │   ├── routing
│   │   │   │   ├── class-list.html
│   │   │   │   ├── FxAbstractRouting.html
│   │   │   │   ├── FxSampleRouting.html
│   │   │   │   └── package-detail.html
│   │   │   └── security
│   │   │   ├── class-list.html
│   │   │   ├── FxAbstractSecurity.html
│   │   │   ├── ign
│   │   │   │   ├── class-list.html
│   │   │   │   ├── FxIGNGeoRMSecurity.html
│   │   │   │   └── package-detail.html
│   │   │   └── package-detail.html
│   │   ├── override.css
│   │   ├── package-detail.html
│   │   ├── package-frame.html
│   │   ├── package-list.html
│   │   ├── package-summary.html
│   │   ├── Pan.html
│   │   ├── PanSkin.html
│   │   ├── PanZoom.html
│   │   ├── print.css
│   │   ├── SampleRoutingControl.html
│   │   ├── style.css
│   │   ├── title-bar.html
│   │   ├── TraceInfo.html
│   │   ├── YahooSearch.html
│   │   ├── ZoomBox.html
│   │   ├── Zoom.html
│   │   ├── ZoomSkin.html
│   │   ├── ZoomThumbSkin.html
│   │   └── ZoomTrackSkin.html
│   ├── geometry
│   │   ├── AC_OETags.js
│   │   ├── all-classes.html
│   │   ├── all-index-A.html
│   │   ├── all-index-B.html
│   │   ├── all-index-C.html
│   │   ├── all-index-D.html
│   │   ├── all-index-E.html
│   │   ├── all-index-F.html
│   │   ├── all-index-G.html
│   │   ├── all-index-H.html
│   │   ├── all-index-I.html
│   │   ├── all-index-J.html
│   │   ├── all-index-K.html
│   │   ├── all-index-L.html
│   │   ├── all-index-M.html
│   │   ├── all-index-N.html
│   │   ├── all-index-O.html
│   │   ├── all-index-P.html
│   │   ├── all-index-Q.html
│   │   ├── all-index-R.html
│   │   ├── all-index-S.html
│   │   ├── all-index-T.html
│   │   ├── all-index-U.html
│   │   ├── all-index-V.html
│   │   ├── all-index-W.html
│   │   ├── all-index-X.html
│   │   ├── all-index-Y.html
│   │   ├── all-index-Z.html
│   │   ├── asdoc.js
│   │   ├── class-summary.html
│   │   ├── cookies.js
│   │   ├── help.js
│   │   ├── images
│   │   │   ├── AirIcon12x12.gif
│   │   │   ├── collapsed.gif
│   │   │   ├── detailHeaderRule.jpg
│   │   │   ├── detailSectionHeader.jpg
│   │   │   ├── expanded.gif
│   │   │   ├── inherit-arrow.gif
│   │   │   ├── inheritedSummary.gif
│   │   │   ├── logo.jpg
│   │   │   ├── P_AlternativeMetadataIndicator_30x28_N.png
│   │   │   ├── titleTableBottom.jpg
│   │   │   ├── titleTableMiddle.jpg
│   │   │   └── titleTableTop.jpg
│   │   ├── index.html
│   │   ├── index-list.html
│   │   ├── org
│   │   │   └── openscales
│   │   │   └── geometry
│   │   │   ├── basetypes
│   │   │   │   ├── Bounds.html
│   │   │   │   ├── class-list.html
│   │   │   │   ├── Location.html
│   │   │   │   ├── package-detail.html
│   │   │   │   ├── Pixel.html
│   │   │   │   ├── Size.html
│   │   │   │   └── Unit.html
│   │   │   ├── class-list.html
│   │   │   ├── Collection.html
│   │   │   ├── Geometry.html
│   │   │   ├── ICollection.html
│   │   │   ├── LinearRing.html
│   │   │   ├── LineString.html
│   │   │   ├── MultiLineString.html
│   │   │   ├── MultiPoint.html
│   │   │   ├── MultiPolygon.html
│   │   │   ├── package-detail.html
│   │   │   ├── Point.html
│   │   │   ├── Polygon.html
│   │   │   └── utils
│   │   │   ├── class-list.html
│   │   │   ├── package-detail.html
│   │   │   ├── StringUtils.html
│   │   │   └── UtilGeometry.html
│   │   ├── override.css
│   │   ├── package-frame.html
│   │   ├── package-list.html
│   │   ├── package-summary.html
│   │   ├── print.css
│   │   ├── style.css
│   │   └── title-bar.html
│   └── proj4as
│   ├── AC_OETags.js
│   ├── all-classes.html
│   ├── all-index-A.html
│   ├── all-index-B.html
│   ├── all-index-C.html
│   ├── all-index-D.html
│   ├── all-index-E.html
│   ├── all-index-F.html
│   ├── all-index-G.html
│   ├── all-index-H.html
│   ├── all-index-I.html
│   ├── all-index-J.html
│   ├── all-index-K.html
│   ├── all-index-L.html
│   ├── all-index-M.html
│   ├── all-index-N.html
│   ├── all-index-O.html
│   ├── all-index-P.html
│   ├── all-index-Q.html
│   ├── all-index-R.html
│   ├── all-index-S.html
│   ├── all-index-T.html
│   ├── all-index-U.html
│   ├── all-index-V.html
│   ├── all-index-W.html
│   ├── all-index-X.html
│   ├── all-index-Y.html
│   ├── all-index-Z.html
│   ├── asdoc.js
│   ├── class-summary.html
│   ├── cookies.js
│   ├── help.js
│   ├── images
│   │   ├── AirIcon12x12.gif
│   │   ├── collapsed.gif
│   │   ├── detailHeaderRule.jpg
│   │   ├── detailSectionHeader.jpg
│   │   ├── expanded.gif
│   │   ├── inherit-arrow.gif
│   │   ├── inheritedSummary.gif
│   │   ├── logo.jpg
│   │   ├── P_AlternativeMetadataIndicator_30x28_N.png
│   │   ├── titleTableBottom.jpg
│   │   ├── titleTableMiddle.jpg
│   │   └── titleTableTop.jpg
│   ├── index.html
│   ├── index-list.html
│   ├── org
│   │   └── openscales
│   │   └── proj4as
│   │   ├── class-list.html
│   │   ├── Datum.html
│   │   ├── package-detail.html
│   │   ├── proj
│   │   │   ├── AbstractProjProjection.html
│   │   │   ├── class-list.html
│   │   │   ├── IProjection.html
│   │   │   ├── package-detail.html
│   │   │   ├── ProjAea.html
│   │   │   ├── ProjAeqd.html
│   │   │   ├── ProjEqc.html
│   │   │   ├── ProjEqdc.html
│   │   │   ├── ProjEqui.html
│   │   │   ├── ProjGauss.html
│   │   │   ├── ProjGstmerc.html
│   │   │   ├── ProjLaea.html
│   │   │   ├── ProjLcc.html
│   │   │   ├── ProjLonglat.html
│   │   │   ├── ProjMerc.html
│   │   │   ├── ProjMill.html
│   │   │   ├── ProjMoll.html
│   │   │   ├── ProjNzmg.html
│   │   │   ├── ProjOmerc.html
│   │   │   ├── ProjOrtho.html
│   │   │   ├── ProjParams.html
│   │   │   ├── ProjSinu.html
│   │   │   ├── ProjSoMerc.html
│   │   │   ├── ProjSterea.html
│   │   │   ├── ProjStere.html
│   │   │   ├── ProjTmerc.html
│   │   │   ├── ProjUtm.html
│   │   │   └── ProjVandg.html
│   │   ├── Proj4as.html
│   │   ├── ProjConstants.html
│   │   ├── ProjPoint.html
│   │   └── ProjProjection.html
│   ├── override.css
│   ├── package-frame.html
│   ├── package-list.html
│   ├── package-summary.html
│   ├── print.css
│   ├── style.css
│   └── title-bar.html
├── applications
│   ├── KmlViewer.air
│   ├── MobileTracker.air
│   └── MobileTracker.apk
├── changelog.txt
├── documentation
│   ├── changelog.html
│   ├── configuration.html
│   ├── dev.html
│   ├── example.html
│   ├── genindex.html
│   ├── _images
│   │   ├── logo.png
│   │   ├── screenshot-global.png
│   │   ├── tuto1-extractionFile.png
│   │   ├── tuto1-finishProcedure.png
│   │   ├── tuto1-libs_folder.png
│   │   ├── tuto1-nameOfTheProject.png
│   │   ├── tuto1-newFlexProject2.png
│   │   ├── tuto1-newFlexProject.png
│   │   ├── tuto2-cycleMapBase.png
│   │   ├── tuto2-launch.png
│   │   ├── tuto2-mapnikBase.png
│   │   ├── tuto2-mousePositionExplanation.png
│   │   ├── tuto2-orthophotoBase.png
│   │   ├── tuto2-osmarenderBase.png
│   │   ├── tuto2-panzoom.png
│   │   ├── tuto2-resultSimpleMap.png
│   │   ├── tuto2-runas.png
│   │   ├── tuto2-sizesExplanation.png
│   │   ├── tuto2-usaAndKml.png
│   │   ├── tuto2-usa.png
│   │   ├── tuto3-customMarker.png
│   │   └── tuto3-finalResult.png
│   ├── index.html
│   ├── introduction.html
│   ├── modules.html
│   ├── objects.inv
│   ├── proxy.html
│   ├── search.html
│   ├── searchindex.js
│   ├── _sources
│   │   ├── changelog.txt
│   │   ├── configuration.txt
│   │   ├── dev.txt
│   │   ├── example.txt
│   │   ├── index.txt
│   │   ├── introduction.txt
│   │   ├── modules.txt
│   │   ├── proxy.txt
│   │   ├── tutorial1.txt
│   │   ├── tutorial2.txt
│   │   ├── tutorial3.txt
│   │   └── tutorials.txt
│   ├── _static
│   │   ├── basic.css
│   │   ├── doctools.js
│   │   ├── file.png
│   │   ├── jquery.js
│   │   ├── logo.png
│   │   ├── minus.png
│   │   ├── openscales-viewer.html
│   │   ├── plus.png
│   │   ├── pygments.css
│   │   ├── screenshot-global.png
│   │   ├── screenshot-style.png
│   │   ├── searchtools.js
│   │   ├── tuto1-extractionFile.png
│   │   ├── tuto1-finishProcedure.png
│   │   ├── tuto1-libs_folder.png
│   │   ├── tuto1-nameOfTheProject.png
│   │   ├── tuto1-newFlexProject2.png
│   │   ├── tuto1-newFlexProject.png
│   │   ├── tuto2-cycleMapBase.png
│   │   ├── tuto2-launch.png
│   │   ├── tuto2-mapnikBase.png
│   │   ├── tuto2-mousePositionExplanation.png
│   │   ├── tuto2-orthophotoBase.png
│   │   ├── tuto2-osmarenderBase.png
│   │   ├── tuto2-panzoom.png
│   │   ├── tuto2-resultSimpleMap.png
│   │   ├── tuto2-runas.png
│   │   ├── tuto2-sizesExplanation.png
│   │   ├── tuto2-usaAndKml.png
│   │   ├── tuto2-usa.png
│   │   ├── tuto3-customMarker.png
│   │   ├── tuto3-finalResult.png
│   │   └── underscore.js
│   ├── tutorial1.html
│   ├── tutorial2.html
│   ├── tutorial3.html
│   └── tutorials.html
├── examples
│   ├── actionscript
│   │   └── openscales-as-examples-1.2.1.swf
│   └── flex
│   ├── assets
│   │   └── images
│   │   ├── marker-blue.png
│   │   ├── marker-gold.png
│   │   ├── marker-green.png
│   │   └── marker.png
│   ├── FxExamples.html
│   ├── FxExamples.swf
│   ├── history
│   │   ├── history.css
│   │   ├── historyFrame.html
│   │   └── history.js
│   ├── playerProductInstall.swf
│   ├── srcview
│   │   ├── index.html
│   │   ├── openscales-fx-examples.zip
│   │   ├── playerProductInstall.swf
│   │   ├── source
│   │   │   ├── AboutOpenScales.mxml.html
│   │   │   ├── assets
│   │   │   │   ├── configuration
│   │   │   │   │   └── sampleFxConf.xml.txt
│   │   │   │   └── images
│   │   │   │   ├── marker-blue.png
│   │   │   │   ├── marker-blue.png.html
│   │   │   │   ├── marker-gold.png
│   │   │   │   ├── marker-gold.png.html
│   │   │   │   ├── marker-green.png
│   │   │   │   ├── marker-green.png.html
│   │   │   │   ├── marker.png
│   │   │   │   ├── marker.png.html
│   │   │   │   ├── OpenScales-logo.png
│   │   │   │   ├── OpenScales-logo.png.html
│   │   │   │   ├── pattern.png
│   │   │   │   └── pattern.png.html
│   │   │   ├── CapabilitiesExample.mxml.html
│   │   │   ├── DrawingExample.mxml.html
│   │   │   ├── ExternalConfigurationExample.mxml.html
│   │   │   ├── FeaturesExample.mxml.html
│   │   │   ├── FxExamples.mxml.html
│   │   │   ├── GlobalExample.mxml.html
│   │   │   ├── ImageLayerExample.mxml.html
│   │   │   ├── InfoExample.mxml.html
│   │   │   ├── KMLExample.mxml.html
│   │   │   ├── KMLFeaturesExample.mxml.html
│   │   │   ├── LayersManagerExample.mxml.html
│   │   │   ├── OpenStreetMap.mxml.html
│   │   │   ├── OverviewExample.mxml.html
│   │   │   ├── PanZoomExample.mxml.html
│   │   │   ├── SampleLayers.as.html
│   │   │   ├── SecurityMapExample.mxml.html
│   │   │   ├── statisticsexample
│   │   │   │   └── CircleSizeExpression.as.html
│   │   │   ├── StatisticsExample.mxml.html
│   │   │   ├── styleexample
│   │   │   │   └── CentroidYFilter.as.html
│   │   │   ├── StyleExample.mxml.html
│   │   │   ├── TmsExample.mxml.html
│   │   │   ├── WFSBaseLayerExample.mxml.html
│   │   │   ├── WMSCExample.mxml.html
│   │   │   ├── WMSExample.mxml.html
│   │   │   └── YahooSearchExample.mxml.html
│   │   ├── SourceIndex.xml
│   │   ├── SourceStyles.css
│   │   ├── SourceTree.html
│   │   ├── SourceTree.swf
│   │   └── swfobject.js
│   └── swfobject.js
├── libs
│   ├── as3corelib-0.92.1.swc
│   ├── gtween-2.0.1.swc
│   ├── openscales-core-1.2.1.swc
│   ├── openscales-core-flash-10.1-1.2.1.swc
│   ├── openscales-fx-1.2.1.swc
│   ├── openscales-geometry-1.2.1.swc
│   └── openscales-proj4as-1.2.1.swc
├── readme.txt
├── src
│   ├── copying.lesser.txt
│   ├── copying.txt
│   ├── license.txt
│   ├── openscales-air-applications
│   │   ├── openscales-kml-viewer
│   │   │   └── src
│   │   │   ├── KmlViewer-app.xml
│   │   │   └── KmlViewer.as
│   │   ├── openscales-mobile-tracker
│   │   │   ├── readme.txt
│   │   │   └── src
│   │   │   ├── MobileTracker-app.xml
│   │   │   └── MobileTracker.as
│   │   └── openscales.p12
│   ├── openscales-as-examples
│   │   ├── html-template
│   │   │   ├── AC_OETags.js
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── index.template.html
│   │   │   └── playerProductInstall.swf
│   │   ├── pom.xml
│   │   └── src
│   │   └── main
│   │   └── flex
│   │   └── OpenscalesApplication.as
│   ├── openscales-core
│   │   ├── asDocPackages.xml
│   │   ├── libs
│   │   │   ├── as3corelib-0.92.1.swc
│   │   │   └── gtween-2.0.1.swc
│   │   ├── pom.xml
│   │   └── src
│   │   ├── main
│   │   │   └── flex
│   │   │   ├── assets
│   │   │   │   └── images
│   │   │   │   ├── arrow_down.png
│   │   │   │   ├── arrow_up.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── check.png
│   │   │   │   ├── close.gif
│   │   │   │   ├── cursorCrosshair.fla
│   │   │   │   ├── cursorCrosshair.swf
│   │   │   │   ├── drag-rectangle-off.png
│   │   │   │   ├── drag-rectangle-on.png
│   │   │   │   ├── east-mini.png
│   │   │   │   ├── layerAccept.png
│   │   │   │   ├── layerCancel.png
│   │   │   │   ├── layerDel.png
│   │   │   │   ├── layerDraw.png
│   │   │   │   ├── layerSave.png
│   │   │   │   ├── layerSel.png
│   │   │   │   ├── layer-switcher-maximize.png
│   │   │   │   ├── layer-switcher-minimize.png
│   │   │   │   ├── layerViz.png
│   │   │   │   ├── marker-blue.png
│   │   │   │   ├── marker-gold.png
│   │   │   │   ├── marker-green.png
│   │   │   │   ├── marker.png
│   │   │   │   ├── measuring-stick-off.png
│   │   │   │   ├── measuring-stick-on.png
│   │   │   │   ├── north-mini.png
│   │   │   │   ├── panning-hand-off.png
│   │   │   │   ├── panning-hand-on.png
│   │   │   │   ├── radiobutton-noselected.png
│   │   │   │   ├── radiobutton-selected.png
│   │   │   │   ├── slide-horizontal.png
│   │   │   │   ├── slider.png
│   │   │   │   ├── slide-vertical.png
│   │   │   │   ├── south-mini.png
│   │   │   │   ├── uncheck.png
│   │   │   │   ├── west-mini.png
│   │   │   │   ├── zoombar.png
│   │   │   │   ├── zoom-minus-mini.png
│   │   │   │   ├── zoom-plus-mini.png
│   │   │   │   └── zoom-world-mini.png
│   │   │   └── org
│   │   │   └── openscales
│   │   │   └── core
│   │   │   ├── basetypes
│   │   │   │   ├── linkedlist
│   │   │   │   │   ├── AbstractLinkedListNode.as
│   │   │   │   │   ├── ILinkedList.as
│   │   │   │   │   ├── ILinkedListNode.as
│   │   │   │   │   ├── LinkedList.as
│   │   │   │   │   └── LinkedListBitmapNode.as
│   │   │   │   └── maps
│   │   │   │   ├── HashMap.as
│   │   │   │   ├── HashMapEntry.as
│   │   │   │   ├── IHashMapEntry.as
│   │   │   │   └── IMap.as
│   │   │   ├── configuration
│   │   │   │   ├── Configuration.as
│   │   │   │   ├── IConfiguration.as
│   │   │   │   └── openscales-configuration.xsd
│   │   │   ├── control
│   │   │   │   ├── Control.as
│   │   │   │   ├── IControl.as
│   │   │   │   ├── LayerManager.as
│   │   │   │   ├── logoRotator.as
│   │   │   │   ├── MousePosition.as
│   │   │   │   ├── OverviewMap.as
│   │   │   │   ├── PanZoom.as
│   │   │   │   ├── PanZoomBar.as
│   │   │   │   ├── ScaleLine.as
│   │   │   │   ├── Spinner.as
│   │   │   │   └── ui
│   │   │   │   ├── Arrow.as
│   │   │   │   ├── Button.as
│   │   │   │   ├── CheckBox.as
│   │   │   │   ├── RadioButton.as
│   │   │   │   ├── SliderHorizontal.as
│   │   │   │   └── SliderVertical.as
│   │   │   ├── cursor
│   │   │   │   └── CrosshairCursor.as
│   │   │   ├── events
│   │   │   │   ├── DrawingEvent.as
│   │   │   │   ├── FeatureEvent.as
│   │   │   │   ├── GetFeatureInfoEvent.as
│   │   │   │   ├── LayerEvent.as
│   │   │   │   ├── LayerManagerEvent.as
│   │   │   │   ├── MapEvent.as
│   │   │   │   ├── OpenScalesEvent.as
│   │   │   │   ├── TileEvent.as
│   │   │   │   ├── TraceEvent.as
│   │   │   │   └── ZoomBoxEvent.as
│   │   │   ├── feature
│   │   │   │   ├── CustomMarker.as
│   │   │   │   ├── Feature.as
│   │   │   │   ├── LineStringFeature.as
│   │   │   │   ├── Marker.as
│   │   │   │   ├── MultiLineStringFeature.as
│   │   │   │   ├── MultiPointFeature.as
│   │   │   │   ├── MultiPolygonFeature.as
│   │   │   │   ├── PointFeature.as
│   │   │   │   ├── PolygonFeature.as
│   │   │   │   └── State.as
│   │   │   ├── filter
│   │   │   │   ├── ContainsFilter.as
│   │   │   │   ├── ElseFilter.as
│   │   │   │   ├── expression
│   │   │   │   │   └── IExpression.as
│   │   │   │   ├── IFilter.as
│   │   │   │   └── IntersectsFilter.as
│   │   │   ├── format
│   │   │   │   ├── Format.as
│   │   │   │   ├── GMLFormat.as
│   │   │   │   ├── KMLFormat.as
│   │   │   │   ├── WFSFormat.as
│   │   │   │   └── WKTFormat.as
│   │   │   ├── handler
│   │   │   │   ├── feature
│   │   │   │   │   ├── DragFeatureHandler.as
│   │   │   │   │   ├── draw
│   │   │   │   │   │   ├── AbstractDrawHandler.as
│   │   │   │   │   │   ├── AbstractEditCollectionHandler.as
│   │   │   │   │   │   ├── AbstractEditHandler.as
│   │   │   │   │   │   ├── DrawHandler.as
│   │   │   │   │   │   ├── DrawMultiHandler.as
│   │   │   │   │   │   ├── DrawPathHandler.as
│   │   │   │   │   │   ├── DrawPointHandler.as
│   │   │   │   │   │   ├── DrawPolygonHandler.as
│   │   │   │   │   │   ├── EditPathHandler.as
│   │   │   │   │   │   ├── EditPointHandler.as
│   │   │   │   │   │   ├── EditPolygonHandler.as
│   │   │   │   │   │   ├── FeatureLayerEditionHandler.as
│   │   │   │   │   │   └── IEditFeature.as
│   │   │   │   │   ├── FeatureClickHandler.as
│   │   │   │   │   └── SelectFeaturesHandler.as
│   │   │   │   ├── Handler.as
│   │   │   │   ├── IHandler.as
│   │   │   │   ├── mouse
│   │   │   │   │   ├── BorderPanHandler.as
│   │   │   │   │   ├── ClickHandler.as
│   │   │   │   │   ├── DragHandler.as
│   │   │   │   │   ├── WheelHandler.as
│   │   │   │   │   └── WMSGetFeatureInfo.as
│   │   │   │   └── zoom
│   │   │   │   └── ZoomBoxHandler.as
│   │   │   ├── layer
│   │   │   │   ├── capabilities
│   │   │   │   │   ├── CapabilitiesParser.as
│   │   │   │   │   ├── GetCapabilities.as
│   │   │   │   │   ├── WFS100.as
│   │   │   │   │   ├── WFS110.as
│   │   │   │   │   ├── WMS100.as
│   │   │   │   │   ├── WMS110.as
│   │   │   │   │   └── WMS111.as
│   │   │   │   ├── FeatureLayer.as
│   │   │   │   ├── Grid.as
│   │   │   │   ├── HTC.as
│   │   │   │   ├── HTTPRequest.as
│   │   │   │   ├── ImageLayer.as
│   │   │   │   ├── KML.as
│   │   │   │   ├── Layer.as
│   │   │   │   ├── ogc
│   │   │   │   │   ├── WFS.as
│   │   │   │   │   ├── WMS.as
│   │   │   │   │   └── WMSC.as
│   │   │   │   ├── osm
│   │   │   │   │   ├── CycleMap.as
│   │   │   │   │   ├── Maplint.as
│   │   │   │   │   ├── Mapnik.as
│   │   │   │   │   ├── Osmarender.as
│   │   │   │   │   └── OSM.as
│   │   │   │   ├── params
│   │   │   │   │   ├── AbstractParams.as
│   │   │   │   │   ├── IHttpParams.as
│   │   │   │   │   └── ogc
│   │   │   │   │   ├── OGCParams.as
│   │   │   │   │   ├── WFSParams.as
│   │   │   │   │   ├── WMSGetFeatureInfoParams.as
│   │   │   │   │   └── WMSParams.as
│   │   │   │   ├── PolyLayers.as
│   │   │   │   └── TMS.as
│   │   │   ├── Map.as
│   │   │   ├── popup
│   │   │   │   ├── Anchored.as
│   │   │   │   └── Popup.as
│   │   │   ├── request
│   │   │   │   ├── AbstractRequest.as
│   │   │   │   ├── DataRequest.as
│   │   │   │   ├── IRequest.as
│   │   │   │   ├── OpenLSRequest.as
│   │   │   │   └── XMLRequest.as
│   │   │   ├── routing
│   │   │   │   ├── AbstractRouting.as
│   │   │   │   ├── IRouting.as
│   │   │   │   └── SampleRouting.as
│   │   │   ├── security
│   │   │   │   ├── AbstractSecurity.as
│   │   │   │   ├── events
│   │   │   │   │   └── SecurityEvent.as
│   │   │   │   ├── ign
│   │   │   │   │   └── IGNGeoRMSecurity.as
│   │   │   │   └── ISecurity.as
│   │   │   ├── StringUtils.as
│   │   │   ├── style
│   │   │   │   ├── fill
│   │   │   │   │   ├── BitmapFill.as
│   │   │   │   │   ├── Fill.as
│   │   │   │   │   └── SolidFill.as
│   │   │   │   ├── marker
│   │   │   │   │   ├── DisplayObjectMarker.as
│   │   │   │   │   ├── Marker.as
│   │   │   │   │   └── WellKnownMarker.as
│   │   │   │   ├── Rule.as
│   │   │   │   ├── stroke
│   │   │   │   │   └── Stroke.as
│   │   │   │   ├── Style.as
│   │   │   │   └── symbolizer
│   │   │   │   ├── IFillSymbolizer.as
│   │   │   │   ├── IStrokeSymbolizer.as
│   │   │   │   ├── LineSymbolizer.as
│   │   │   │   ├── PointSymbolizer.as
│   │   │   │   ├── PolygonSymbolizer.as
│   │   │   │   └── Symbolizer.as
│   │   │   ├── tile
│   │   │   │   ├── ImageTile.as
│   │   │   │   └── Tile.as
│   │   │   ├── Trace.as
│   │   │   ├── UID.as
│   │   │   └── Util.as
│   │   └── test
│   │   └── flex
│   │   ├── assets
│   │   │   ├── configuration
│   │   │   │   └── sampleMapConfOk.xml
│   │   │   └── kml
│   │   │   ├── sample1.kml
│   │   │   ├── sample2.kml
│   │   │   └── sample3.kml
│   │   └── org
│   │   └── openscales
│   │   ├── core
│   │   │   ├── configuration
│   │   │   │   └── ConfigurationTest.as
│   │   │   ├── format
│   │   │   │   ├── KMLFormatTest.as
│   │   │   │   └── WKTFormatTest.as
│   │   │   ├── layer
│   │   │   │   ├── capabilities
│   │   │   │   │   └── ParsingTest.as
│   │   │   │   └── LayerTest.as
│   │   │   ├── MapTest.as
│   │   │   └── utils
│   │   │   ├── SexagecimalTest.as
│   │   │   └── StringUtilsTest.as
│   │   └── geometry
│   │   └── GeometryTest.as
│   ├── openscales-core-flash-10.1
│   │   ├── asDocPackages.xml
│   │   ├── pom.xml
│   │   └── src
│   │   └── main
│   │   └── flex
│   │   └── org
│   │   └── openscales
│   │   └── core
│   │   └── handler
│   │   └── multitouch
│   │   ├── PanGestureHandler.as
│   │   └── ZoomGestureHandler.as
│   ├── openscales-fx
│   │   ├── asDocPackages.xml
│   │   ├── pom.xml
│   │   └── src
│   │   └── main
│   │   └── flex
│   │   ├── assets
│   │   │   ├── fxg
│   │   │   │   ├── ButtonCloseOver.fxg
│   │   │   │   ├── ButtonCloseUp.fxg
│   │   │   │   ├── ButtonOpacity.fxg
│   │   │   │   ├── DownArrowDown.fxg
│   │   │   │   ├── DownArrowOver.fxg
│   │   │   │   ├── DownArrowUp.fxg
│   │   │   │   ├── LayerItemOver.fxg
│   │   │   │   ├── LayerItemUp.fxg
│   │   │   │   ├── Popup.fxg
│   │   │   │   ├── UpArrowDown.fxg
│   │   │   │   ├── UpArrowOver.fxg
│   │   │   │   └── UpArrowUp.fxg
│   │   │   └── images
│   │   │   ├── ArrowDown.swf
│   │   │   ├── ArrowUp.swf
│   │   │   ├── close.gif
│   │   │   ├── cross.swf
│   │   │   ├── featureDeleteAll-upskin.png
│   │   │   ├── featureDeleteLastSelected-upskin.png
│   │   │   ├── featureDeleteLastVertex-upskin.png
│   │   │   ├── featureDragMap-upskin.swf
│   │   │   ├── featureDrawPoint-upskin.swf
│   │   │   ├── featureDrawPolygon-upskin.swf
│   │   │   ├── featureDrawPolyline-upskin.swf
│   │   │   ├── featureMerge-upskin.png
│   │   │   ├── feed-disabledskin.svg
│   │   │   ├── feed-downskin.svg
│   │   │   ├── feed-overskin.svg
│   │   │   ├── feed-upskin.svg
│   │   │   ├── icons
│   │   │   │   ├── Icons-01.png
│   │   │   │   ├── Icons-02.png
│   │   │   │   ├── Icons-03.png
│   │   │   │   ├── Icons-04.png
│   │   │   │   ├── Icons-05.png
│   │   │   │   ├── Icons-05.swf
│   │   │   │   ├── Icons-06.png
│   │   │   │   ├── Icons-07.png
│   │   │   │   ├── Icons-08.png
│   │   │   │   ├── Icons-09.png
│   │   │   │   └── Icons-10.png
│   │   │   ├── layerDown-disabledskin.svg
│   │   │   ├── layerDown-downskin.svg
│   │   │   ├── layerDown-overskin.svg
│   │   │   ├── layerDown-upskin.svg
│   │   │   ├── layerEditStyle-disabledskin.svg
│   │   │   ├── layerEditStyle-downskin.svg
│   │   │   ├── layerEditStyle-overskin.svg
│   │   │   ├── layerEditStyle-upskin.svg
│   │   │   ├── layerEyeClose.png
│   │   │   ├── layerEyeOpen.png
│   │   │   ├── layerInformation-disabledskin.svg
│   │   │   ├── layerInformation-downskin.svg
│   │   │   ├── layerInformation-overskin.svg
│   │   │   ├── layerInformation-upskin.svg
│   │   │   ├── layerRemove-disabledskin.svg
│   │   │   ├── layerRemove-downskin.svg
│   │   │   ├── layerRemove-overskin.svg
│   │   │   ├── layerRemove-upskin.png
│   │   │   ├── layerRemove-upskin.svg
│   │   │   ├── layerUp-disabledskin.svg
│   │   │   ├── layerUp-downskin.svg
│   │   │   ├── layerUp-overskin.svg
│   │   │   ├── layerUp-upskin.svg
│   │   │   ├── layerZoomTo-disabledskin.svg
│   │   │   ├── layerZoomTo-downskin.svg
│   │   │   ├── layerZoomTo-overskin.svg
│   │   │   ├── layerZoomTo-upskin.svg
│   │   │   ├── mapPanEast-upskin.swf
│   │   │   ├── mapPanNorth-upskin.swf
│   │   │   ├── mapPanSouth-upskin.swf
│   │   │   ├── mapPanWest-upskin.swf
│   │   │   ├── mapZoomBox-disabledskin.svg
│   │   │   ├── mapZoomBox-downskin.svg
│   │   │   ├── mapZoomBox-overskin.svg
│   │   │   ├── mapZoomBox-upskin-h32.png
│   │   │   ├── mapZoomIn-disabledskin.svg
│   │   │   ├── mapZoomIn-downskin.svg
│   │   │   ├── mapZoomIn-overskin.svg
│   │   │   ├── mapZoomIn-upskin-h32.svg
│   │   │   ├── mapZoomIn-upskin.svg
│   │   │   ├── mapZoomIn-upskin.swf
│   │   │   ├── mapZoomOut-disabledskin.svg
│   │   │   ├── mapZoomOut-downskin.svg
│   │   │   ├── mapZoomOut-overskin.svg
│   │   │   ├── mapZoomOut-upskin-h32.svg
│   │   │   ├── mapZoomOut-upskin.svg
│   │   │   ├── mapZoomOut-upskin.swf
│   │   │   ├── mapZoom-upskin-h32.svg
│   │   │   ├── marker-blue.png
│   │   │   ├── marker-gold.png
│   │   │   ├── marker-green.png
│   │   │   ├── marker.png
│   │   │   ├── picto_layer_slide.png
│   │   │   ├── widgetClose.png
│   │   │   ├── widgetHide.png
│   │   │   └── widgetShow.png
│   │   ├── META-INF
│   │   │   └── manifest.xml
│   │   └── org
│   │   └── openscales
│   │   └── fx
│   │   ├── basetypes
│   │   │   └── FxBounds.as
│   │   ├── configuration
│   │   │   └── FxConfiguration.as
│   │   ├── control
│   │   │   ├── Capabilities.mxml
│   │   │   ├── Control.as
│   │   │   ├── FeatureDrawing.mxml
│   │   │   ├── FeatureInfo.mxml
│   │   │   ├── FxControl.as
│   │   │   ├── FxCorePanZoom.as
│   │   │   ├── FxCorePanZoomBar.as
│   │   │   ├── FxMousePosition.as
│   │   │   ├── FxOverviewMap.as
│   │   │   ├── FxScaleLine.as
│   │   │   ├── FxSpinner.as
│   │   │   ├── IconButton.as
│   │   │   ├── layer
│   │   │   │   ├── LayerManager.mxml
│   │   │   │   └── LayerRenderer.mxml
│   │   │   ├── Pan.mxml
│   │   │   ├── PanZoom.mxml
│   │   │   ├── routing
│   │   │   │   └── SampleRoutingControl.mxml
│   │   │   ├── search
│   │   │   │   └── YahooSearch.mxml
│   │   │   ├── skin
│   │   │   │   ├── IconButtonSkin.mxml
│   │   │   │   ├── PanSkin.mxml
│   │   │   │   ├── ZoomSkin.mxml
│   │   │   │   ├── ZoomThumbSkin.mxml
│   │   │   │   └── ZoomTrackSkin.mxml
│   │   │   ├── TraceInfo.mxml
│   │   │   ├── ZoomBox.mxml
│   │   │   └── Zoom.mxml
│   │   ├── ControlPanel.mxml
│   │   ├── feature
│   │   │   └── FxStyle.as
│   │   ├── FxExtent.as
│   │   ├── FxMap.as
│   │   ├── FxMaxExtent.as
│   │   ├── handler
│   │   │   ├── feature
│   │   │   │   ├── FxDragFeatureHandler.as
│   │   │   │   └── FxSelectFeaturesHandler.as
│   │   │   ├── FxHandler.as
│   │   │   └── mouse
│   │   │   ├── FxBorderPanHandler.as
│   │   │   ├── FxClickHandler.as
│   │   │   ├── FxDragHandler.as
│   │   │   ├── FxWheelHandler.as
│   │   │   └── FxWMSGetFeatureInfo.as
│   │   ├── layer
│   │   │   ├── FxFeatureLayer.as
│   │   │   ├── FxGrid.as
│   │   │   ├── FxHTC.as
│   │   │   ├── FxHTTPRequest.as
│   │   │   ├── FxImageLayer.as
│   │   │   ├── FxKML.as
│   │   │   ├── FxLayer.as
│   │   │   ├── FxTMS.as
│   │   │   ├── FxWFS.as
│   │   │   ├── FxWMS.as
│   │   │   ├── FxWMSC.as
│   │   │   └── osm
│   │   │   ├── FxCycleMap.as
│   │   │   ├── FxMaplint.as
│   │   │   ├── FxMapnik.as
│   │   │   └── FxOsmarender.as
│   │   ├── routing
│   │   │   ├── FxAbstractRouting.as
│   │   │   └── FxSampleRouting.as
│   │   └── security
│   │   ├── FxAbstractSecurity.as
│   │   └── ign
│   │   └── FxIGNGeoRMSecurity.as
│   ├── openscales-fx-examples
│   │   ├── asDocPackages.xml
│   │   ├── html-template
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── index.template.html
│   │   │   ├── playerProductInstall.swf
│   │   │   └── swfobject.js
│   │   ├── pom.xml
│   │   └── src
│   │   └── main
│   │   └── flex
│   │   ├── AboutOpenScales.mxml
│   │   ├── assets
│   │   │   ├── configuration
│   │   │   │   └── sampleFxConf.xml
│   │   │   └── images
│   │   │   ├── marker-blue.png
│   │   │   ├── marker-gold.png
│   │   │   ├── marker-green.png
│   │   │   ├── marker.png
│   │   │   ├── OpenScales-logo.png
│   │   │   └── pattern.png
│   │   ├── CapabilitiesExample.mxml
│   │   ├── DrawingExample.mxml
│   │   ├── ExternalConfigurationExample.mxml
│   │   ├── FeaturesExample.mxml
│   │   ├── FxExamples.mxml
│   │   ├── GlobalExample.mxml
│   │   ├── ImageLayerExample.mxml
│   │   ├── InfoExample.mxml
│   │   ├── KMLExample.mxml
│   │   ├── KMLFeaturesExample.mxml
│   │   ├── LayersManagerExample.mxml
│   │   ├── OpenStreetMap.mxml
│   │   ├── OverviewExample.mxml
│   │   ├── PanZoomExample.mxml
│   │   ├── SampleLayers.as
│   │   ├── SecurityMapExample.mxml
│   │   ├── statisticsexample
│   │   │   └── CircleSizeExpression.as
│   │   ├── StatisticsExample.mxml
│   │   ├── styleexample
│   │   │   └── CentroidYFilter.as
│   │   ├── StyleExample.mxml
│   │   ├── TmsExample.mxml
│   │   ├── WFSBaseLayerExample.mxml
│   │   ├── WMSCExample.mxml
│   │   ├── WMSExample.mxml
│   │   └── YahooSearchExample.mxml
│   ├── openscales-geometry
│   │   ├── asDocPackages.xml
│   │   ├── bin-debug
│   │   │   ├── AC_OETags.js
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── openscalesgeometry.html
│   │   │   ├── openscalesgeometry.swf
│   │   │   └── playerProductInstall.swf
│   │   ├── pom.xml
│   │   └── src
│   │   ├── main
│   │   │   └── flex
│   │   │   └── org
│   │   │   └── openscales
│   │   │   └── geometry
│   │   │   ├── basetypes
│   │   │   │   ├── Bounds.as
│   │   │   │   ├── Location.as
│   │   │   │   ├── Pixel.as
│   │   │   │   ├── Size.as
│   │   │   │   └── Unit.as
│   │   │   ├── Collection.as
│   │   │   ├── Geometry.as
│   │   │   ├── Geometry.as.orig
│   │   │   ├── ICollection.as
│   │   │   ├── LinearRing.as
│   │   │   ├── LineString.as
│   │   │   ├── MultiLineString.as
│   │   │   ├── MultiPoint.as
│   │   │   ├── MultiPolygon.as
│   │   │   ├── Point.as
│   │   │   ├── Point.as.orig
│   │   │   ├── Polygon.as
│   │   │   └── utils
│   │   │   ├── StringUtils.as
│   │   │   └── UtilGeometry.as
│   │   └── test
│   │   └── flex
│   │   └── org
│   │   └── openscales
│   │   └── geometry
│   │   ├── CollectionTest.as
│   │   ├── ContainsPointTest.as
│   │   ├── OperationGeometryTest.as
│   │   └── PointTest.as
│   ├── openscales-proj4as
│   │   ├── asDocPackages.xml
│   │   ├── pom.xml
│   │   └── src
│   │   ├── main
│   │   │   └── flex
│   │   │   └── org
│   │   │   └── openscales
│   │   │   └── proj4as
│   │   │   ├── Datum.as
│   │   │   ├── proj
│   │   │   │   ├── AbstractProjProjection.as
│   │   │   │   ├── IProjection.as
│   │   │   │   ├── ProjAea.as
│   │   │   │   ├── ProjAeqd.as
│   │   │   │   ├── ProjEqc.as
│   │   │   │   ├── ProjEqdc.as
│   │   │   │   ├── ProjEqui.as
│   │   │   │   ├── ProjGauss.as
│   │   │   │   ├── ProjGstmerc.as
│   │   │   │   ├── ProjLaea.as
│   │   │   │   ├── ProjLcc.as
│   │   │   │   ├── ProjLonglat.as
│   │   │   │   ├── ProjMerc.as
│   │   │   │   ├── ProjMill.as
│   │   │   │   ├── ProjMoll.as
│   │   │   │   ├── ProjNzmg.as
│   │   │   │   ├── ProjOmerc.as
│   │   │   │   ├── ProjOrtho.as
│   │   │   │   ├── ProjParams.as
│   │   │   │   ├── ProjSinu.as
│   │   │   │   ├── ProjSoMerc.as
│   │   │   │   ├── ProjSterea.as
│   │   │   │   ├── ProjStere.as
│   │   │   │   ├── ProjTmerc.as
│   │   │   │   ├── ProjUtm.as
│   │   │   │   └── ProjVandg.as
│   │   │   ├── Proj4as.as
│   │   │   ├── ProjConstants.as
│   │   │   ├── ProjPoint.as
│   │   │   └── ProjProjection.as
│   │   └── test
│   │   └── flex
│   │   └── org
│   │   └── openscales
│   │   └── proj4as
│   │   └── projections
│   │   └── ProjectionTest.as
│   ├── openscales-viewer
│   │   ├── html-template
│   │   │   ├── history
│   │   │   │   ├── history.css
│   │   │   │   ├── historyFrame.html
│   │   │   │   └── history.js
│   │   │   ├── index.template.html
│   │   │   ├── playerProductInstall.swf
│   │   │   └── swfobject.js
│   │   ├── pom.xml
│   │   └── src
│   │   └── main
│   │   └── flex
│   │   ├── assets
│   │   │   └── configuration
│   │   │   └── default.xml
│   │   └── Viewer.mxml
│   ├── pom.xml
│   └── src
│   └── refdoc
│   ├── changelog.rst
│   ├── configuration.rst
│   ├── conf.py
│   ├── dev.rst
│   ├── example.rst
│   ├── index.rst
│   ├── introduction.rst
│   ├── make.bat
│   ├── Makefile
│   ├── modules.rst
│   ├── openscales
│   │   ├── static
│   │   │   └── openscales.css
│   │   └── theme.conf
│   ├── proxy.rst
│   ├── _static
│   │   ├── logo.png
│   │   ├── openscales-viewer.html
│   │   ├── screenshot-global.png
│   │   ├── screenshot-style.png
│   │   ├── tuto1-extractionFile.png
│   │   ├── tuto1-finishProcedure.png
│   │   ├── tuto1-libs_folder.png
│   │   ├── tuto1-nameOfTheProject.png
│   │   ├── tuto1-newFlexProject2.png
│   │   ├── tuto1-newFlexProject.png
│   │   ├── tuto2-cycleMapBase.png
│   │   ├── tuto2-launch.png
│   │   ├── tuto2-mapnikBase.png
│   │   ├── tuto2-mousePositionExplanation.png
│   │   ├── tuto2-orthophotoBase.png
│   │   ├── tuto2-osmarenderBase.png
│   │   ├── tuto2-panzoom.png
│   │   ├── tuto2-resultSimpleMap.png
│   │   ├── tuto2-runas.png
│   │   ├── tuto2-sizesExplanation.png
│   │   ├── tuto2-usaAndKml.png
│   │   ├── tuto2-usa.png
│   │   ├── tuto3-customMarker.png
│   │   └── tuto3-finalResult.png
│   ├── _templates
│   │   └── layout.html
│   ├── tutorial1.rst
│   ├── tutorial2.rst
│   ├── tutorial3.rst
│   └── tutorials.rst
└── viewer
└── openscales-viewer-1.2.1.swf

260 directories, 1325 files

标签:

实例下载地址

OpenScales开发工具包

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警