public static final class AimsunControlProtoBuf.GTUPositions.GTUPosition extends com.google.protobuf.GeneratedMessage implements AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
org.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition
Modifier and Type | Class and Description |
---|---|
static class |
AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder
Protobuf type
org.opentrafficsim.aimsun.proto.GTUPositions.GTUPosition |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ANGLE_FIELD_NUMBER |
static int |
GTUID_FIELD_NUMBER |
static com.google.protobuf.Parser<AimsunControlProtoBuf.GTUPositions.GTUPosition> |
PARSER |
static int |
X_FIELD_NUMBER |
static int |
Y_FIELD_NUMBER |
static int |
Z_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
double |
getAngle()
required double angle = 5; |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
getDefaultInstance() |
AimsunControlProtoBuf.GTUPositions.GTUPosition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGtuId()
required string gtuId = 1; |
com.google.protobuf.ByteString |
getGtuIdBytes()
required string gtuId = 1; |
com.google.protobuf.Parser<AimsunControlProtoBuf.GTUPositions.GTUPosition> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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 |
hasX()
required double x = 2; |
boolean |
hasY()
required double y = 3; |
boolean |
hasZ()
optional double z = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder |
newBuilder() |
static AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder |
newBuilder(AimsunControlProtoBuf.GTUPositions.GTUPosition prototype) |
AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder |
newBuilderForType() |
protected AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseDelimitedFrom(InputStream input) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseFrom(byte[] data) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseFrom(com.google.protobuf.ByteString data) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseFrom(InputStream input) |
static AimsunControlProtoBuf.GTUPositions.GTUPosition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<AimsunControlProtoBuf.GTUPositions.GTUPosition> PARSER
public static final int GTUID_FIELD_NUMBER
public static final int X_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
public static final int Z_FIELD_NUMBER
public static final int ANGLE_FIELD_NUMBER
public static AimsunControlProtoBuf.GTUPositions.GTUPosition getDefaultInstance()
public AimsunControlProtoBuf.GTUPositions.GTUPosition getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<AimsunControlProtoBuf.GTUPositions.GTUPosition> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasGtuId()
required string gtuId = 1;
hasGtuId
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public String getGtuId()
required string gtuId = 1;
getGtuId
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public com.google.protobuf.ByteString getGtuIdBytes()
required string gtuId = 1;
getGtuIdBytes
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public boolean hasX()
required double x = 2;
hasX
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public double getX()
required double x = 2;
getX
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public boolean hasY()
required double y = 3;
hasY
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public double getY()
required double y = 3;
getY
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public boolean hasZ()
optional double z = 4;
hasZ
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public double getZ()
optional double z = 4;
getZ
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public boolean hasAngle()
required double angle = 5;
hasAngle
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public double getAngle()
required double angle = 5;
getAngle
in interface AimsunControlProtoBuf.GTUPositions.GTUPositionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseFrom(InputStream input) throws IOException
IOException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseDelimitedFrom(InputStream input) throws IOException
IOException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder newBuilder()
public AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder newBuilder(AimsunControlProtoBuf.GTUPositions.GTUPosition prototype)
public AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected AimsunControlProtoBuf.GTUPositions.GTUPosition.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2014–2017 Delft University of Technology. All rights reserved.