observation-js Documentation - v1.16.0
Preparing search index...
TransectLineString
Interface TransectLineString
A GeoJSON LineString geometry, used for transects that follow a path. CRS used: WGS84.
interface
TransectLineString
{
type
:
"LineString"
;
coordinates
:
[
number
,
number
]
[]
;
}
Index
Properties
type
coordinates
Properties
type
type
:
"LineString"
coordinates
coordinates
:
[
number
,
number
]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
coordinates
observation-js Documentation - v1.16.0
Loading...
A GeoJSON LineString geometry, used for transects that follow a path. CRS used: WGS84.