org.gvsig.raster.reproject.app
Class ReprojectionPanelDataModelImpl
java.lang.Object
org.gvsig.raster.reproject.app.ReprojectionPanelDataModelImpl
- All Implemented Interfaces:
- org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
public class ReprojectionPanelDataModelImpl
- extends java.lang.Object
- implements org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
Data model for the panel of reprojection
- Author:
- Nacho Brodin (nachobrodin@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReprojectionPanelDataModelImpl
public ReprojectionPanelDataModelImpl(org.gvsig.raster.fmap.layers.FLyrRaster lyr)
getCellSize
public double getCellSize()
- Specified by:
getCellSize in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
getDstProjection
public org.cresques.cts.IProjection getDstProjection()
- Specified by:
getDstProjection in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
getInterpolationMethodList
public java.util.List<java.lang.String> getInterpolationMethodList()
- Specified by:
getInterpolationMethodList in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
getInterpolationMethodSelected
public int getInterpolationMethodSelected()
- Specified by:
getInterpolationMethodSelected in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
getLayerName
public java.lang.String getLayerName()
- Specified by:
getLayerName in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
getSize
public int[] getSize()
- Specified by:
getSize in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
getSrcProjection
public org.cresques.cts.IProjection getSrcProjection()
- Specified by:
getSrcProjection in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
setCellSize
public void setCellSize(double cellSize)
- Specified by:
setCellSize in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
setDstProjection
public void setDstProjection(org.cresques.cts.IProjection dst)
- Specified by:
setDstProjection in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
setInterpolationMethodList
public void setInterpolationMethodList(java.util.List<java.lang.String> list)
- Specified by:
setInterpolationMethodList in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
setInterpolationMethodSelected
public void setInterpolationMethodSelected(int method)
- Specified by:
setInterpolationMethodSelected in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
setLayerName
public void setLayerName(java.lang.String layerName)
- Specified by:
setLayerName in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
setSize
public void setSize(int w,
int h)
- Specified by:
setSize in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
setSrcProjection
public void setSrcProjection(org.cresques.cts.IProjection src)
- Specified by:
setSrcProjection in interface org.gvsig.raster.reproject.algorithm.swing.api.ReprojectionPanelDataModel
Copyright © 2013-2014 gvSIG Association. All Rights Reserved.