org.cresques.ui.cts
Class CSSelectionModel
java.lang.Object
org.cresques.ui.cts.CSSelectionModel
public class CSSelectionModel
- extends Object
- Author:
- Luis W. Sevilla (sevilla_lui@gva.es)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static int NONE
GEODETIC
public static int GEODETIC
TRANSVERSAL
public static int TRANSVERSAL
datumList
public String[] datumList
CSSelectionModel
public CSSelectionModel()
getDatumList
public String[] getDatumList()
getProjectionList
public String[] getProjectionList()
getZoneList
public String[] getZoneList()
getZoneList
public String[] getZoneList(int from,
int to)
setSelectedDatum
public void setSelectedDatum(int opNr)
setSelectedDatum
public void setSelectedDatum(Object item)
getSelectedDatum
public int getSelectedDatum()
setSelectedProj
public void setSelectedProj(int opNr)
setSelectedProj
public void setSelectedProj(Object item)
getSelectedProj
public int getSelectedProj()
getSelectedProjType
public int getSelectedProjType()
setSelectedZone
public void setSelectedZone(int opNr)
setSelectedZone
public void setSelectedZone(Object item)
getSelectedZone
public int getSelectedZone()
setProjection
public void setProjection(IProjection proj)
getProjection
public IProjection getProjection()
Copyright © 2004-2013 gvSIG. All Rights Reserved.