@vcmap/core
Preparing search index...
getFormat
Function getFormat
getFormat
(
responseType
:
string
,
options
?:
FormatOptions
,
format
?:
|
"GeoJSON"
|
"GML2"
|
"GML3"
|
"GML32"
|
"WMSGetFeatureInfo"
|
"WFS"
,
gmlFormatKey
?:
"GML2"
|
"GML3"
|
"GML32"
|
"GML"
,
)
:
FeatureFormat
<
Feature
<
Geometry
,
{
[
x
:
string
]:
any
}
>
>
|
null
Parameters
responseType
:
string
options
:
FormatOptions
= {}
Optional
format
:
"GeoJSON"
|
"GML2"
|
"GML3"
|
"GML32"
|
"WMSGetFeatureInfo"
|
"WFS"
Optional
gmlFormatKey
:
"GML2"
|
"GML3"
|
"GML32"
|
"GML"
Returns
FeatureFormat
<
Feature
<
Geometry
,
{
[
x
:
string
]:
any
}
>
>
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vcmap/core
Loading...