Class: Omml::Models::STAdjCoordinate
- Inherits:
-
Lutaml::Model::Type::Value
- Object
- Lutaml::Model::Type::Value
- Omml::Models::STAdjCoordinate
- Defined in:
- lib/omml/models/simple_types/st_adj_coordinate.rb
Class Method Summary collapse
Class Method Details
.cast(value, options = {}) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/omml/models/simple_types/st_adj_coordinate.rb', line 6 def self.cast(value, = {}) return if value.nil? cast_value(:st_coordinate, value, ) || cast_value(:st_geom_guide_name, value, ) end |