Package com.luciad.earth.tileset.raster
Class TLcdEarthCompositeImageTileSet.ImageLayer
java.lang.Object
com.luciad.earth.tileset.raster.TLcdEarthCompositeImageTileSet.ImageLayer
- Enclosing class:
TLcdEarthCompositeImageTileSet
An image layer based on a coverage in a tileset.
- Since:
- 8.2
-
Method Summary
Modifier and TypeMethodDescriptionThe operation performed on an image from this layer before it is composited.Returns the operation performed to composite an image from this layer with all layers below this layer.The tile set that produces the images for this layer.The tile set coverage that contains the image data for this layer.void
setBufferedImageOp
(BufferedImageOp aBufferedImageOp) Sets the operation performed on an image from this layer before it is composited.void
setComposite
(Composite aComposite) Sets the operation performed to composite an image from this layer with all layer below this layer.
-
Method Details
-
getTileSet
The tile set that produces the images for this layer.- Returns:
- A tileset.
-
getTileSetCoverage
The tile set coverage that contains the image data for this layer.- Returns:
- A tileset coverage.
-
getComposite
Returns the operation performed to composite an image from this layer with all layers below this layer.- Returns:
- A composite operation.
-
getBufferedImageOp
The operation performed on an image from this layer before it is composited.- Returns:
- An image operation.
-
setComposite
Sets the operation performed to composite an image from this layer with all layer below this layer.- Parameters:
aComposite
- A composite operation.
-
setBufferedImageOp
Sets the operation performed on an image from this layer before it is composited.- Parameters:
aBufferedImageOp
- An image operation.
-