new Parameters(userParameters)
facade/js/parameter/Parameters.js, line 619
Constructor principal de la clase.
| Name | Type | Description |
|---|---|---|
userParameters |
string | Mx.parameters.Map |
Parámetros:
|
Properties:
| Name | Type | Description |
|---|---|---|
container |
Object | Contenedor del mapa. |
layers |
Object | Capas del mapa. |
wmc |
Object | Servicio WMC. |
wms |
Object | Servicio WMS. |
wmts |
Object | Servicio WMTS. |
kml |
Object | Servicio KML. |
controls |
Object | Controles del mapa. |
getfeatureinfo |
Object | Parámetros de "getfeatureinfo". |
maxExtent |
Object | Extensión máxima del mapa. |
bbox |
Object | Extensión inicial del mapa. |
zoom |
Number | Zoom inicial del mapa. |
minZoom |
Number | Zoom mínimo del mapa. |
center |
Object | Centro inicial del mapa. |
maxZoom |
Number | Zoom máximo del mapa. |
resolutions |
String | Array.<String> | Array.<Number> | Resoluciones del mapa. |
projection |
Object | Proyección del mapa. |
label |
Object | Etiqueta del mapa. |
ticket |
Object | Ticket de autenticación. |
zoomConstrains |
Object | Valor para la constrain de zoom. |
viewExtent |
Object | Extent restringido de navegación para el mapa. |
Members
-
bbox{Object}
-
-
bgColorContainer{String}
-
-
center{Object}
-
-
container{Object}
-
-
controls{Object}
-
-
extentConstrains{Boolean}
-
-
getfeatureinfo{Object}
-
-
kml{Object}
-
-
label{Object}
-
-
layers{Object}
-
-
maxExtent{Object}
-
-
maxZoom{Number}
-
-
minZoom{Number}
-
-
projection{Object}
-
-
resolutions{String} {Array.<String>} {Array.<Number>}
-
-
rotation{Number}
-
-
ticket{Object}
-
-
viewExtent{Array}
-
-
wmc{Object}
-
-
wms{Object}
-
-
wmts{Object}
-
-
zoom{Number}
-
-
zoomConstrains{Boolean}
-