org.gvsig.raster.tools.app.reproject
Class ReprojectPanelDataModelImpl

java.lang.Object
  extended by 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)

Constructor Summary
ReprojectPanelDataModelImpl(org.gvsig.raster.fmap.layers.FLyrRaster lyr)
           
 
Method Summary
 double getCellSize()
           
 org.cresques.cts.IProjection getDstProjection()
           
 List<String> getInterpolationMethodList()
           
 int getInterpolationMethodSelected()
           
 String getLayerName()
           
 int[] getSize()
           
 org.cresques.cts.IProjection getSrcProjection()
           
 void setCellSize(double cellSize)
           
 void setDstProjection(org.cresques.cts.IProjection dst)
           
 void setInterpolationMethodList(List<String> list)
           
 void setInterpolationMethodSelected(int method)
           
 void setLayerName(String layerName)
           
 void setSize(int w, int h)
           
 void setSrcProjection(org.cresques.cts.IProjection src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReprojectPanelDataModelImpl

public ReprojectPanelDataModelImpl(org.gvsig.raster.fmap.layers.FLyrRaster lyr)
Method Detail

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.