Interface ILcdGML3TimeDuration
public interface ILcdGML3TimeDuration
Deprecated.
Interface for describing a GML temporal length or distance. It contains either a duration or a decimal.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the decimal.Deprecated.Gets the duration.void
setDecimal
(BigDecimal aDecimal) Deprecated.Sets the decimal.void
setDuration
(TLcdXMLDuration aDuration) Deprecated.Sets the duration.
-
Method Details
-
getDuration
TLcdXMLDuration getDuration()Deprecated.Gets the duration.- Returns:
- the duration.
-
setDuration
Deprecated.Sets the duration.- Parameters:
aDuration
- the duration 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
.