248 lines
16 KiB
Plaintext
248 lines
16 KiB
Plaintext
@exportObjectLiteral ol.MapOptions
|
|
@exportObjectLiteralProperty ol.MapOptions.controls Array.<ol.control.Control>|undefined
|
|
@exportObjectLiteralProperty ol.MapOptions.interactions ol.Collection|undefined
|
|
@exportObjectLiteralProperty ol.MapOptions.layers Array.<ol.layer.Layer>|ol.Collection|undefined
|
|
@exportObjectLiteralProperty ol.MapOptions.renderer ol.RendererHint|undefined
|
|
@exportObjectLiteralProperty ol.MapOptions.renderers Array.<ol.RendererHint>|undefined
|
|
@exportObjectLiteralProperty ol.MapOptions.target Element|string
|
|
@exportObjectLiteralProperty ol.MapOptions.view ol.IView|undefined
|
|
|
|
@exportObjectLiteral ol.View2DOptions
|
|
@exportObjectLiteralProperty ol.View2DOptions.center ol.Coordinate|undefined
|
|
@exportObjectLiteralProperty ol.View2DOptions.maxResolution number|undefined
|
|
@exportObjectLiteralProperty ol.View2DOptions.numZoomLevels number|undefined
|
|
@exportObjectLiteralProperty ol.View2DOptions.projection ol.ProjectionLike
|
|
@exportObjectLiteralProperty ol.View2DOptions.resolution number|undefined
|
|
@exportObjectLiteralProperty ol.View2DOptions.resolutions Array.<number>|undefined
|
|
@exportObjectLiteralProperty ol.View2DOptions.rotation number|undefined
|
|
@exportObjectLiteralProperty ol.View2DOptions.zoom number|undefined
|
|
@exportObjectLiteralProperty ol.View2DOptions.zoomFactor number|undefined
|
|
|
|
@exportObjectLiteral ol.animation.BounceOptions
|
|
@exportObjectLiteralProperty ol.animation.BounceOptions.resolution number
|
|
@exportObjectLiteralProperty ol.animation.BounceOptions.start number|undefined
|
|
@exportObjectLiteralProperty ol.animation.BounceOptions.duration number|undefined
|
|
@exportObjectLiteralProperty ol.animation.BounceOptions.easing function(number):number|undefined
|
|
|
|
@exportObjectLiteral ol.animation.PanOptions
|
|
@exportObjectLiteralProperty ol.animation.PanOptions.source ol.Coordinate
|
|
@exportObjectLiteralProperty ol.animation.PanOptions.start number|undefined
|
|
@exportObjectLiteralProperty ol.animation.PanOptions.duration number|undefined
|
|
@exportObjectLiteralProperty ol.animation.PanOptions.easing function(number):number|undefined
|
|
|
|
@exportObjectLiteral ol.animation.RotateOptions
|
|
@exportObjectLiteralProperty ol.animation.RotateOptions.rotation number
|
|
@exportObjectLiteralProperty ol.animation.RotateOptions.start number|undefined
|
|
@exportObjectLiteralProperty ol.animation.RotateOptions.duration number|undefined
|
|
@exportObjectLiteralProperty ol.animation.RotateOptions.easing function(number):number|undefined
|
|
|
|
@exportObjectLiteral ol.animation.ZoomOptions
|
|
@exportObjectLiteralProperty ol.animation.ZoomOptions.resolution number
|
|
@exportObjectLiteralProperty ol.animation.ZoomOptions.start number|undefined
|
|
@exportObjectLiteralProperty ol.animation.ZoomOptions.duration number|undefined
|
|
@exportObjectLiteralProperty ol.animation.ZoomOptions.easing function(number):number|undefined
|
|
|
|
@exportObjectLiteral ol.control.AttributionOptions
|
|
@exportObjectLiteralProperty ol.control.AttributionOptions.map ol.Map|undefined
|
|
@exportObjectLiteralProperty ol.control.AttributionOptions.target Element|undefined
|
|
|
|
@exportObjectLiteral ol.control.DefaultsOptions
|
|
@exportObjectLiteralProperty ol.control.DefaultsOptions.attribution boolean|undefined
|
|
@exportObjectLiteralProperty ol.control.DefaultsOptions.attributionOptions ol.control.AttributionOptions|undefined
|
|
@exportObjectLiteralProperty ol.control.DefaultsOptions.zoom boolean|undefined
|
|
@exportObjectLiteralProperty ol.control.DefaultsOptions.zoomOptions ol.control.ZoomOptions|undefined
|
|
|
|
@exportObjectLiteral ol.control.ScaleLineOptions
|
|
@exportObjectLiteralProperty ol.control.ScaleLineOptions.map ol.Map|undefined
|
|
@exportObjectLiteralProperty ol.control.ScaleLineOptions.minWidth number|undefined
|
|
@exportObjectLiteralProperty ol.control.ScaleLineOptions.target Element|undefined
|
|
@exportObjectLiteralProperty ol.control.ScaleLineOptions.units ol.control.ScaleLineUnits|undefined
|
|
|
|
@exportObjectLiteral ol.control.MousePositionOptions
|
|
@exportObjectLiteralProperty ol.control.MousePositionOptions.coordinateFormat ol.CoordinateFormatType|undefined
|
|
@exportObjectLiteralProperty ol.control.MousePositionOptions.map ol.Map|undefined
|
|
@exportObjectLiteralProperty ol.control.MousePositionOptions.projection ol.ProjectionLike
|
|
@exportObjectLiteralProperty ol.control.MousePositionOptions.target Element|undefined
|
|
@exportObjectLiteralProperty ol.control.MousePositionOptions.undefinedHTML string|undefined
|
|
|
|
@exportObjectLiteral ol.control.ZoomOptions
|
|
@exportObjectLiteralProperty ol.control.ZoomOptions.delta number|undefined
|
|
@exportObjectLiteralProperty ol.control.ZoomOptions.map ol.Map|undefined
|
|
@exportObjectLiteralProperty ol.control.ZoomOptions.target Element|undefined
|
|
|
|
@exportObjectLiteral ol.control.ZoomSliderOptions
|
|
@exportObjectLiteralProperty ol.control.ZoomSliderOptions.map ol.Map|undefined
|
|
@exportObjectLiteralProperty ol.control.ZoomSliderOptions.maxResolution number|undefined
|
|
@exportObjectLiteralProperty ol.control.ZoomSliderOptions.minResolution number|undefined
|
|
|
|
@exportObjectLiteral ol.interaction.DefaultOptions
|
|
@exportObjectLiteralProperty ol.interaction.DefaultOptions.doubleClickZoom boolean|undefined
|
|
@exportObjectLiteralProperty ol.interaction.DefaultOptions.dragPan boolean|undefined
|
|
@exportObjectLiteralProperty ol.interaction.DefaultOptions.keyboard boolean|undefined
|
|
@exportObjectLiteralProperty ol.interaction.DefaultOptions.mouseWheelZoom boolean|undefined
|
|
@exportObjectLiteralProperty ol.interaction.DefaultOptions.shiftDragZoom boolean|undefined
|
|
@exportObjectLiteralProperty ol.interaction.DefaultOptions.touchPan boolean|undefined
|
|
@exportObjectLiteralProperty ol.interaction.DefaultOptions.touchRotate boolean|undefined
|
|
@exportObjectLiteralProperty ol.interaction.DefaultOptions.touchZoom boolean|undefined
|
|
|
|
@exportObjectLiteral ol.interaction.KeyboardPanOptions
|
|
@exportObjectLiteralProperty ol.interaction.KeyboardPanOptions.pixelDelta number|undefined
|
|
|
|
@exportObjectLiteral ol.interaction.KeyboardZoomOptions
|
|
@exportObjectLiteralProperty ol.interaction.KeyboardZoomOptions.delta number|undefined
|
|
|
|
@exportObjectLiteral ol.layer.LayerOptions
|
|
@exportObjectLiteralProperty ol.layer.LayerOptions.brightness number|undefined
|
|
@exportObjectLiteralProperty ol.layer.LayerOptions.contrast number|undefined
|
|
@exportObjectLiteralProperty ol.layer.LayerOptions.hue number|undefined
|
|
@exportObjectLiteralProperty ol.layer.LayerOptions.opacity number|undefined
|
|
@exportObjectLiteralProperty ol.layer.LayerOptions.saturation number|undefined
|
|
@exportObjectLiteralProperty ol.layer.LayerOptions.source ol.source.Source
|
|
@exportObjectLiteralProperty ol.layer.LayerOptions.visible boolean|undefined
|
|
|
|
@exportObjectLiteral ol.layer.VectorLayerOptions
|
|
@exportObjectLiteralProperty ol.layer.VectorLayerOptions.opacity number|undefined
|
|
@exportObjectLiteralProperty ol.layer.VectorLayerOptions.source ol.source.Source
|
|
@exportObjectLiteralProperty ol.layer.VectorLayerOptions.style ol.style.Style|undefined
|
|
@exportObjectLiteralProperty ol.layer.VectorLayerOptions.visible boolean|undefined
|
|
|
|
@exportObjectLiteral ol.AnchoredElementOptions
|
|
@exportObjectLiteralProperty ol.AnchoredElementOptions.element Element|undefined
|
|
@exportObjectLiteralProperty ol.AnchoredElementOptions.map ol.Map|undefined
|
|
@exportObjectLiteralProperty ol.AnchoredElementOptions.position ol.Coordinate|undefined
|
|
@exportObjectLiteralProperty ol.AnchoredElementOptions.positioning ol.AnchoredElementPositioning|undefined
|
|
|
|
@exportObjectLiteral ol.source.BingMapsOptions
|
|
@exportObjectLiteralProperty ol.source.BingMapsOptions.culture string|undefined
|
|
@exportObjectLiteralProperty ol.source.BingMapsOptions.key string
|
|
@exportObjectLiteralProperty ol.source.BingMapsOptions.style string
|
|
|
|
@exportObjectLiteral ol.source.DebugTileSourceOptions
|
|
@exportObjectLiteralProperty ol.source.DebugTileSourceOptions.extent ol.Extent|undefined
|
|
@exportObjectLiteralProperty ol.source.DebugTileSourceOptions.projection ol.ProjectionLike
|
|
@exportObjectLiteralProperty ol.source.DebugTileSourceOptions.tileGrid ol.tilegrid.TileGrid|undefined
|
|
|
|
@exportObjectLiteral ol.source.SingleImageWMSOptions
|
|
@exportObjectLiteralProperty ol.source.SingleImageWMSOptions.attributions Array.<ol.Attribution>|undefined
|
|
@exportObjectLiteralProperty ol.source.SingleImageWMSOptions.crossOrigin null|string|undefined
|
|
@exportObjectLiteralProperty ol.source.SingleImageWMSOptions.extent ol.Extent|undefined
|
|
@exportObjectLiteralProperty ol.source.SingleImageWMSOptions.params Object.<string,*>
|
|
@exportObjectLiteralProperty ol.source.SingleImageWMSOptions.projection ol.ProjectionLike
|
|
@exportObjectLiteralProperty ol.source.SingleImageWMSOptions.ratio number|undefined
|
|
@exportObjectLiteralProperty ol.source.SingleImageWMSOptions.resolutions Array.<number>|undefined
|
|
@exportObjectLiteralProperty ol.source.SingleImageWMSOptions.url string|undefined
|
|
|
|
@exportObjectLiteral ol.source.SourceOptions
|
|
@exportObjectLiteralProperty ol.source.SourceOptions.attributions Array.<ol.Attribution>|undefined
|
|
@exportObjectLiteralProperty ol.source.SourceOptions.extent ol.Extent|undefined
|
|
@exportObjectLiteralProperty ol.source.SourceOptions.projection ol.ProjectionLike
|
|
|
|
@exportObjectLiteral ol.source.StamenOptions
|
|
@exportObjectLiteralProperty ol.source.StamenOptions.layer string
|
|
@exportObjectLiteralProperty ol.source.StamenOptions.minZoom number|undefined
|
|
@exportObjectLiteralProperty ol.source.StamenOptions.maxZoom number|undefined
|
|
@exportObjectLiteralProperty ol.source.StamenOptions.opaque boolean|undefined
|
|
@exportObjectLiteralProperty ol.source.StamenOptions.url string|undefined
|
|
|
|
@exportObjectLiteral ol.source.StaticImageOptions
|
|
@exportObjectLiteralProperty ol.source.StaticImageOptions.attributions Array.<ol.Attribution>|undefined
|
|
@exportObjectLiteralProperty ol.source.StaticImageOptions.crossOrigin null|string|undefined
|
|
@exportObjectLiteralProperty ol.source.StaticImageOptions.extent ol.Extent|undefined
|
|
@exportObjectLiteralProperty ol.source.StaticImageOptions.imageExtent ol.Extent|undefined
|
|
@exportObjectLiteralProperty ol.source.StaticImageOptions.imageSize ol.Size|undefined
|
|
@exportObjectLiteralProperty ol.source.StaticImageOptions.projection ol.ProjectionLike
|
|
@exportObjectLiteralProperty ol.source.StaticImageOptions.url string|undefined
|
|
|
|
@exportObjectLiteral ol.source.TileJSONOptions
|
|
@exportObjectLiteralProperty ol.source.TileJSONOptions.uri string
|
|
|
|
@exportObjectLiteral ol.source.TiledWMSOptions
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.attributions Array.<ol.Attribution>|undefined
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.params Object
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.crossOrigin null|string|undefined
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.extent ol.Extent|undefined
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.tileGrid ol.tilegrid.TileGrid|undefined
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.maxZoom number|undefined
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.projection ol.ProjectionLike
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.url string|undefined
|
|
@exportObjectLiteralProperty ol.source.TiledWMSOptions.urls Array.<string>|undefined
|
|
|
|
@exportObjectLiteral ol.style.IconOptions
|
|
@exportObjectLiteralProperty ol.style.IconOptions.url string|ol.Expression
|
|
@exportObjectLiteralProperty ol.style.IconOptions.width number|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.IconOptions.height number|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.IconOptions.opacity number|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.IconOptions.rotation number|ol.Expression|undefined
|
|
|
|
@exportObjectLiteral ol.style.LineOptions
|
|
@exportObjectLiteralProperty ol.style.LineOptions.strokeColor string|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.LineOptions.strokeWidth number|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.LineOptions.opacity number|ol.Expression|undefined
|
|
|
|
@exportObjectLiteral ol.style.PolygonOptions
|
|
@exportObjectLiteralProperty ol.style.PolygonOptions.fillColor string|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.PolygonOptions.strokeColor string|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.PolygonOptions.strokeWidth number|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.PolygonOptions.opacity number|ol.Expression|undefined
|
|
|
|
@exportObjectLiteral ol.style.RuleOptions
|
|
@exportObjectLiteralProperty ol.style.RuleOptions.filter ol.filter.Filter|undefined
|
|
@exportObjectLiteralProperty ol.style.RuleOptions.symbolizers Array.<ol.style.Symbolizer>|undefined
|
|
|
|
@exportObjectLiteral ol.style.ShapeOptions
|
|
@exportObjectLiteralProperty ol.style.ShapeOptions.type ol.style.ShapeType|undefined
|
|
@exportObjectLiteralProperty ol.style.ShapeOptions.size number|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.ShapeOptions.fillColor string|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.ShapeOptions.strokeColor string|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.ShapeOptions.strokeWidth number|ol.Expression|undefined
|
|
@exportObjectLiteralProperty ol.style.ShapeOptions.opacity number|ol.Expression|undefined
|
|
|
|
@exportObjectLiteral ol.style.StyleOptions
|
|
@exportObjectLiteralProperty ol.style.StyleOptions.rules Array.<ol.style.Rule>
|
|
|
|
@exportObjectLiteral ol.source.WMTSOptions
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.attributions Array.<ol.Attribution>|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.crossOrigin string|null|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.extent ol.Extent|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.tileGrid ol.tilegrid.WMTS
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.projection ol.Projection|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.requestEncoding ol.source.WMTSRequestEncoding|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.layer string
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.style string
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.format string|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.matrixSet string
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.dimensions Object|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.url string|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.maxZoom number|undefined
|
|
@exportObjectLiteralProperty ol.source.WMTSOptions.urls Array.<string>|undefined
|
|
|
|
@exportObjectLiteral ol.tilegrid.TileGridOptions
|
|
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.origin ol.Coordinate|undefined
|
|
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.origins Array.<ol.Coordinate>|undefined
|
|
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.resolutions !Array.<number>
|
|
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.tileSize ol.Size|undefined
|
|
@exportObjectLiteralProperty ol.tilegrid.TileGridOptions.tileSizes Array.<ol.Size>|undefined
|
|
|
|
@exportObjectLiteral ol.tilegrid.WMTSOptions
|
|
@exportObjectLiteralProperty ol.tilegrid.WMTSOptions.origin ol.Coordinate|undefined
|
|
@exportObjectLiteralProperty ol.tilegrid.WMTSOptions.origins Array.<ol.Coordinate>|undefined
|
|
@exportObjectLiteralProperty ol.tilegrid.WMTSOptions.resolutions !Array.<number>
|
|
@exportObjectLiteralProperty ol.tilegrid.WMTSOptions.matrixIds !Array.<string>
|
|
@exportObjectLiteralProperty ol.tilegrid.WMTSOptions.tileSize ol.Size|undefined
|
|
@exportObjectLiteralProperty ol.tilegrid.WMTSOptions.tileSizes Array.<ol.Size>|undefined
|
|
|
|
@exportObjectLiteral ol.tilegrid.XYZOptions
|
|
@exportObjectLiteralProperty ol.tilegrid.XYZOptions.maxZoom number
|
|
|
|
@exportObjectLiteral ol.ProjectionOptions
|
|
@exportObjectLiteralProperty ol.ProjectionOptions.code string
|
|
@exportObjectLiteralProperty ol.ProjectionOptions.units ol.ProjectionUnits
|
|
@exportObjectLiteralProperty ol.ProjectionOptions.extent ol.Extent
|
|
@exportObjectLiteralProperty ol.ProjectionOptions.axisOrientation string|undefined
|
|
@exportObjectLiteralProperty ol.ProjectionOptions.global boolean|undefined
|
|
|
|
@exportObjectLiteral ol.Proj4jsProjectionOptions
|
|
@exportObjectLiteralProperty ol.Proj4jsProjectionOptions.code string
|
|
@exportObjectLiteralProperty ol.Proj4jsProjectionOptions.extent ol.Extent
|
|
@exportObjectLiteralProperty ol.Proj4jsProjectionOptions.global boolean|undefined
|