Package org.opentrafficsim.aimsun.proto
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 doublegetAngle()required double angle = 5;java.lang.StringgetGtuId()required string gtuId = 1;com.google.protobuf.ByteStringgetGtuIdBytes()required string gtuId = 1;intgetGtuTypeId()required int32 gtuTypeId = 8;doublegetLength()required double length = 7;doublegetSpeed()required double speed = 9;doublegetWidth()required double width = 6;doublegetX()required double x = 2;doublegetY()required double y = 3;doublegetZ()optional double z = 4;booleanhasAngle()required double angle = 5;booleanhasGtuId()required string gtuId = 1;booleanhasGtuTypeId()required int32 gtuTypeId = 8;booleanhasLength()required double length = 7;booleanhasSpeed()required double speed = 9;booleanhasWidth()required double width = 6;booleanhasX()required double x = 2;booleanhasY()required double y = 3;booleanhasZ()optional double z = 4;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;
-