Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene o crea un sistema de coordenadas de geografía con el identificador, o el valor predeterminado si resulta NULL.
Espacio de nombres: System.Spatial
Ensamblado: System.Spatial (en System.Spatial.dll)
Sintaxis
'Declaración
Public Shared Function Geography ( _
epsgId As Nullable(Of Integer) _
) As CoordinateSystem
'Uso
Dim epsgId As Nullable(Of Integer)
Dim returnValue As CoordinateSystem
returnValue = CoordinateSystem.Geography(epsgId)
public static CoordinateSystem Geography(
Nullable<int> epsgId
)
public:
static CoordinateSystem^ Geography(
Nullable<int> epsgId
)
static member Geography :
epsgId:Nullable<int> -> CoordinateSystem
public static function Geography(
epsgId : Nullable<int>
) : CoordinateSystem
Parámetros
- epsgId
Tipo: System.Nullable<Int32>
Identificador del sistema de coordenadas, según EPSG.NULL indica que se debe devolver el valor predeterminado.
Valor devuelto
Tipo: System.Spatial.CoordinateSystem
Sistema de coordenadas.