SpatialReferenceSystem.CreateLocal
SpatialReferenceSystem.CreateLocal method
Yerel SRS. oluştur
public static LocalSpatialReferenceSystem CreateLocal(string name, LocalDatum datum, Unit unit,
ICollection<Axis> axises, Identifier identifier = null)
Parametre | Tip | Tanım |
---|---|---|
name | String | SRS’nin adı. |
datum | LocalDatum | SRS’de kullanılacak veri. |
unit | Unit | SRS’de kullanılacak birim. |
axises | ICollection`1 | SRS’de kullanılacak eksenler. Boş olmamalıdır |
identifier | Identifier | Tanımlayıcı, SRS’ye eklenecek. Tanımlayıcı eklemek, diğer SRS parametrelerini değiştirmeyecektir. Tanımlayıcı ve SRS parametrelerinin tutarlılığını sağlamak size kalmıştır. |
Geri dönüş değeri
Yeni Yerel SRS.
istisnalar
istisna | şart |
---|---|
InvalidOperationException | axises boş. |
ArgumentNullException | dışında herhangi bir argümanidentifier boş. |
Ayrıca bakınız
- class LocalSpatialReferenceSystem
- class LocalDatum
- class Unit
- class Axis
- class Identifier
- class SpatialReferenceSystem
- ad alanı Aspose.Gis.SpatialReferencing
- toplantı Aspose.GIS