public class PointObjectAppearanceCrater extends DisBitSet
Modifier and Type | Class and Description |
---|---|
static class |
PointObjectAppearanceCrater.Bits |
Modifier and Type | Field and Description |
---|---|
static PointObjectAppearanceCrater.Bits |
BREACH_STATE
Describes the breached appearance of the object, Use
AppearanceLinearObjectTankDitchBreach values for this field |
static PointObjectAppearanceCrater.Bits |
DEPTH
8-bit unsigned integer indicating the depth of the crater in centimeters
|
static PointObjectAppearanceCrater.Bits |
DIAMETER
8-bit unsigned integer indicating the diameter of the crater in meters
|
static PointObjectAppearanceCrater.Bits |
HEIGHT
8-bit unsigned integer indicating the height of the crater in centimeters
|
Constructor and Description |
---|
PointObjectAppearanceCrater() |
PointObjectAppearanceCrater(PointObjectAppearanceCrater.Bits wh,
int i) |
Modifier and Type | Method and Description |
---|---|
PointObjectAppearanceCrater |
set(int start,
int length,
int val) |
PointObjectAppearanceCrater |
set(PointObjectAppearanceCrater.Bits wh,
int val) |
calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshal
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, toString, valueOf, valueOf, valueOf, valueOf, xor
public static PointObjectAppearanceCrater.Bits DIAMETER
public static PointObjectAppearanceCrater.Bits DEPTH
public static PointObjectAppearanceCrater.Bits HEIGHT
public static PointObjectAppearanceCrater.Bits BREACH_STATE
AppearanceLinearObjectTankDitchBreach
values for this fieldpublic PointObjectAppearanceCrater()
public PointObjectAppearanceCrater(PointObjectAppearanceCrater.Bits wh, int i)
public PointObjectAppearanceCrater set(PointObjectAppearanceCrater.Bits wh, int val)
public PointObjectAppearanceCrater set(int start, int length, int val)