public class ReprojectionPanelDataModelImpl extends Object implements ReprojectionPanelDataModel
Constructor and Description |
---|
ReprojectionPanelDataModelImpl(FLyrRaster lyr) |
Modifier and Type | Method and Description |
---|---|
double |
getCellSize() |
IProjection |
getDstProjection() |
List<String> |
getInterpolationMethodList() |
int |
getInterpolationMethodSelected() |
String |
getLayerName() |
int[] |
getSize() |
IProjection |
getSrcProjection() |
void |
setCellSize(double cellSize) |
void |
setDstProjection(IProjection dst) |
void |
setInterpolationMethodList(List<String> list) |
void |
setInterpolationMethodSelected(int method) |
void |
setLayerName(String layerName) |
void |
setSize(int w,
int h) |
void |
setSrcProjection(IProjection src) |
public ReprojectionPanelDataModelImpl(FLyrRaster lyr)
public double getCellSize()
getCellSize
in interface ReprojectionPanelDataModel
public IProjection getDstProjection()
getDstProjection
in interface ReprojectionPanelDataModel
public List<String> getInterpolationMethodList()
getInterpolationMethodList
in interface ReprojectionPanelDataModel
public int getInterpolationMethodSelected()
getInterpolationMethodSelected
in interface ReprojectionPanelDataModel
public String getLayerName()
getLayerName
in interface ReprojectionPanelDataModel
public int[] getSize()
getSize
in interface ReprojectionPanelDataModel
public IProjection getSrcProjection()
getSrcProjection
in interface ReprojectionPanelDataModel
public void setCellSize(double cellSize)
setCellSize
in interface ReprojectionPanelDataModel
public void setDstProjection(IProjection dst)
setDstProjection
in interface ReprojectionPanelDataModel
public void setSrcProjection(IProjection src)
setSrcProjection
in interface ReprojectionPanelDataModel
public void setInterpolationMethodList(List<String> list)
setInterpolationMethodList
in interface ReprojectionPanelDataModel
public void setInterpolationMethodSelected(int method)
setInterpolationMethodSelected
in interface ReprojectionPanelDataModel
public void setLayerName(String layerName)
setLayerName
in interface ReprojectionPanelDataModel
public void setSize(int w, int h)
setSize
in interface ReprojectionPanelDataModel