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 SummaryModifier and TypeMethodDescriptionvoidsetImageExtent(Extent imageExtent) Sets the extent of the image in map coordinates.
- 
Method Details- 
getImageExtentExtent getImageExtent()- Returns:
- extent of the image in map coordinates or nullif not set.
 
- 
setImageExtentSets 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
 
 
-