Package uk.org.naptan

Examples of uk.org.naptan.StopClassificationStructure$OffStreet$Rail


  }

  private static String getTiplocForStopPoint(StopPointStructure stopPoint) {

    StopClassificationStructure classification = stopPoint.getStopClassification();
    OffStreet offstreet = classification.getOffStreet();
    if (offstreet == null) {
      return null;
    }
    Rail rail = offstreet.getRail();
    if (rail == null) {
View Full Code Here

TOP

Related Classes of uk.org.naptan.StopClassificationStructure$OffStreet$Rail

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.