Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v1.0.0
GitLab
API (v1.0.0) - Giro3D
utils
OpenLayersUtils
Variable OpenLayersUtils
Open
Layers
Utils
:
{
fromOLColor
:
(
(
input
:
Color
|
ColorLike
)
=>
{
color
:
Color
;
opacity
:
number
;
}
)
;
fromOLExtent
:
(
(
extent
:
Extent
,
coordinateSystem
:
core
.
geographic
.
CoordinateSystem
)
=>
Extent
)
;
getFeatureExtent
:
(
(
feature
:
Feature
<
Geometry
>
,
crs
:
core
.
geographic
.
CoordinateSystem
)
=>
Extent
|
undefined
)
;
toOLExtent
:
(
(
extent
:
Extent
,
margin
?:
number
)
=>
OLExtent
)
;
}
Settings
Member Visibility
Protected
Inherited
External
API (v1.0.0) - Giro3D
Loading...