Preparing search index...
The search index is not available
flatgeobuf
flatgeobuf
IFeature
Interface IFeature
interface
IFeature
{
getGeometry
?
(
)
:
ISimpleGeometry
;
getId
?
(
)
:
number
;
getProperties
?
(
)
:
any
;
setProperties
?
(
properties
:
Record
<
string
,
unknown
>
)
:
any
;
}
Hierarchy (
view full
)
IFeature
IGeoJsonFeature
Index
Methods
get
Geometry?
get
Id?
get
Properties?
set
Properties?
Methods
Optional
get
Geometry
get
Geometry
(
)
:
ISimpleGeometry
Returns
ISimpleGeometry
Optional
get
Id
get
Id
(
)
:
number
Returns
number
Optional
get
Properties
get
Properties
(
)
:
any
Returns
any
Optional
set
Properties
set
Properties
(
properties
)
:
any
Parameters
properties
:
Record
<
string
,
unknown
>
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Geometry
get
Id
get
Properties
set
Properties
flatgeobuf
Loading...