DbSpatialServices.AsTextIncludingElevationAndMeasure Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt eine Textdarstellung mit DbSpatialServices Höhe und Maß zurück.
Überlädt
| Name | Beschreibung |
|---|---|
| AsTextIncludingElevationAndMeasure(DbGeography) |
Gibt eine Textdarstellung mit DbSpatialServices Höhe und Maß zurück. |
| AsTextIncludingElevationAndMeasure(DbGeometry) |
Gibt eine Textdarstellung mit DbSpatialServices Höhe und Maß zurück. |
AsTextIncludingElevationAndMeasure(DbGeography)
Gibt eine Textdarstellung mit DbSpatialServices Höhe und Maß zurück.
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
Parameter
- geographyValue
- DbGeography
Der Geografiewert.
Gibt zurück
Eine Textdarstellung von DbSpatialServices.
Gilt für:
AsTextIncludingElevationAndMeasure(DbGeometry)
Gibt eine Textdarstellung mit DbSpatialServices Höhe und Maß zurück.
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
Parameter
- geometryValue
- DbGeometry
Der Geometriewert.
Gibt zurück
Eine Textdarstellung mit DbSpatialServices Höhe und Maß.