Class TLcdRouteSegmentType

java.lang.Object
com.luciad.format.aixm.model.route.type.TLcdRouteSegmentType

public class TLcdRouteSegmentType extends Object
Type safe enumeration class, indicating the type of the route from the navigation point of view.
  • Field Details

  • Method Details

    • getName

      public String getName()
      Returns the name of the TLcdRouteSegmentType object.
      Returns:
      the name of the TLcdRouteSegmentType object.
    • valueOf

      public static TLcdRouteSegmentType valueOf(String aCode)
      Returns the TLcdRouteSegmentType object matching the given code.
      Parameters:
      aCode - The key by which to retrieve a TLcdRouteSegmentType. This key must not be null.
      Returns:
      A TLcdRouteSegmentType object if the parameter matches to a route segment type, null otherwise.
    • toString

      public String toString()
      Overrides:
      toString in class Object