Ignore:
Timestamp:
2010-01-10T20:41:49+01:00 (16 years ago)
Author:
pieren
Message:

More about raster image rotation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/GeorefImage.java

    r19371 r19387  
    3030    // bbox of the georeferenced original image (raster only) (inclined if rotated and before cropping)
    3131    // P[0] is bottom,left then next are clockwise.
    32     private EastNorth[] orgRaster = new EastNorth[4];
     32    public EastNorth[] orgRaster = new EastNorth[4];
    3333    // bbox of the georeferenced original image (raster only) after cropping
    34     private EastNorth[] orgCroppedRaster = new EastNorth[4];
     34    public EastNorth[] orgCroppedRaster = new EastNorth[4];
    3535    // angle with georeferenced original image after rotation (raster images only)(in radian)
    36     private double angle = 0;
     36    public double angle = 0;
    3737
    3838    public BufferedImage image;
Note: See TracChangeset for help on using the changeset viewer.