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 的文字表示。