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 WorldFile
create(String location)
static InputStream
find(String location)
static List<String>
generateWorldFileExtensions(String filename)
double
getColRotation()
String
getFilename()
double
getRowRotation()
double
getXSize()
double
getXUpperLeft()
double
getYSize()
double
getYUpperLeft()
-
-
-
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
-
-