org.cresques.ui.cts
Class CSSelectionModel

java.lang.Object
  extended by org.cresques.ui.cts.CSSelectionModel

public class CSSelectionModel
extends Object

Author:
Luis W. Sevilla (sevilla_lui@gva.es)

Field Summary
 String[] datumList
           
static int GEODETIC
           
static int NONE
           
static int TRANSVERSAL
           
 
Constructor Summary
CSSelectionModel()
           
 
Method Summary
 String[] getDatumList()
           
 IProjection getProjection()
           
 String[] getProjectionList()
           
 int getSelectedDatum()
           
 int getSelectedProj()
           
 int getSelectedProjType()
           
 int getSelectedZone()
           
 String[] getZoneList()
           
 String[] getZoneList(int from, int to)
           
 void setProjection(IProjection proj)
           
 void setSelectedDatum(int opNr)
           
 void setSelectedDatum(Object item)
           
 void setSelectedProj(int opNr)
           
 void setSelectedProj(Object item)
           
 void setSelectedZone(int opNr)
           
 void setSelectedZone(Object item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static int NONE

GEODETIC

public static int GEODETIC

TRANSVERSAL

public static int TRANSVERSAL

datumList

public String[] datumList
Constructor Detail

CSSelectionModel

public CSSelectionModel()
Method Detail

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.