org.gvsig.raster.tools.app.reproject
Class ReprojectPanelDataModelImpl
java.lang.Object
org.gvsig.raster.tools.app.reproject.ReprojectPanelDataModelImpl
- All Implemented Interfaces:
- ReprojectPanelDataModel
public class ReprojectPanelDataModelImpl
- extends Object
- implements ReprojectPanelDataModel
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 |
ReprojectPanelDataModelImpl
public ReprojectPanelDataModelImpl(org.gvsig.raster.fmap.layers.FLyrRaster lyr)
getCellSize
public double getCellSize()
- Specified by:
getCellSize in interface ReprojectPanelDataModel
getDstProjection
public org.cresques.cts.IProjection getDstProjection()
- Specified by:
getDstProjection in interface ReprojectPanelDataModel
getInterpolationMethodList
public List<String> getInterpolationMethodList()
- Specified by:
getInterpolationMethodList in interface ReprojectPanelDataModel
getInterpolationMethodSelected
public int getInterpolationMethodSelected()
- Specified by:
getInterpolationMethodSelected in interface ReprojectPanelDataModel
getLayerName
public String getLayerName()
- Specified by:
getLayerName in interface ReprojectPanelDataModel
getSize
public int[] getSize()
- Specified by:
getSize in interface ReprojectPanelDataModel
getSrcProjection
public org.cresques.cts.IProjection getSrcProjection()
- Specified by:
getSrcProjection in interface ReprojectPanelDataModel
setCellSize
public void setCellSize(double cellSize)
- Specified by:
setCellSize in interface ReprojectPanelDataModel
setDstProjection
public void setDstProjection(org.cresques.cts.IProjection dst)
- Specified by:
setDstProjection in interface ReprojectPanelDataModel
setSrcProjection
public void setSrcProjection(org.cresques.cts.IProjection src)
- Specified by:
setSrcProjection in interface ReprojectPanelDataModel
setInterpolationMethodList
public void setInterpolationMethodList(List<String> list)
- Specified by:
setInterpolationMethodList in interface ReprojectPanelDataModel
setInterpolationMethodSelected
public void setInterpolationMethodSelected(int method)
- Specified by:
setInterpolationMethodSelected in interface ReprojectPanelDataModel
setLayerName
public void setLayerName(String layerName)
- Specified by:
setLayerName in interface ReprojectPanelDataModel
setSize
public void setSize(int w,
int h)
- Specified by:
setSize in interface ReprojectPanelDataModel
Copyright © 2004-2013 gvSIG. All Rights Reserved.