Some questions on RasterLayer - which I had loaded locally with an Image and its AUX and world file.
1) RasterLayer.getItem() is always null. Is this intended?
2) How can I get the actual area or polygon shape that represents a RasterLayer. This is not referring to the getFullExtent(), as a Raster could be rotated and the empty areas are part of the full extent.
For example, use case: I want to query if a geometry intersects with a raster.
3) RasterLayer can't seem to display a selection bounds. Any advise on how to implement a selection display for this?