Interface ILcdGML3TimePosition
- All Superinterfaces:
ILcdGML3TimePositionUnion
Deprecated.
Direct representation of a temporal position.
Indeterminate time values are also allowed, as described in ISO 19108. The indeterminatePosition
attribute can be used alone or it can qualify a specific value for temporal position (e.g. before
2002-12, after 1019624400).
For time values that identify position within a calendar, the calendarEraName attribute provides
the name of the calendar era to which the date is referenced (e.g. the Meiji era of the Japanese calendar).
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the calendar era name.getFrame()Deprecated.Gets the frame.Deprecated.Gets the indeterminate position.voidsetCalendarEraName(String aCalendarEraName) Deprecated.Sets the calendar era name.voidDeprecated.Sets the frame.voidsetIndeterminatePosition(TLcdGML3TimeIndeterminateValue aIndeterminatePosition) Deprecated.Sets the indeterminate position.Methods inherited from interface com.luciad.format.gml3.model.temporal.ILcdGML3TimePositionUnion
getDateTime, getDecimal, getURI, setDateTime, setDecimal, setURI
-
Method Details
-
getCalendarEraName
String getCalendarEraName()Deprecated.Gets the calendar era name.- Returns:
- the calendar era name.
-
setCalendarEraName
Deprecated.Sets the calendar era name.- Parameters:
aCalendarEraName- the calendar era name to be set.
-
getFrame
String getFrame()Deprecated.Gets the frame.- Returns:
- the frame.
-
setFrame
Deprecated.Sets the frame.- Parameters:
aFrame- the frame to be set.
-
getIndeterminatePosition
TLcdGML3TimeIndeterminateValue getIndeterminatePosition()Deprecated.Gets the indeterminate position.- Returns:
- the indeterminate position.
-
setIndeterminatePosition
Deprecated.Sets the indeterminate position.- Parameters:
aIndeterminatePosition- the indeterminate position 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.xmlandcom.luciad.format.gml32.xml.