Interface AbstractImageStaticSource.HasImageExtent
- All Known Subinterfaces:
AbstractImageStaticSource.HasImageStaticSourceOptions
- All Known Implementing Classes:
ImageStaticSource
,NoOpImageStaticSource
- Enclosing class:
- AbstractImageStaticSource
public static interface AbstractImageStaticSource.HasImageExtent
Interface to be implemented by sources that should provide imageExtent management.
For more details see: Static docs
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setImageExtent
(Extent imageExtent) Sets the extent of the image in map coordinates.
-
Method Details
-
getImageExtent
Extent getImageExtent()- Returns:
- extent of the image in map coordinates or
null
if not set.
-
setImageExtent
Sets the extent of the image in map coordinates. If not defined extent with zero coordinates will be used.Note, resolutions attribute is set only at creation time and cannot be changed at runtime.
For more details see: Static docs
- Parameters:
imageExtent
- image extent to set
-