Package org.gvsig.basicformats.impl
Class DefaultPRJFile
java.lang.Object
org.gvsig.basicformats.impl.AbstractFormatFile
org.gvsig.basicformats.impl.DefaultPRJFile
- All Implemented Interfaces:
FormatFile,PRJFile
-
Field Summary
Fields inherited from interface org.gvsig.basicformats.PRJFile
FILE_EXTENSION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gvsig.basicformats.impl.AbstractFormatFile
writeQuietlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.basicformats.FormatFile
writeQuietly
-
Constructor Details
-
DefaultPRJFile
public DefaultPRJFile()
-
-
Method Details
-
getFile
- Specified by:
getFilein interfaceFormatFile
-
getFile
- Specified by:
getFilein interfaceFormatFile
-
getCRS
public org.gvsig.crs.projection.lib.Projection getCRS() -
setCRS
public void setCRS(org.gvsig.crs.projection.lib.Projection crs) -
read
- Specified by:
readin interfaceFormatFile- Throws:
IOException
-
write
- Specified by:
writein interfaceFormatFile- Throws:
IOException
-