Revision 514 org.gvsig.projection/trunk/org.gvsig.projection.api/src/main/java/org/cresques/cts/IProjection.java

View differences:

IProjection.java
38 38
 */
39 39
public interface IProjection extends Cloneable{
40 40

  
41
    /**
42
     * Return the string representation of projection in the format.
43
     *
44
     * Return null if can't export to format
45
     *
46
     * @param format
47
     * @return
48
     */
41 49
    public String export(String format);
42 50

  
43 51
    public IDatum getDatum();

Also available in: Unified diff