| Package | Description |
|---|---|
| edu.colorado.cires.cmg.mvt.encoding |
| Modifier and Type | Method and Description |
|---|---|
static GeomCmd |
GeomCmd.fromId(int cmdId)
Return matching
GeomCmd for the provided cmdId, or null if there is not
a matching command. |
static GeomCmd |
GeomCmdHdr.getCmd(int cmdHdr)
Get the id component from the 'command header' integer, then find the
GeomCmd with a matching id. |
static GeomCmd |
GeomCmd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeomCmd[] |
GeomCmd.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
GeomCmdHdr.cmdHdr(GeomCmd cmd,
int length)
Encodes a 'command header' with the first 3 LSB as the command id, the remaining bits
as the command length.
|
Copyright © 2022. All rights reserved.