public class SlotWebConverter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENVELOPE_KEY |
static String |
LOWER_CORNER |
static String |
NAME |
static String |
POINT_KEY |
static String |
POSITION |
static String |
SLOT_TYPE |
static String |
SRS_DIMENSION |
static String |
SRS_NAME |
static String |
UPPER_CORNER |
static String |
VALUE |
Constructor and Description |
---|
SlotWebConverter() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
convert(SlotType1 slot)
This method creates a Map
|
public static final String NAME
public static final String POINT_KEY
public static final String ENVELOPE_KEY
public static final String POSITION
public static final String LOWER_CORNER
public static final String UPPER_CORNER
public static final String SLOT_TYPE
public static final String SRS_DIMENSION
public static final String SRS_NAME
public static final String VALUE
public Map<String,Object> convert(SlotType1 slot)
SLOT_TYPE = "slotType"; NAME = "name"; POINT_KEY = "Point"; SRS_DIMENSION = "srsDimension"; SRS_NAME = "srsName"; POSITION = "pos"; VALUE = "value";
slot
- the SlotType1 to be converted into a map, null returns empty MapThis work is licensed under a Creative Commons Attribution 4.0 International License.