SpatialReferenceSystem.CreateLocal
SpatialReferenceSystem.CreateLocal method
创建本地 SRS.
public static LocalSpatialReferenceSystem CreateLocal(string name, LocalDatum datum, Unit unit,
ICollection<Axis> axises, Identifier identifier = null)
范围 | 类型 | 描述 |
---|---|---|
name | String | SRS 的名称。 |
datum | LocalDatum | 在 SRS 中使用的基准。 |
unit | Unit | SRS 中使用的单位。 |
axises | ICollection`1 | 在 SRS 中使用的轴。必须非空 |
identifier | Identifier | 标识符,将附加到 SRS。附加标识符不会修改其他 SRS 参数。 确保标识符和 SRS 参数的一致性取决于您。 |
返回值
新的本地 SRS。
例外
例外 | (健康)状况 |
---|---|
InvalidOperationException | axises是空的。 |
ArgumentNullException | 任何参数,除了identifier一片空白。 |
也可以看看
- class LocalSpatialReferenceSystem
- class LocalDatum
- class Unit
- class Axis
- class Identifier
- class SpatialReferenceSystem
- 命名空间 Aspose.Gis.SpatialReferencing
- 部件 Aspose.GIS