Uses of Class
de.soldin.gt2jump.cts.CSSetting

Packages that use CSSetting
de.soldin.gt2jump.cts   
 

Uses of CSSetting in de.soldin.gt2jump.cts
 

Methods in de.soldin.gt2jump.cts with parameters of type CSSetting
 Collection CSLayerSetExtension.transform(CSSetting css)
          implementation of changing the cs by transforming the coordinates of different geometries, parameter is a CSSetting
 boolean CSSetListener.setTry(CSSetting css)
          called when somebody tries to set to another cs
 void CSSetListener.setDone(CSSetting css)
          called when the setting process was successful
 void CSSetListener.setFailed(CSSetting css)
          called when the setting process failed at some point
 boolean CSTransform.setTry(CSSetting in_css)
           
 void CSTransform.setDone(CSSetting css)
           
 void CSTransform.setFailed(CSSetting css)
           
 Collection CSTransformFilter.transform(CSSetting css)
           
 

Constructors in de.soldin.gt2jump.cts with parameters of type CSSetting
CSTransform(CSSetting affected_cs_setting, com.vividsolutions.jump.workbench.WorkbenchContext wbc)
           
UndoableSetGeometry(String prefix, String name, CSSetting css)