Class WorldFile
- java.lang.Object
-
- com.vividsolutions.jump.workbench.imagery.graphic.WorldFile
-
public class WorldFile extends Object
-
-
Constructor Summary
Constructors Constructor Description WorldFile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorldFilecreate(String location)static InputStreamfind(String location)static List<String>generateWorldFileExtensions(String filename)doublegetColRotation()StringgetFilename()doublegetRowRotation()doublegetXSize()doublegetXUpperLeft()doublegetYSize()doublegetYUpperLeft()
-
-
-
Field Detail
-
DEFAULT
public static final WorldFile DEFAULT
-
-
Method Detail
-
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)
-
find
public static InputStream find(String location) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-