@geogirafe/lib-geoportal
Preparing search index...
models/gmf
GMFTreeItem
Interface GMFTreeItem
interface
GMFTreeItem
{
childLayers
?:
GMFChildLayer
[]
;
children
?:
GMFTreeItem
[]
;
dimensions
?:
Record
<
string
,
object
>
;
id
:
number
;
imageType
?:
string
;
layer
?:
string
;
layers
?:
string
;
maxResolutionHint
?:
number
;
metadata
?:
GMFMetadata
;
minResolutionHint
?:
number
;
name
:
string
;
ogcServer
?:
string
;
projection
?:
string
;
source
?:
string
;
style
?:
string
;
time
?:
ITimeOptions
;
type
?:
"OSM"
|
"WMS"
|
"WMTS"
|
"VectorTiles"
|
"COG"
|
"XYZ"
;
url
?:
string
;
}
Hierarchy (
View Summary
)
GMFTreeItem
GMFGroup
GMFBackgroundLayer
Index
Properties
child
Layers?
children?
dimensions?
id
image
Type?
layer?
layers?
max
Resolution
Hint?
metadata?
min
Resolution
Hint?
name
ogc
Server?
projection?
source?
style?
time?
type?
url?
Properties
Optional
child
Layers
childLayers
?:
GMFChildLayer
[]
Optional
children
children
?:
GMFTreeItem
[]
Optional
dimensions
dimensions
?:
Record
<
string
,
object
>
id
id
:
number
Optional
image
Type
imageType
?:
string
Optional
layer
layer
?:
string
Optional
layers
layers
?:
string
Optional
max
Resolution
Hint
maxResolutionHint
?:
number
Optional
metadata
metadata
?:
GMFMetadata
Optional
min
Resolution
Hint
minResolutionHint
?:
number
name
name
:
string
Optional
ogc
Server
ogcServer
?:
string
Optional
projection
projection
?:
string
Optional
source
source
?:
string
Optional
style
style
?:
string
Optional
time
time
?:
ITimeOptions
Optional
type
type
?:
"OSM"
|
"WMS"
|
"WMTS"
|
"VectorTiles"
|
"COG"
|
"XYZ"
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
child
Layers
children
dimensions
id
image
Type
layer
layers
max
Resolution
Hint
metadata
min
Resolution
Hint
name
ogc
Server
projection
source
style
time
type
url
@geogirafe/lib-geoportal
Loading...