找出与匹配对象满足空间关系的所有被匹配对象的值。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public int[] Matches(
	Geometry geometry,
	SpatialQueryMode mode,
	int[] excludes
)

参数

geometry
Type: SuperMap.Data..::.Geometry
匹配空间对象
mode
Type: SuperMap.Data..::.SpatialQueryMode
空间查询模式
excludes
Type: array< System..::.Int32 >[]()[]
排除的值,即不参与匹配运算。

返回值

被匹配对象的值。

请参见