prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeGeometry
Interface DataTypeGeometry
A spatial value (point, polygon and so on), with an optional SRID.
interface
DataTypeGeometry
{
toSql
?:
()
=>
string
;
key
:
"GEOMETRY"
;
type
:
string
;
srid
?:
number
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeGeometry
Index
Properties
to
Sql?
key
type
srid?
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"GEOMETRY"
type
type
:
string
Optional
srid
srid
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Sql
key
type
srid
← Documentation
GitLab
prorm API Reference
Loading...
A spatial value (point, polygon and so on), with an optional SRID.