Package com.viam.service.slam.v1
Enum Class Slam.MappingMode
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<Slam.MappingMode>
,Constable
- Enclosing class:
- Slam
public static enum Slam.MappingMode
extends Enum<Slam.MappingMode>
implements com.google.protobuf.Internal.EnumLite
MappingMode represnts the various form of mapping and localizing SLAM can perform. These include, creating a new map, localizing on an existiing map and updating an exisiting map.Protobuf enum
viam.service.slam.v1.MappingMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionMAPPING_MODE_CREATE_NEW_MAP = 1;
MAPPING_MODE_LOCALIZE_ONLY = 2;
MAPPING_MODE_UNSPECIFIED = 0;
MAPPING_MODE_UPDATE_EXISTING_MAP = 3;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
MAPPING_MODE_CREATE_NEW_MAP = 1;
static final int
MAPPING_MODE_LOCALIZE_ONLY = 2;
static final int
MAPPING_MODE_UNSPECIFIED = 0;
static final int
MAPPING_MODE_UPDATE_EXISTING_MAP = 3;
-
Method Summary
Modifier and TypeMethodDescriptionstatic Slam.MappingMode
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<Slam.MappingMode>
static com.google.protobuf.Internal.EnumVerifier
static Slam.MappingMode
valueOf
(int value) Deprecated.static Slam.MappingMode
Returns the enum constant of this class with the specified name.static Slam.MappingMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MAPPING_MODE_UNSPECIFIED
MAPPING_MODE_UNSPECIFIED = 0;
-
MAPPING_MODE_CREATE_NEW_MAP
MAPPING_MODE_CREATE_NEW_MAP = 1;
-
MAPPING_MODE_LOCALIZE_ONLY
MAPPING_MODE_LOCALIZE_ONLY = 2;
-
MAPPING_MODE_UPDATE_EXISTING_MAP
MAPPING_MODE_UPDATE_EXISTING_MAP = 3;
-
UNRECOGNIZED
-
-
Field Details
-
MAPPING_MODE_UNSPECIFIED_VALUE
public static final int MAPPING_MODE_UNSPECIFIED_VALUEMAPPING_MODE_UNSPECIFIED = 0;
- See Also:
-
MAPPING_MODE_CREATE_NEW_MAP_VALUE
public static final int MAPPING_MODE_CREATE_NEW_MAP_VALUEMAPPING_MODE_CREATE_NEW_MAP = 1;
- See Also:
-
MAPPING_MODE_LOCALIZE_ONLY_VALUE
public static final int MAPPING_MODE_LOCALIZE_ONLY_VALUEMAPPING_MODE_LOCALIZE_ONLY = 2;
- See Also:
-
MAPPING_MODE_UPDATE_EXISTING_MAP_VALUE
public static final int MAPPING_MODE_UPDATE_EXISTING_MAP_VALUEMAPPING_MODE_UPDATE_EXISTING_MAP = 3;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
-
internalGetValueMap
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-