SpatialReferenceSystem.CreateFromWkt
SpatialReferenceSystem.CreateFromWkt method
Crea un nuovoSistema di riferimento spaziale
basato sulla stringa WKT (Well-Known Text).
public static SpatialReferenceSystem CreateFromWkt(string wkt)
Parametro | Tipo | Descrizione |
---|---|---|
wkt | String | stringa WKT. |
Valore di ritorno
NuovoSistema di riferimento spaziale
.
Eccezioni
eccezione | condizione |
---|---|
ArgumentNullException | L’argomento ènull . |
FormatException | La gerarchia dei valori wkt, il loro ordine o tipi, è errata. |
NotSupportedException | L’elemento radice WKT non è supportato (ad esempio è FITTED_CS). |
Guarda anche
- method TryCreateFromWkt
- class SpatialReferenceSystem
- spazio dei nomi Aspose.Gis.SpatialReferencing
- assemblea Aspose.GIS