Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
@nextgis/ngw-kit
IdentifyItem
Class IdentifyItem<F, G>
Type Parameters
F
extends
FeatureProperties
=
FeatureProperties
G
extends
Geometry
=
Geometry
Implements
LayerFeature
Index
Constructors
constructor
Properties
extensions?
fields
geom?
id
label
layer
Id
parent
Methods
geojson
get
Bounds
identify
resource
Constructors
constructor
new
Identify
Item
<
F
,
G
>
(
options
)
:
IdentifyItem
<
F
,
G
>
Type Parameters
F
extends
FeatureProperties
=
FeatureProperties
G
extends
Geometry
=
Geometry
Parameters
options
:
IdentifyItemOptions
Returns
IdentifyItem
<
F
,
G
>
Properties
Optional
extensions
extensions
?:
FeatureItemExtensions
Readonly
fields
fields
:
FeatureProperties
Optional
geom
geom
?:
GeoJsonObject
Readonly
id
id
:
number
Readonly
label
label
:
string
Readonly
layer
Id
layer
Id
:
number
Readonly
parent
parent
:
string
Methods
geojson
geojson
(
options
)
:
Promise
<
Feature
<
G
,
F
>
>
Parameters
options
:
Partial
<
FetchNgwItemOptions
<
F
>
>
Returns
Promise
<
Feature
<
G
,
F
>
>
get
Bounds
get
Bounds
(
opt
?
)
:
Promise
<
undefined
|
LngLatBoundsArray
>
Parameters
Optional
opt
:
Pick
<
GetRequestOptions
<
any
,
"json"
,
false
>
,
"cache"
|
"signal"
>
Returns
Promise
<
undefined
|
LngLatBoundsArray
>
identify
identify
(
options
?
)
:
Promise
<
NgwFeatureItemResponse
<
F
,
G
>
>
Parameters
options
:
Partial
<
FetchNgwItemOptions
<
F
>
>
= {}
Returns
Promise
<
NgwFeatureItemResponse
<
F
,
G
>
>
resource
resource
(
opt
?
)
:
Promise
<
FeatureLayerRead
>
Parameters
Optional
opt
:
GetRequestOptions
<
any
,
"json"
,
false
>
Returns
Promise
<
FeatureLayerRead
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
extensions
fields
geom
id
label
layer
Id
parent
Methods
geojson
get
Bounds
identify
resource
NextGIS Frontend
Loading...