SpatialReferenceSystem.CreateVertical

SpatialReferenceSystem.CreateVertical method

垂直 SRS を作成します。

public static VerticalSpatialReferenceSystem CreateVertical(string name, 
    VerticalDatum verticalDatum, Unit verticalUnit = null, Axis verticalAxis = null, 
    Identifier identifier = null)
パラメータタイプ説明
nameStringSRSの名前。もしもnull.
verticalDatumVerticalDatumSRS で使用するデータム。
verticalUnitUnitSRS で使用される単位。もしもnullMeter使用されます.
verticalAxisAxisSRS で使用される「上」または「下」方向の軸。もしもnull、上方向の軸が使用されます。
identifierIdentifierSRS に添付される識別子。識別子をアタッチしても、他の SRS パラメータは変更されません. 識別子と SRS パラメータの一貫性を確保するのはあなた次第です.

戻り値

新しいバーティカル SRS。

例外

例外調子
InvalidOperationExceptionverticalAxis方向は上でも下でもありません。
ArgumentNullException必須パラメーターの一部が null です。

関連項目