Interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AimsunControlProtoBuf.GTUPositions.GTUPosition, AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder
Enclosing class:
AimsunControlProtoBuf.GTUPositions

public static interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    double getAngle()
    required double angle = 5;
    java.lang.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 Details

    • hasGtuId

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

      java.lang.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;