Interface ISpatial
Représente l'interface spatiale.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public Interface ISpatial
'Utilisation
Dim instance As ISpatial
public interface ISpatial
public interface class ISpatial
type ISpatial = interface end
public interface ISpatial
Le type ISpatial expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
CoordinateSystem | Obtient le système de coordonnées. | |
IsEmpty | Obtient une valeur qui indique si le type spatial est vide. |
Haut de la page
Méthodes d'extension
Nom | Description | |
---|---|---|
SendTo | Permet la délégation de l'appel au type approprié (géographie ou géométrie). (défini par SpatialTypeExtensions.) |
Haut de la page