DbSpatialServices.AsTextIncludingElevationAndMeasure 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用提升和度量返回 DbSpatialServices 的文本表示形式。
重载
AsTextIncludingElevationAndMeasure(DbGeography) |
使用提升和度量返回 DbSpatialServices 的文本表示形式。 |
AsTextIncludingElevationAndMeasure(DbGeometry) |
使用提升和度量返回 DbSpatialServices 的文本表示形式。 |
AsTextIncludingElevationAndMeasure(DbGeography)
使用提升和度量返回 DbSpatialServices 的文本表示形式。
public:
virtual System::String ^ AsTextIncludingElevationAndMeasure(System::Data::Spatial::DbGeography ^ geographyValue);
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Spatial.DbGeography geographyValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeography -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeography -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geographyValue As DbGeography) As String
参数
- geographyValue
- DbGeography
地理值。
返回
DbSpatialServices 的文本表示形式。
适用于
AsTextIncludingElevationAndMeasure(DbGeometry)
使用提升和度量返回 DbSpatialServices 的文本表示形式。
public:
virtual System::String ^ AsTextIncludingElevationAndMeasure(System::Data::Spatial::DbGeometry ^ geometryValue);
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Spatial.DbGeometry geometryValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeometry -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeometry -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geometryValue As DbGeometry) As String
参数
- geometryValue
- DbGeometry
几何值。
返回
使用提升和度量的 DbSpatialServices 的文本表示形式。