Package com.luciad.format.gdf
Interface ILcdGDFText
public interface ILcdGDFText
Represents a GDF text record. Text records are used for storing (random-length)
textual attribute values, like street names.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the language in which the contents of this text are expressed.Returns the source description of this text.getText()
Returns the actual contents (text).
-
Method Details
-
getSourceDescription
ILcdGDFSourceDescription getSourceDescription()Returns the source description of this text.- Returns:
- the source description of this text.
-
getLanguage
TLcdGDFLanguage getLanguage()Returns the language in which the contents of this text are expressed.- Returns:
- the language in which the contents of this text are expressed.
-
getText
String getText()Returns the actual contents (text).- Returns:
- the actual contents (text).
-