navibyte / geospatial

Geospatial data structures, tools and utilities for Dart and Flutter.
Other
51 stars 5 forks source link

PositionScheme for generic, geographic and projected position data #214

Closed navispatial closed 8 months ago

navispatial commented 8 months ago

To help implement #185 and #213 a new class is needed : PositionScheme with access to position and box factories:

  CreatePosition get position;
  CreateBox get box;

Following constant instances of PositionScheme:

navispatial commented 8 months ago

Implemented in geobase 1.0.0.