GeoIntersects
命名空间:
GISShare.SMap.WPF.Tool
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected bool GeoIntersects(
IGeometry pGeometry,
IPoint pPoint
)
Protected Function GeoIntersects (
pGeometry As IGeometry,
pPoint As IPoint
) As Boolean
protected:
bool GeoIntersects(
IGeometry^ pGeometry,
IPoint^ pPoint
)
member GeoIntersects :
pGeometry : IGeometry *
pPoint : IPoint -> bool
参数
- pGeometry
- 类型: GISShare.SMap.GeometryIGeometry
- pPoint
- 类型: GISShare.SMap.GeometryIPoint
返回值
类型:
Boolean
参见