![]() |
SAGA API
v9.8
|
Go to the source code of this file.
Functions | |
bool | SG_Shape_Get_Intersection (CSG_Shape *pShape, CSG_Shape_Polygon *pClip, CSG_Shape *pSolution) |
bool | SG_Shape_Get_Difference (CSG_Shape *pShape, CSG_Shape_Polygon *pClip, CSG_Shape *pSolution) |
bool | SG_Shape_Get_ExclusiveOr (CSG_Shape *pShape, CSG_Shape_Polygon *pClip, CSG_Shape *pSolution) |
bool | SG_Shape_Get_Union (CSG_Shape *pShape, CSG_Shape_Polygon *pClip, CSG_Shape *pSolution) |
bool | SG_Shape_Get_Dissolve (CSG_Shape *pShape, CSG_Shape *pSolution) |
bool | SG_Shape_Get_Offset (CSG_Shape *pShape, double Size, double dArc, CSG_Shape *pSolution, TSG_Line_JoinType JoinType, TSG_Line_EndType EndType) |
const char * | SG_Clipper_Get_Version (void) |
const char* SG_Clipper_Get_Version | ( | void | ) |
Definition at line 405 of file shapes_clipper.cpp.
bool SG_Shape_Get_Difference | ( | CSG_Shape * | pShape, |
CSG_Shape_Polygon * | pClip, | ||
CSG_Shape * | pSolution | ||
) |
Definition at line 311 of file shapes_clipper.cpp.
References CSG_Shape::Assign(), INTERSECTION_Contained, INTERSECTION_Contains, INTERSECTION_Identical, INTERSECTION_None, INTERSECTION_Overlaps, and CSG_Shape::Intersects().
Assuming supplied shape object is of type polygon and has several parts, it is important that the point order of outer rings (i.e. not lakes) is clockwise, that of lakes counter-clockwise to be processed correctly by the Clipper dissolve function. This is in accordance with the simple features definition but in contrast to ESRI's Shapefile format.
Definition at line 388 of file shapes_clipper.cpp.
bool SG_Shape_Get_ExclusiveOr | ( | CSG_Shape * | pShape, |
CSG_Shape_Polygon * | pClip, | ||
CSG_Shape * | pSolution | ||
) |
Definition at line 329 of file shapes_clipper.cpp.
References CSG_Shape::Add_Part(), CSG_Shape::Assign(), CSG_Shape_Points::Get_Part(), CSG_Shape_Points::Get_Part_Count(), INTERSECTION_Contained, INTERSECTION_Contains, INTERSECTION_Identical, INTERSECTION_None, INTERSECTION_Overlaps, and CSG_Shape::Intersects().
bool SG_Shape_Get_Intersection | ( | CSG_Shape * | pShape, |
CSG_Shape_Polygon * | pClip, | ||
CSG_Shape * | pSolution | ||
) |
Definition at line 291 of file shapes_clipper.cpp.
References CSG_Shape::Assign(), INTERSECTION_Contained, INTERSECTION_Contains, INTERSECTION_Identical, INTERSECTION_None, INTERSECTION_Overlaps, and CSG_Shape::Intersects().
bool SG_Shape_Get_Offset | ( | CSG_Shape * | pShape, |
double | Size, | ||
double | dArc, | ||
CSG_Shape * | pSolution, | ||
TSG_Line_JoinType | JoinType, | ||
TSG_Line_EndType | EndType | ||
) |
Definition at line 394 of file shapes_clipper.cpp.
bool SG_Shape_Get_Union | ( | CSG_Shape * | pShape, |
CSG_Shape_Polygon * | pClip, | ||
CSG_Shape * | pSolution | ||
) |
Definition at line 353 of file shapes_clipper.cpp.
References CSG_Shape::Add_Part(), CSG_Shape::Assign(), CSG_Shape_Points::Get_Part(), CSG_Shape_Points::Get_Part_Count(), INTERSECTION_Contained, INTERSECTION_Contains, INTERSECTION_Identical, INTERSECTION_None, INTERSECTION_Overlaps, and CSG_Shape::Intersects().