Uses of Class
com.vividsolutions.jump.workbench.imagery.ReferencedImageException
-
-
Uses of ReferencedImageException in com.vividsolutions.jump.workbench.imagery
Methods in com.vividsolutions.jump.workbench.imagery that throw ReferencedImageException Modifier and Type Method Description org.locationtech.jts.geom.Envelope
ReferencedImage. getEnvelope()
void
ReferencedImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of ReferencedImageException in com.vividsolutions.jump.workbench.imagery.ecw
Methods in com.vividsolutions.jump.workbench.imagery.ecw that throw ReferencedImageException Modifier and Type Method Description void
ECWImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of ReferencedImageException in com.vividsolutions.jump.workbench.imagery.geoimg
Methods in com.vividsolutions.jump.workbench.imagery.geoimg that throw ReferencedImageException Modifier and Type Method Description protected void
GeoRaster. fetchRaster()
Basic fetchRasters retrieves a raster from a file.org.locationtech.jts.geom.Envelope
GeoReferencedRaster. getEnvelope(Feature f)
javax.media.jai.RenderedOp
GeoRaster. getImage()
Deprecated.javax.media.jai.RenderedOp
GeoRaster. getRenderedOp()
void
GeoImage. paint(Feature f, Graphics2D g, Viewport viewport)
actually paint the image to the viewportprotected void
GeoRaster. readRasterfile()
protected void
GeoReferencedRaster. readRasterfile()
initialize the img and try to parse geo infos via (in this order) worldfile, gdal or geotiffConstructors in com.vividsolutions.jump.workbench.imagery.geoimg that throw ReferencedImageException Constructor Description GeoReferencedRaster(String location)
Called by Java2XMLGeoReferencedRaster(String location, Object reader)
-
Uses of ReferencedImageException in com.vividsolutions.jump.workbench.imagery.graphic
Methods in com.vividsolutions.jump.workbench.imagery.graphic that throw ReferencedImageException Modifier and Type Method Description org.locationtech.jts.geom.Envelope
AbstractGraphicImage. getEnvelope()
org.locationtech.jts.geom.Envelope
CommonsTIFFImage. getEnvelope()
protected abstract void
AbstractGraphicImage. initImage()
protected void
CommonsImage. initImage()
protected void
CommonsTIFFImage. initImage()
protected void
IOGraphicImage. initImage()
protected void
JAIGraphicImage. initImage()
void
AbstractGraphicImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of ReferencedImageException in com.vividsolutions.jump.workbench.imagery.mrsid
Methods in com.vividsolutions.jump.workbench.imagery.mrsid that throw ReferencedImageException Modifier and Type Method Description void
MrSIDReferencedImage. paint(Feature f, Graphics2D g, Viewport viewport)
-
Uses of ReferencedImageException in com.vividsolutions.jump.workbench.imagery.openjpeg
Methods in com.vividsolutions.jump.workbench.imagery.openjpeg that throw ReferencedImageException Modifier and Type Method Description org.locationtech.jts.geom.Envelope
OpenJpegImage. getEnvelope()
void
OpenJpegImage. paint(Feature f, Graphics2D g, Viewport viewport)
-