是否与传入的几何对象相离
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public virtual bool Disjoint(
IGeometry pGeometry
)
Public Overridable Function Disjoint (
pGeometry As IGeometry
) As Boolean
public:
virtual bool Disjoint(
IGeometry^ pGeometry
)
abstract Disjoint :
pGeometry : IGeometry -> bool
override Disjoint :
pGeometry : IGeometry -> bool
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
返回值
类型:
Boolean实现
IRelationalOperatorDisjoint(IGeometry)
参见