Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PositionScheme for generic, geographic and projected position data #214

Closed
navispatial opened this issue Oct 13, 2023 · 1 comment
Closed
Labels
enhancement New feature or request 🌐 geobase Related to the code package "geobase"

Comments

@navispatial
Copy link
Member

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:

  • Position.scheme to create positions and boxes for any position data (geographic, projected or any other)
  • Geographic.scheme to create geographic positions and boxes
  • Projected.scheme to create projected positions and boxes
@navispatial
Copy link
Member Author

Implemented in geobase 1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🌐 geobase Related to the code package "geobase"
Projects
None yet
Development

No branches or pull requests

1 participant