Revision 11047 branches/F2/libraries/libJCRS/src/org/gvsig/crs/ICrs.java

View differences:

ICrs.java
51 51
 *
52 52
 */
53 53
public interface ICrs extends IProjection {
54
	/**
55
	 * Abreviatura del CRS
56
	 * @return
57
	 */
58
	String getAbrev();
59 54
	
60 55
	/**
61 56
	 * C?digo del CRS
62 57
	 * @return
63 58
	 */
64 59
	int getCode();
65
	//public boolean eq(ICrs other);
66
	
67 60
	/**
68 61
	 * Cadena WKT del CRS utilizado
69 62
	 * @return
......
76 69
	 * @param nad
77 70
	 */
78 71
	void setNadGrid(String nad);
79
	
80
	/**
81
	 * Cadena nadgrids a utilizar en el crs fuente o destino en una transformacion
82
	 * @return
83
	 */
84
	String getNadGrid();
85
	
86
	/**
87
	 * true si el nadgrid se asocia al crs destino
88
	 * @return
89
	 */
90
	boolean isTargetNad();
91 72

  
92 73
	/**
93 74
	 * Le indicamos al crs si el nadgrid est? asociado al crs destion al fuente
......
99 80
	
100 81
	
101 82
	/**
102
	 * Obtiene una operaci?n de cambio de CRS.
103
	 * @param target
104
	 * @return
105
	 */
106
	ICOperation getCOp(ICrs target) throws CrsException ;
107
	
108
	/**
109
	 * Nombre de la transformacion a realizar con el CRS
110
	 * @return
111
	 */	
112
	void setTrans(String code);
113
	
114
	/**
115 83
	 * Campos de la cadena wkt
116 84
	 * @return
117 85
	 */

Also available in: Unified diff