You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thePolyhedralSurface
class as a descendant ofGeometry
in theGeometries
namespace with in-memory storage of data.The text was updated successfully, but these errors were encountered: