Changeset 19387 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/GeorefImage.java
- Timestamp:
- 2010-01-10T20:41:49+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/GeorefImage.java
r19371 r19387 30 30 // bbox of the georeferenced original image (raster only) (inclined if rotated and before cropping) 31 31 // P[0] is bottom,left then next are clockwise. 32 p rivateEastNorth[] orgRaster = new EastNorth[4];32 public EastNorth[] orgRaster = new EastNorth[4]; 33 33 // bbox of the georeferenced original image (raster only) after cropping 34 p rivateEastNorth[] orgCroppedRaster = new EastNorth[4];34 public EastNorth[] orgCroppedRaster = new EastNorth[4]; 35 35 // angle with georeferenced original image after rotation (raster images only)(in radian) 36 p rivatedouble angle = 0;36 public double angle = 0; 37 37 38 38 public BufferedImage image;
Note:
See TracChangeset
for help on using the changeset viewer.
