Package com.luciad.fusion.tilestore
Class ALfnTheme
This class represents a theme.
A theme is a metadata concept, so it has no actual data.
It throws
UnsupportedOperationException
for the operations
ALfnResource.exportTo(java.nio.channels.WritableByteChannel, com.luciad.shape.ILcdShape, com.luciad.reference.ILcdGeoReference, com.luciad.fusion.tilestore.ILfnProgressCallback<com.luciad.fusion.tilestore.ALfnTileStore.ReadResult>)
ALfnResource.importFrom(java.nio.channels.ReadableByteChannel, com.luciad.fusion.tilestore.ILfnProgressCallback<com.luciad.fusion.tilestore.ALfnTileStore.WriteResult>)
- Since:
- 2015.0
-
Constructor Summary
-
Method Summary
Methods inherited from class com.luciad.fusion.tilestore.ALfnResource
deleteUserData, exportTo, getMetadata, getSize, getUserData, importFrom, putUserData
-
Constructor Details
-
ALfnTheme
public ALfnTheme()
-