new Simple(options)
impl/cesium/js/style/Simple.js, line 29
Constructor principal de la clase.
| Name | Type | Description |
|---|---|---|
options |
Object |
Opciones de la clase.
|
Methods
-
module:IDEE/impl/style/Simple~Simple.getValue(attr, cesiumFeature, layer)
impl/cesium/js/style/Simple.js, line 141 -
Este método de la clase obtiene el valor de la función con la que coincide la tecla el parámetro "attr"
Name Type Description attrstring | number | function Atributo o función.
cesiumFeatureEntity Objeto geográfico de Cesium.
layerIDEE.layer.Vector Capas.
-
applyToFeature(feature)
impl/cesium/js/style/Simple.js, line 74 -
Este método aplica los estilos a los objetos geográficos.
Name Type Description featureIDEE.Feature Objetos geográficos.
-
applyToLayer(layer)
impl/cesium/js/style/Simple.js, line 53 -
Este método aplica los estilos a la capa.
Name Type Description layerIDEE.layer.Vector Capa.
-
clone(){IDEE.style.Simple}
impl/cesium/js/style/Simple.js, line 173 -
Este método clona el estilo.
Returns:
Devuelve un "new Simple".
-
olStyleFn(){Object}
impl/cesium/js/style/Simple.js, line 42 -
Este método obtiene la función de estilo de Cesium de la Implementación.
Returns:
Implementación de Cesium.