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 Summary
)
IFeature
IGeoJsonFeature
Index
Methods
get
Geometry?
get
Id?
get
Properties?
set
Properties?
Methods
Optional
get
Geometry
getGeometry
()
:
ISimpleGeometry
Returns
ISimpleGeometry
Optional
get
Id
getId
()
:
number
Returns
number
Optional
get
Properties
getProperties
()
:
IProperties
Returns
IProperties
Optional
set
Properties
setProperties
(
properties
:
IProperties
)
:
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...