获取指定的特征物标对象对空间物标对象的参照信息。要求已经建立拓扑关系。
命名空间:
SuperMap.Chart程序集: SuperMap.Chart (in SuperMap.Chart)
版本: dll
语法
C# |
---|
public S57FeatureToSpatialPointer[] GetFeatureToSpatialPointers( long featureRCID, GeometryType geometryType, bool isSpatialAttribute, bool isGeometry ) |
参数
- featureRCID
- Type: System..::.Int64
指定的特征物标的 RCID。
- geometryType
- Type: SuperMap.Data..::.GeometryType
指定的特征物标的几何类型。
- isSpatialAttribute
- Type: System..::.Boolean
指定是否返回参照的空间物标对象的属性。
- isGeometry
- Type: System..::.Boolean
指定是否返回参照的空间物标对象的几何对象。