class RGeo::CoordSys::CS::VerticalDatum

OGC spec description

Procedure used to measure vertical distances.

Public Class Methods

create(name_, datum_type_, *optional_) click to toggle source

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