Package com.luciad.format.gdf
Interface ILcdGDFTimeDomain
public interface ILcdGDFTimeDomain
Represents a GDF time domain, as defined in the GDF specification. Time domains
are used to express attribute values that have a date or time type, like the
validity period of a parking prohibition.
The definition of this interface is subject to changes, and should therefore not be
implemented by users.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the time domain description, as defined in the GDF specification.
-
Method Details
-
getDescription
String getDescription()Returns the time domain description, as defined in the GDF specification. (see ISO/DIS 14825 Annex D "Syntax for time domains").- Returns:
- the time domain cescription of this time domain.
-