|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyDocument.Key.Enum | |
---|---|
org.x52North.sensorweb.sos.importer.x02 | |
org.x52North.sensorweb.sos.importer.x02.impl |
Uses of KeyDocument.Key.Enum in org.x52North.sensorweb.sos.importer.x02 |
---|
Fields in org.x52North.sensorweb.sos.importer.x02 declared as KeyDocument.Key.Enum | |
---|---|
static KeyDocument.Key.Enum |
KeyDocument.Key.GROUP
|
static KeyDocument.Key.Enum |
KeyDocument.Key.OTHER
|
static KeyDocument.Key.Enum |
KeyDocument.Key.PARSE_PATTERN
|
static KeyDocument.Key.Enum |
KeyDocument.Key.POSITION_ALTITUDE
|
static KeyDocument.Key.Enum |
KeyDocument.Key.POSITION_EPSG_CODE
|
static KeyDocument.Key.Enum |
KeyDocument.Key.POSITION_LATITUDE
|
static KeyDocument.Key.Enum |
KeyDocument.Key.POSITION_LONGITUDE
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TIME
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TIME_DAY
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TIME_HOUR
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TIME_MINUTE
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TIME_MONTH
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TIME_SECOND
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TIME_YEAR
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TIME_ZONE
|
static KeyDocument.Key.Enum |
KeyDocument.Key.TYPE
|
Methods in org.x52North.sensorweb.sos.importer.x02 that return KeyDocument.Key.Enum | |
---|---|
static KeyDocument.Key.Enum |
KeyDocument.Key.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static KeyDocument.Key.Enum |
KeyDocument.Key.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
KeyDocument.Key.Enum |
MetadataDocument.Metadata.getKey()
Gets the "Key" element |
KeyDocument.Key.Enum |
KeyDocument.getKey()
Gets the "Key" element |
Methods in org.x52North.sensorweb.sos.importer.x02 with parameters of type KeyDocument.Key.Enum | |
---|---|
void |
MetadataDocument.Metadata.setKey(KeyDocument.Key.Enum key)
Sets the "Key" element |
void |
KeyDocument.setKey(KeyDocument.Key.Enum key)
Sets the "Key" element |
Uses of KeyDocument.Key.Enum in org.x52North.sensorweb.sos.importer.x02.impl |
---|
Methods in org.x52North.sensorweb.sos.importer.x02.impl that return KeyDocument.Key.Enum | |
---|---|
KeyDocument.Key.Enum |
MetadataDocumentImpl.MetadataImpl.getKey()
Gets the "Key" element |
KeyDocument.Key.Enum |
KeyDocumentImpl.getKey()
Gets the "Key" element |
Methods in org.x52North.sensorweb.sos.importer.x02.impl with parameters of type KeyDocument.Key.Enum | |
---|---|
void |
MetadataDocumentImpl.MetadataImpl.setKey(KeyDocument.Key.Enum key)
Sets the "Key" element |
void |
KeyDocumentImpl.setKey(KeyDocument.Key.Enum key)
Sets the "Key" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |