Interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAngle()
      required double angle = 5;
      String getGtuId()
      required string gtuId = 1;
      com.google.protobuf.ByteString getGtuIdBytes()
      required string gtuId = 1;
      int getGtuTypeId()
      required int32 gtuTypeId = 8;
      double getLength()
      required double length = 7;
      double getSpeed()
      required double speed = 9;
      double getWidth()
      required double width = 6;
      double getX()
      required double x = 2;
      double getY()
      required double y = 3;
      double getZ()
      optional double z = 4;
      boolean hasAngle()
      required double angle = 5;
      boolean hasGtuId()
      required string gtuId = 1;
      boolean hasGtuTypeId()
      required int32 gtuTypeId = 8;
      boolean hasLength()
      required double length = 7;
      boolean hasSpeed()
      required double speed = 9;
      boolean hasWidth()
      required double width = 6;
      boolean hasX()
      required double x = 2;
      boolean hasY()
      required double y = 3;
      boolean hasZ()
      optional double z = 4;
      • 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 Detail

      • hasGtuId

        boolean hasGtuId()
        required string gtuId = 1;
      • getGtuId

        String getGtuId()
        required string gtuId = 1;
      • getGtuIdBytes

        com.google.protobuf.ByteString getGtuIdBytes()
        required string gtuId = 1;
      • hasX

        boolean hasX()
        required double x = 2;
      • getX

        double getX()
        required double x = 2;
      • hasY

        boolean hasY()
        required double y = 3;
      • getY

        double getY()
        required double y = 3;
      • hasZ

        boolean hasZ()
        optional double z = 4;
      • getZ

        double getZ()
        optional double z = 4;
      • hasAngle

        boolean hasAngle()
        required double angle = 5;
      • getAngle

        double getAngle()
        required double angle = 5;
      • hasWidth

        boolean hasWidth()
        required double width = 6;
      • getWidth

        double getWidth()
        required double width = 6;
      • hasLength

        boolean hasLength()
        required double length = 7;
      • getLength

        double getLength()
        required double length = 7;
      • hasGtuTypeId

        boolean hasGtuTypeId()
        required int32 gtuTypeId = 8;
      • getGtuTypeId

        int getGtuTypeId()
        required int32 gtuTypeId = 8;
      • hasSpeed

        boolean hasSpeed()
        required double speed = 9;
      • getSpeed

        double getSpeed()
        required double speed = 9;