Package com.luciad.model
Interface ILcdTileDecoder
public interface ILcdTileDecoder
Creates
ILcd2DBoundsInteractable
tiles from files or other data sources.
The supported data sources and the type of interactables (implemented interfaces, structure, contents, ...)
that are created are defined by the actual implementations of this interface.- Since:
- V2.0
-
Method Summary
Modifier and TypeMethodDescriptiondecodeTile
(String aTileSourceName) Creates a new tile from the specified data source.
-
Method Details
-
decodeTile
Creates a new tile from the specified data source.- Parameters:
aTileSourceName
- a data source; typically a file name or a URL.- Returns:
- a
ILcd2DBoundsInteractable
tile containing the decoded data. - Throws:
IOException
- for any I/O errors.
-