Local datum. If two local datum objects have the same datum type and name, then they can be considered equal. This means that coordinates can be transformed between two different local coordinate systems, as long as they are based on the same local datum.
Create a LocalDatum 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 919 def create(name_, datum_type_, *optional_) new(name_, datum_type_, *optional_) end