Method: AIXM::Feature::NavigationalAid::DesignatedPoint#type

Defined in:
lib/aixm/feature/navigational_aid/designated_point.rb

#typeSymbol #type=(value) ⇒ Object

Type of designated point

Overloads:

  • #typeSymbol

    Returns any of TYPES.

    Returns:

    • (Symbol)

      any of TYPES

  • #type=(value) ⇒ Object

    Parameters:

    • value (Symbol)

      any of TYPES



50
51
52
# File 'lib/aixm/feature/navigational_aid/designated_point.rb', line 50

def type
  @type
end