Revision 487 org.gvsig.scripting/trunk/org.gvsig.scripting/org.gvsig.scripting.app/org.gvsig.scripting.app.mainplugin/src/main/resources-plugin/scripting/lib/javadocs/scripting/gvsig.java

View differences:

gvsig.java
82 82
    *
83 83
    * @param path path to the shape file to load
84 84
    * @param projection to use to load the shape file
85
     * @return 
85 86
    *
86 87
    */
87 88
  public static FLayer loadShapeFile(String path, String projection) {
......
94 95
    * Use as default projection "CRS:84"
95 96
    *
96 97
    * @param path path to the shape file to load
98
     * @return 
97 99
    * 
98 100
    */
99 101
  public static FLayer loadShapeFile(String path) {
......
108 110
    * - TODO
109 111
    *
110 112
    * @param layerType 
113
     * @param <error> 
114
     * @return  
111 115
    * 
112 116
    */
113 117
  public static FLayer loadLayer(String layerType, ...) {

Also available in: Unified diff