Package edu.wpi.first.math.proto
Class Geometry2D.ProtobufEllipse2d
java.lang.Object
us.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
edu.wpi.first.math.proto.Geometry2D.ProtobufEllipse2d
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- Geometry2D
public static final class Geometry2D.ProtobufEllipse2d
extends us.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
implements Cloneable
Protobuf type
ProtobufEllipse2d
-
Field Summary
Fields inherited from class us.hebi.quickbuf.ProtoMessage
bitField0_, cachedSize, unknownBytesFieldName
-
Method Summary
Modifier and TypeMethodDescriptionclear()
optional .wpi.proto.ProtobufPose2d center = 1;
optional double xSemiAxis = 2;
optional double ySemiAxis = 3;
clone()
protected int
boolean
optional .wpi.proto.ProtobufPose2d center = 1;
This method returns the internal storage object without modifying any has state.static us.hebi.quickbuf.Descriptors.Descriptor
static us.hebi.quickbuf.MessageFactory<Geometry2D.ProtobufEllipse2d>
optional .wpi.proto.ProtobufPose2d center = 1;
This method returns the internal storage object and sets the corresponding has state.double
optional double xSemiAxis = 2;
double
optional double ySemiAxis = 3;
boolean
optional .wpi.proto.ProtobufPose2d center = 1;
boolean
optional double xSemiAxis = 2;
boolean
optional double ySemiAxis = 3;
boolean
isEmpty()
mergeFrom
(us.hebi.quickbuf.JsonSource input) mergeFrom
(us.hebi.quickbuf.ProtoSource input) static Geometry2D.ProtobufEllipse2d
static Geometry2D.ProtobufEllipse2d
parseFrom
(byte[] data) static Geometry2D.ProtobufEllipse2d
parseFrom
(us.hebi.quickbuf.JsonSource input) static Geometry2D.ProtobufEllipse2d
parseFrom
(us.hebi.quickbuf.ProtoSource input) optional .wpi.proto.ProtobufPose2d center = 1;
setXSemiAxis
(double value) optional double xSemiAxis = 2;
setYSemiAxis
(double value) optional double ySemiAxis = 3;
void
writeTo
(us.hebi.quickbuf.JsonSink output) void
writeTo
(us.hebi.quickbuf.ProtoSink output) Methods inherited from class us.hebi.quickbuf.ProtoMessage
bytesDefaultValue, checkInitialized, getCachedSize, getMissingFields, getMissingFields, getMissingFields, getMissingFields, getSerializedSize, getUnknownBytes, hashCode, isInitialized, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, rethrowFromParent, toByteArray, toByteArray, toByteArray, toString, writeDelimitedTo
-
Method Details
-
newInstance
- Returns:
- a new empty instance of
ProtobufEllipse2d
-
hasXSemiAxis
optional double xSemiAxis = 2;
- Returns:
- whether the xSemiAxis field is set
-
clearXSemiAxis
optional double xSemiAxis = 2;
- Returns:
- this
-
getXSemiAxis
optional double xSemiAxis = 2;
- Returns:
- the xSemiAxis
-
setXSemiAxis
optional double xSemiAxis = 2;
- Parameters:
value
- the xSemiAxis to set- Returns:
- this
-
hasYSemiAxis
optional double ySemiAxis = 3;
- Returns:
- whether the ySemiAxis field is set
-
clearYSemiAxis
optional double ySemiAxis = 3;
- Returns:
- this
-
getYSemiAxis
optional double ySemiAxis = 3;
- Returns:
- the ySemiAxis
-
setYSemiAxis
optional double ySemiAxis = 3;
- Parameters:
value
- the ySemiAxis to set- Returns:
- this
-
hasCenter
optional .wpi.proto.ProtobufPose2d center = 1;
- Returns:
- whether the center field is set
-
clearCenter
optional .wpi.proto.ProtobufPose2d center = 1;
- Returns:
- this
-
getCenter
optional .wpi.proto.ProtobufPose2d center = 1;
This method returns the internal storage object without modifying any has state. The returned object should not be modified and be treated as read-only. UsegetMutableCenter()
if you want to modify it.- Returns:
- internal storage object for reading
-
getMutableCenter
optional .wpi.proto.ProtobufPose2d center = 1;
This method returns the internal storage object and sets the corresponding has state. The returned object will become part of this message and its contents may be modified as long as the has state is not cleared.- Returns:
- internal storage object for modifications
-
setCenter
optional .wpi.proto.ProtobufPose2d center = 1;
- Parameters:
value
- the center to set- Returns:
- this
-
copyFrom
- Specified by:
copyFrom
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
-
mergeFrom
- Overrides:
mergeFrom
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
-
clear
- Specified by:
clear
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
-
clearQuick
- Overrides:
clearQuick
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
-
equals
- Specified by:
equals
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
-
writeTo
- Specified by:
writeTo
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
- Throws:
IOException
-
computeSerializedSize
- Specified by:
computeSerializedSize
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
-
mergeFrom
public Geometry2D.ProtobufEllipse2d mergeFrom(us.hebi.quickbuf.ProtoSource input) throws IOException - Specified by:
mergeFrom
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
- Throws:
IOException
-
writeTo
- Overrides:
writeTo
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
- Throws:
IOException
-
mergeFrom
- Overrides:
mergeFrom
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
- Throws:
IOException
-
clone
- Specified by:
clone
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
-
isEmpty
- Overrides:
isEmpty
in classus.hebi.quickbuf.ProtoMessage<Geometry2D.ProtobufEllipse2d>
-
parseFrom
public static Geometry2D.ProtobufEllipse2d parseFrom(byte[] data) throws us.hebi.quickbuf.InvalidProtocolBufferException - Throws:
us.hebi.quickbuf.InvalidProtocolBufferException
-
parseFrom
public static Geometry2D.ProtobufEllipse2d parseFrom(us.hebi.quickbuf.ProtoSource input) throws IOException - Throws:
IOException
-
parseFrom
public static Geometry2D.ProtobufEllipse2d parseFrom(us.hebi.quickbuf.JsonSource input) throws IOException - Throws:
IOException
-
getFactory
- Returns:
- factory for creating ProtobufEllipse2d messages
-
getDescriptor
- Returns:
- this type's descriptor.
-