Package org.gvsig.basicformats.impl
Class DefaultWLDFile
java.lang.Object
org.gvsig.basicformats.impl.AbstractFormatFile
org.gvsig.basicformats.impl.DefaultWLDFile
- All Implemented Interfaces:
FormatFile,WLDFile
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.gvsig.basicformats.WLDFile
WLDFile.WorldGeoreferencing -
Field Summary
FieldsFields inherited from interface org.gvsig.basicformats.WLDFile
FILE_EXTENSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()voidvoidvoidsetValue(WLDFile.WorldGeoreferencing georeferencing) voidsetValue(org.gvsig.fmap.geom.primitive.Envelope envelope, int rows, int columns) voidMethods 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
-
Field Details
-
source
-
georeferencing
-
-
Constructor Details
-
DefaultWLDFile
public DefaultWLDFile()
-
-
Method Details
-
getFile
- Specified by:
getFilein interfaceFormatFile
-
getFile
- Specified by:
getFilein interfaceFormatFile
-
read
- Specified by:
readin interfaceFormatFile- Throws:
IOException
-
read
- Specified by:
readin interfaceWLDFile- Throws:
IOException
-
write
- Specified by:
writein interfaceFormatFile
-
setValue
public void setValue(org.gvsig.fmap.geom.primitive.Envelope envelope, int rows, int columns) -
setValue
-
getGeoreferencing
- Specified by:
getGeoreferencingin interfaceWLDFile
-