DbSpatialServices.AsTextIncludingElevationAndMeasure メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| AsTextIncludingElevationAndMeasure(DbGeography) |
昇格とメジャーがある DbSpatialServices のテキスト表現を返します。 |
| AsTextIncludingElevationAndMeasure(DbGeometry) |
昇格とメジャーがある DbSpatialServices のテキスト表現を返します。 |
AsTextIncludingElevationAndMeasure(DbGeography)
昇格とメジャーがある DbSpatialServices のテキスト表現を返します。
public virtual string AsTextIncludingElevationAndMeasure(System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeography -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeography -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geographyValue As DbGeography) As String
パラメーター
- geographyValue
- DbGeography
地理的な値。
戻り値
DbSpatialServices のテキスト表現。
例外
geographyValue が null です。
geographyValue は、この空間サービスの実装と互換性がありません。
適用対象
AsTextIncludingElevationAndMeasure(DbGeometry)
昇格とメジャーがある DbSpatialServices のテキスト表現を返します。
public virtual string AsTextIncludingElevationAndMeasure(System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeometry -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Entity.Spatial.DbGeometry -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geometryValue As DbGeometry) As String
パラメーター
- geometryValue
- DbGeometry
ジオメトリ値。
戻り値
昇格とメジャーがある DbSpatialServices のテキスト表現。
例外
geometryValue が null です。
geometryValue は、この空間サービスの実装と互換性がありません。