Uses of Class
com.vividsolutions.jump.workbench.imagery.graphic.WorldFile

Packages that use WorldFile
com.vividsolutions.jump.workbench.imagery.graphic   
 

Uses of WorldFile in com.vividsolutions.jump.workbench.imagery.graphic
 

Fields in com.vividsolutions.jump.workbench.imagery.graphic declared as WorldFile
static WorldFile WorldFile.DEFAULT
           
 

Methods in com.vividsolutions.jump.workbench.imagery.graphic that return WorldFile
static WorldFile WorldFile.read(java.io.File file)
          bpw: bip, bmp gfw: gif tfw: tif jgw: jpg wld: universal
 

Constructors in com.vividsolutions.jump.workbench.imagery.graphic with parameters of type WorldFile
GraphicImage(java.io.File file, WorldFile wf)