Revision 18289 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/georeferencing/ui/launcher/GeorefLauncherDialog.java

View differences:

GeorefLauncherDialog.java
117 117
	public String getSelectedView() {
118 118
		return geoLauncherPanel.getTypeSelectionPanel().getSelectedView();
119 119
	}
120
	
121
	/**
122
	 * Obtiene el tipo de georreferenciaci?n seleccionada
123
	 * @return entero con el tipo de georreferenciaci?n. Es una constante contenida en la 
124
	 * clase georreferencing.
125
	 */
126
	public int getType() {
127
		return geoLauncherPanel.getTypeSelectionPanel().getType();
128
	}
120 129
}
121 130

  

Also available in: Unified diff