org.gvsig.geodb.vectorialdb.wizard
Class FieldComboItem

java.lang.Object
  extended by org.gvsig.geodb.vectorialdb.wizard.FieldComboItem

public class FieldComboItem
extends java.lang.Object

Utility class to deal with combo boxes. Optionally stores the IProjection of the data in the field (if it's a geometry field)

Author:
jldominguez

Constructor Summary
FieldComboItem(java.lang.String _name)
           
FieldComboItem(java.lang.String _name, org.cresques.cts.IProjection _proj)
           
 
Method Summary
 org.cresques.cts.IProjection getProjection()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldComboItem

public FieldComboItem(java.lang.String _name)

FieldComboItem

public FieldComboItem(java.lang.String _name,
                      org.cresques.cts.IProjection _proj)
Method Detail

getProjection

public org.cresques.cts.IProjection getProjection()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2014 gvSIG Association. All Rights Reserved.