Class DefaultCLRFile

java.lang.Object
org.gvsig.basicformats.impl.AbstractFormatFile
org.gvsig.basicformats.impl.DefaultCLRFile
All Implemented Interfaces:
CLRFile, org.gvsig.basicformats.FormatFile

public class DefaultCLRFile extends org.gvsig.basicformats.impl.AbstractFormatFile implements CLRFile
  • Constructor Details

    • DefaultCLRFile

      public DefaultCLRFile()
  • Method Details

    • getFile

      public File getFile(File file)
      Specified by:
      getFile in interface org.gvsig.basicformats.FormatFile
    • getFile

      public File getFile()
      Specified by:
      getFile in interface org.gvsig.basicformats.FormatFile
    • getColorTable

      public ColorTable getColorTable()
      Specified by:
      getColorTable in interface CLRFile
    • setColorTable

      public void setColorTable(ColorTable colorTable)
      Specified by:
      setColorTable in interface CLRFile
    • read

      public void read(File file) throws IOException
      Specified by:
      read in interface org.gvsig.basicformats.FormatFile
      Throws:
      IOException
    • write

      public void write(File file) throws IOException
      Specified by:
      write in interface org.gvsig.basicformats.FormatFile
      Throws:
      IOException