-
Notifications
You must be signed in to change notification settings - Fork 3
Polyhedral surface #4
Copy link
Copy link
Open
Labels
Kind: FeatureNew feature or requestNew feature or requestTarget: CoreIssues related to the Core module of AEGISIssues related to the Core module of AEGIS
Metadata
Metadata
Assignees
Labels
Kind: FeatureNew feature or requestNew feature or requestTarget: CoreIssues related to the Core module of AEGISIssues related to the Core module of AEGIS
Type
Fields
Give feedbackNo fields configured for issues without a type.
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
IPolyhedralSurfaceinterface in the Core namespace, and implement the interface in thePolyhedralSurfaceclass as a descendant ofGeometryin theGeometriesnamespace with in-memory storage of data.