RelationalOperatorHelperOverlapsPolygonWithPolygon 方法 |
命名空间: GISShare.SMap.Geometry
public static bool OverlapsPolygonWithPolygon( IPolygon pPolygon, IPolygon pOtherPolygon )
Public Shared Function OverlapsPolygonWithPolygon ( pPolygon As IPolygon, pOtherPolygon As IPolygon ) As Boolean
public: static bool OverlapsPolygonWithPolygon( IPolygon^ pPolygon, IPolygon^ pOtherPolygon )
static member OverlapsPolygonWithPolygon : pPolygon : IPolygon * pOtherPolygon : IPolygon -> bool