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

Polyhedral surface #4

Open
robertogiachetta opened this issue Oct 7, 2016 · 0 comments
Open

Polyhedral surface #4

robertogiachetta opened this issue Oct 7, 2016 · 0 comments
Labels
Kind: Feature New feature or request Target: Core Issues related to the Core module of AEGIS

Comments

@robertogiachetta
Copy link
Collaborator

A polyhedral surface is a contiguous collection of polygons, which share common boundary segments. For each pair of polygons that "touch", the common boundary shall be expressible as a finite collection of line strings. Each such Line string shall be part of the boundary of at most 2 polygon patches. A TIN (triangulated irregular network) is a polyhedral surface consisting only of Triangle patches.

See: OpenGIS Implementation Standard for Geographic information - Simple feature access - Part 1: Common architecture

Create the IPolyhedralSurface interface in the Core namespace, and implement the interface in the PolyhedralSurface class as a descendant of Geometry in the Geometries namespace with in-memory storage of data.

@robertogiachetta robertogiachetta added Target: Core Issues related to the Core module of AEGIS Kind: Feature New feature or request labels Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Feature New feature or request Target: Core Issues related to the Core module of AEGIS
Projects
None yet
Development

No branches or pull requests

1 participant