Procedure used to measure vertical distances.
Create a VerticalDatum given a name and a datum type code. You may also provide the optional parameters specified by the Info interface.
# File lib/rgeo/coord_sys/cs/entities.rb, line 884 def create(name_, datum_type_, *optional_) new(name_, datum_type_, *optional_) end