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 ReprojectionPanelDataModelpublic IProjection getDstProjection()
getDstProjection in interface ReprojectionPanelDataModelpublic List<String> getInterpolationMethodList()
getInterpolationMethodList in interface ReprojectionPanelDataModelpublic int getInterpolationMethodSelected()
getInterpolationMethodSelected in interface ReprojectionPanelDataModelpublic String getLayerName()
getLayerName in interface ReprojectionPanelDataModelpublic int[] getSize()
getSize in interface ReprojectionPanelDataModelpublic IProjection getSrcProjection()
getSrcProjection in interface ReprojectionPanelDataModelpublic void setCellSize(double cellSize)
setCellSize in interface ReprojectionPanelDataModelpublic void setDstProjection(IProjection dst)
setDstProjection in interface ReprojectionPanelDataModelpublic void setSrcProjection(IProjection src)
setSrcProjection in interface ReprojectionPanelDataModelpublic void setInterpolationMethodList(List<String> list)
setInterpolationMethodList in interface ReprojectionPanelDataModelpublic void setInterpolationMethodSelected(int method)
setInterpolationMethodSelected in interface ReprojectionPanelDataModelpublic void setLayerName(String layerName)
setLayerName in interface ReprojectionPanelDataModelpublic void setSize(int w,
int h)
setSize in interface ReprojectionPanelDataModel