menu
datahub_postgres package
documentation
postgis.dart
GeometryType
read static method
read static method
dark_mode
light_mode
read
static method
GeometryType
read
(
int
id
)
Implementation
static GeometryType read(int id) => GeometryType.values.firstWhere((e) => e.id == id);
datahub_postgres package
documentation
postgis
GeometryType
read static method
GeometryType enum