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
geography 値。
返品
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
geometry 値。
返品
標高とメジャーを使用した DbSpatialServices のテキスト表現。