Interface ILcdGML3TimePositionUnion
- All Known Subinterfaces:
ILcdGML3TimePosition
public interface ILcdGML3TimePositionUnion
Deprecated.
Interface for representing gml:TimePositionUnion type.
This type indicates temporal position relative to a specific reference system. An ordinal position may be referenced via URI identifying the definition of an ordinal era. A time coordinate value is indicated as a decimal (e.g. UNIX time, GPS calendar).
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the datetime.Deprecated.Gets the decimal.getURI()
Deprecated.Gets the URI identifying the definition of an ordinal era.void
setDateTime
(TLcdXMLDateTime aDateTime) Deprecated.Sets the datetime.void
setDecimal
(BigDecimal aDecimal) Deprecated.Sets the decimal.void
Deprecated.Sets the URI identifying the definition of an ordinal era.
-
Method Details
-
getDateTime
TLcdXMLDateTime getDateTime()Deprecated.Gets the datetime.- Returns:
- the datetime.
-
setDateTime
Deprecated.Sets the datetime.- Parameters:
aDateTime
- the datetime to be set.
-
getURI
String getURI()Deprecated.Gets the URI identifying the definition of an ordinal era.- Returns:
- the URI.
-
setURI
Deprecated.Sets the URI identifying the definition of an ordinal era.- Parameters:
aURI
- the URI to be set.
-
getDecimal
BigDecimal getDecimal()Deprecated.Gets the decimal.- Returns:
- the decimal.
-
setDecimal
Deprecated.Sets the decimal.- Parameters:
aDecimal
- the decimal to be set.
-
com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml
,com.luciad.format.gml31.xml
andcom.luciad.format.gml32.xml
.