Interface PointOnLinkByValueStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PointOnLinkByValueStructure, PointOnLinkByValueStructure.Builder

@Generated public interface PointOnLinkByValueStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Distance of Point on Link from start of LINK.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDistanceFromStart

      double getDistanceFromStart()
       Distance of Point on Link from start of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 214:74]
       
      double distance_from_start = 1;
      Returns:
      The distanceFromStart.