Class TLcdRouteSegmentPathType

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

public class TLcdRouteSegmentPathType extends Object
Type safe enumeration class, indicating the type of segment path to be flown between the two points of the route segment.
  • Field Details

  • Method Details

    • getName

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

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

      public String toString()
      Overrides:
      toString in class Object