com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the
packages com.luciad.format.gml2.xml
, com.luciad.format.gml31.xml
and
com.luciad.format.gml32.xml
.public final class TLcdGML3TimeIndeterminateValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TLcdGML3TimeIndeterminateValue |
AFTER
Deprecated.
Value for After
|
static TLcdGML3TimeIndeterminateValue |
BEFORE
Deprecated.
Value for Before
|
static TLcdGML3TimeIndeterminateValue |
NOW
Deprecated.
Value for Now
|
static TLcdGML3TimeIndeterminateValue |
UNKNOWN
Deprecated.
Value for Unknown
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Deprecated.
|
static TLcdGML3TimeIndeterminateValue |
valueOf(java.lang.String aString)
Deprecated.
Returns the corresponding instance.
|
public static final TLcdGML3TimeIndeterminateValue AFTER
public static final TLcdGML3TimeIndeterminateValue BEFORE
public static final TLcdGML3TimeIndeterminateValue NOW
public static final TLcdGML3TimeIndeterminateValue UNKNOWN
public java.lang.String toString()
toString
in class java.lang.Object
public static TLcdGML3TimeIndeterminateValue valueOf(java.lang.String aString)
aString
- the given string.