public class DefaultPRJFile extends AbstractFormatFile implements PRJFile
FILE_EXTENSION| Constructor and Description |
|---|
DefaultPRJFile() |
| Modifier and Type | Method and Description |
|---|---|
IProjection |
getCRS() |
java.io.File |
getFile() |
java.io.File |
getFile(java.io.File file) |
void |
read(java.io.File file) |
void |
setCRS(IProjection crs) |
void |
write(java.io.File file) |
writeQuietlyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteQuietlypublic java.io.File getFile(java.io.File file)
getFile in interface FormatFilepublic java.io.File getFile()
getFile in interface FormatFilepublic IProjection getCRS()
public void setCRS(IProjection crs)
public void read(java.io.File file)
throws java.io.IOException
read in interface FormatFilejava.io.IOExceptionpublic void write(java.io.File file)
throws java.io.IOException
write in interface FormatFilejava.io.IOException