Interface ReferencedImage
-
- All Known Implementing Classes:
AbstractGraphicImage
,CommonsImage
,CommonsTIFFImage
,ECWImage
,GeoImage
,GeoTIFFImage
,IOGraphicImage
,JAIGraphicImage
,MrSIDReferencedImage
,OpenJpegImage
public interface ReferencedImage
An image which is referenced to a specific coordinate envelope
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.locationtech.jts.geom.Envelope
getEnvelope()
String
getLoader()
String
getType()
void
paint(Feature f, Graphics2D g, Viewport viewport)
-
-
-
Method Detail
-
getEnvelope
org.locationtech.jts.geom.Envelope getEnvelope() throws ReferencedImageException
- Throws:
ReferencedImageException
-
paint
void paint(Feature f, Graphics2D g, Viewport viewport) throws ReferencedImageException
- Throws:
ReferencedImageException
-
getType
String getType()
-
getLoader
String getLoader()
-
-