Revision 89 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.lib/org.gvsig.vectorediting.lib.api/src/main/java/org/gvsig/vectorediting/lib/api/EditingService.java

View differences:

EditingService.java
77 77
   * 
78 78
   * @return Geometry created.
79 79
   * @throws FinishServiceException if there are some error getting values,
80
   *           creating geometries or inserting/updating/removing geometries
81
   *           from feature store.
80
   *           creating geometries.
82 81
   */
83 82
  public Geometry finish() throws FinishServiceException;
84 83
  
85 84
  /**
85
   * Finalizes service. Gets stored values, creates geometries with this values
86
   * and store geometries created.
86 87
   * 
87
   * @throws FinishServiceException
88
   * @throws FinishServiceException if there are some error getting values,
89
   *           creating geometries or inserting/updating/removing geometries
90
   *           from feature store.
88 91
   */
89
  public void finishAndStore () throws FinishServiceException;
92
  public void finishAndStore() throws FinishServiceException;
90 93

  
91 94
  /**
92 95
   * Starts service initializing its parameters.

Also available in: Unified diff