Changeset 34114 in osm for applications/editors/josm/plugins/cadastre-fr/src/org
- Timestamp:
- 2018-03-25T16:51:01+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileVEC.java
r33688 r34114 498 498 /** 499 499 * Adds a data postprocessor based on a SYM_id specific value. 500 * @param consumer consumer that will update OSM primitive accordingly501 500 * @param symId value for "SYM_id" attribute. 502 501 * @param keyValues OSM attribute key/values (int the form {@code foo=bar;bar=baz}) -
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoLotFile.java
r33661 r34114 68 68 * <li>Descriptor type</li> 69 69 * <li>Descriptor identifier</li></ol> 70 * @param klass descriptor class71 70 * @return found descriptor 72 71 */ -
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CadastreInterface.java
r33965 r34114 118 118 119 119 /** 120 * 121 * @return true if a cookie is delivered by WMS and false is WMS is not opening a client session 122 * (too many clients or in maintenance) 120 * Returns if a cookie is delivered by WMS, throws exception if WMS is not opening a client session 121 * (too many clients or in maintenance) 123 122 */ 124 123 private void getCookie() throws IOException { -
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/GeorefImage.java
r33638 r34114 308 308 * Rotate this image and its min/max coordinates around anchor point 309 309 * @param anchor anchor of rotation 310 * @param old_ang previous angle of image before rotation (0 the first time)(in radian)311 310 * @param delta_ang angle of rotation (in radian) 312 311 */
Note:
See TracChangeset
for help on using the changeset viewer.