Preparing search index...
The search index is not available
flatgeobuf
flatgeobuf
IFeature
Interface IFeature
interface
IFeature
{
getGeometry
?
(
)
:
ISimpleGeometry
;
getId
?
(
)
:
number
;
getProperties
?
(
)
:
IProperties
;
setProperties
?
(
properties
:
IProperties
)
:
void
;
}
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
(
)
:
IProperties
Returns
IProperties
Optional
set
Properties
set
Properties
(
properties
)
:
void
Parameters
properties
:
IProperties
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Geometry
get
Id
get
Properties
set
Properties
flatgeobuf
Loading...