SpatialReferenceSystem.CreateLocal

SpatialReferenceSystem.CreateLocal method

创建本地 SRS.

public static LocalSpatialReferenceSystem CreateLocal(string name, LocalDatum datum, Unit unit, 
    ICollection<Axis> axises, Identifier identifier = null)
范围类型描述
nameStringSRS 的名称。
datumLocalDatum在 SRS 中使用的基准。
unitUnitSRS 中使用的单位。
axisesICollection`1在 SRS 中使用的轴。必须非空
identifierIdentifier标识符,将附加到 SRS。附加标识符不会修改其他 SRS 参数。 确保标识符和 SRS 参数的一致性取决于您。

返回值

新的本地 SRS。

例外

例外(健康)状况
InvalidOperationExceptionaxises是空的。
ArgumentNullException任何参数,除了identifier一片空白。

也可以看看