class WorldFile extends java.lang.Object
Read and write world files
Type Params | Return Type | Name and description |
---|---|---|
|
java.io.File |
getFile() Get the File |
|
java.util.List |
getPixelSize() Get the pixel sizes |
|
java.util.List |
getRotation() Get a rotations values |
|
java.awt.Point |
getUlc() Get the upper left center coordinates as a Point |
|
java.lang.String |
toString() The string representation |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Create a new WorldFile from the contents of an existing File
file
- The FileWrite a new WorldFile
bounds
- The Boundssize
- The sizefile
- The output FileGet the File
Get the pixel sizes
Get a rotations values
Get the upper left center coordinates as a Point
The string representation