MapWinGeoProc:Topology
From MapWindow GIS
Topology
Summary
Members
| Adapter | Supports some functions related to polygon adjacency etc. |
| Angle | A geometric angle mesured in degrees or radians the angle will wrap around, so setting larger values will result in an appropriate angle. |
| Extents | A primitive rectangle class for holding double values Since we define it in terms of X, Y and Z, this is an axis-aligned bounding box (AABB). |
| Point | Point structure with double values This will store 3D X, Y and Z values, but has no vector functions. For that, use the vector class. |
| Polygon | A structure representing a single closed polygon. This would represent a single part of a polygon shape. |
| PolyLine | A polyline (under construction) |
| Segment | Stores a set of double values that represents a line segment. |
| ShapeCategories | A grouping that categorizies the shape types |
| Vector | Contains a magnitude and direction Supports more fundamental calculations than Segment, rather than topological functions |
















