DbSpatialServices.GetCoordinateSystemId 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回给定值的坐标系统标识符。
重载
| GetCoordinateSystemId(DbGeography) | 
						 返回给定 DbGeography 值的坐标系统标识符。  | 
        	
| GetCoordinateSystemId(DbGeometry) | 
						 返回给定 DbGeometry 值的坐标系统标识符。  | 
        	
GetCoordinateSystemId(DbGeography)
返回给定 DbGeography 值的坐标系统标识符。
public:
 abstract int GetCoordinateSystemId(System::Data::Spatial::DbGeography ^ geographyValue);
	public abstract int GetCoordinateSystemId(System.Data.Spatial.DbGeography geographyValue);
	abstract member GetCoordinateSystemId : System.Data.Spatial.DbGeography -> int
	Public MustOverride Function GetCoordinateSystemId (geographyValue As DbGeography) As Integer
	参数
- geographyValue
 - DbGeography
 
地理值。
返回
给定的 DbGeography 值的坐标系统标识符。
适用于
GetCoordinateSystemId(DbGeometry)
返回给定 DbGeometry 值的坐标系统标识符。
public:
 abstract int GetCoordinateSystemId(System::Data::Spatial::DbGeometry ^ geometryValue);
	public abstract int GetCoordinateSystemId(System.Data.Spatial.DbGeometry geometryValue);
	abstract member GetCoordinateSystemId : System.Data.Spatial.DbGeometry -> int
	Public MustOverride Function GetCoordinateSystemId (geometryValue As DbGeometry) As Integer
	参数
- geometryValue
 - DbGeometry
 
几何值。
返回
给定的 DbGeometry 值的坐标系统标识符。