MapWinGeoProc:Topology2D:Extents IntersectionArea
From MapWindow GIS
IntersectionArea
Syntax
IntersectionArea(MapWinGeoProc.Topology2D.Segment Seg)
Summary
The purpose of this is to reduce a potentially much larger extents down to a more manageable extents by making it just big enough to contain the complete intersection with a segment.
Parameters
| Seg | Segment to look for an intersection with |
Returns
An Extents object that is the intersection between this extents and the segment. This should be smaller than the AOI of the extents and the segment's extents.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Extents
















