DbSpatialServices.AsGml Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère la représentation GML (Geography Markup Language) de cette valeur.
Surcharges
| Nom | Description |
|---|---|
| AsGml(DbGeography) |
Génère la représentation GML (Geography Markup Language) de cette DbGeography valeur. |
| AsGml(DbGeometry) |
Génère la représentation GML (Geography Markup Language) de cette DbGeometry valeur. |
AsGml(DbGeography)
Génère la représentation GML (Geography Markup Language) de cette DbGeography valeur.
public:
abstract System::String ^ AsGml(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract string AsGml(System.Data.Spatial.DbGeography geographyValue);
abstract member AsGml : System.Data.Spatial.DbGeography -> string
Public MustOverride Function AsGml (geographyValue As DbGeography) As String
Paramètres
- geographyValue
- DbGeography
Valeur géographique pour laquelle la valeur GML doit être générée.
Retours
Chaîne contenant la représentation GML de cette valeur DbGeography.
Exceptions
geographyValue
geographyValue
S’applique à
AsGml(DbGeometry)
Génère la représentation GML (Geography Markup Language) de cette DbGeometry valeur.
public:
abstract System::String ^ AsGml(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract string AsGml(System.Data.Spatial.DbGeometry geometryValue);
abstract member AsGml : System.Data.Spatial.DbGeometry -> string
Public MustOverride Function AsGml (geometryValue As DbGeometry) As String
Paramètres
- geometryValue
- DbGeometry
Valeur geometry pour laquelle la valeur GML doit être générée.
Retours
Chaîne contenant la représentation GML de cette valeur DbGeometry.
Exceptions
geometryValue
geometryValue