insensa.view.html
Class SpatialReferenceTable
java.lang.Object
insensa.view.html.AbstractHtmlView
insensa.view.html.SpatialReferenceTable
- All Implemented Interfaces:
- IHtmlView, IRasterFileHtmlView
public class SpatialReferenceTable
- extends AbstractHtmlView
- implements IRasterFileHtmlView
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rasterFileList
private java.util.List<CRasterFileInformation> rasterFileList
fileMap
private java.util.Map<CRasterFileInformation,java.util.List<java.lang.String>> fileMap
mainTable
private javax.swing.text.Element mainTable
dataArray
private java.lang.String[] dataArray
tableRowDataArray
private java.util.List<java.lang.String> tableRowDataArray
SpatialReferenceTable
public SpatialReferenceTable()
addRasterFile
public void addRasterFile(CRasterFileInformation rasterFile)
- Specified by:
addRasterFile
in interface IRasterFileHtmlView
- See Also:
IRasterFileHtmlView.addRasterFile(insensa.CRasterFileInformation)
addRasterFiles
public void addRasterFiles(java.util.List<CRasterFileInformation> rasterFileList)
- Specified by:
addRasterFiles
in interface IRasterFileHtmlView
- See Also:
IRasterFileHtmlView.addRasterFiles(java.util.List)
addTableContent
private void addTableContent()
throws java.io.IOException
- Throws:
java.io.IOException
initDocument
private void initDocument()
throws java.io.IOException
- Throws:
java.io.IOException
onDropObjects
public void onDropObjects(java.util.List<java.lang.Object> objectList)
throws java.io.IOException
- Specified by:
onDropObjects
in interface IHtmlView
- Throws:
java.io.IOException
- See Also:
IHtmlView.onDropObjects(java.util.List)
refresh
public void refresh(java.awt.Dimension dim)
throws java.io.IOException
- Specified by:
refresh
in interface IHtmlView
- Throws:
java.io.IOException
- See Also:
IHtmlView.refresh(java.awt.Dimension)
sortMember
private void sortMember()
startView
public void startView()
throws java.io.IOException
- Specified by:
startView
in interface IHtmlView
- Overrides:
startView
in class AbstractHtmlView
- Throws:
java.io.IOException
- See Also:
AbstractHtmlView.startView()