Class WorldFile

java.lang.Object
com.vividsolutions.jump.workbench.imagery.graphic.WorldFile

public class WorldFile extends Object
  • Field Details

    • DEFAULT

      public static final WorldFile DEFAULT
  • Constructor Details

    • WorldFile

      public WorldFile()
  • Method Details

    • getColRotation

      public double getColRotation()
    • getFilename

      public String getFilename()
    • getRowRotation

      public double getRowRotation()
    • getXSize

      public double getXSize()
    • getXUpperLeft

      public double getXUpperLeft()
    • getYSize

      public double getYSize()
    • getYUpperLeft

      public double getYUpperLeft()
    • generateWorldFileExtensions

      public static List<String> generateWorldFileExtensions(String filename)
    • create

      public static WorldFile create(String location)
    • find

      public static InputStream find(String location) throws FileNotFoundException
      Throws:
      FileNotFoundException