Hello Errico, > Ouch, GeometricShapeFactory doesn't have a setRotation method, any > alternative? > I'm using GT 2.7.1.
The setRotation method is available in JTS version 1.12. GeoTools 2.7.1 is using JTS 1.11 but GeoTools version 8.0 uses JTS 1.12, so you can switch your project to version 8.0-M1 or the development version 8.0-SNAPSHOT you will get that method. Alternatively, you can build the version 2.7.1 sources locally but change the JTS version used to 1.12 in the top pom.xml file (assuming you use Maven to build). Hope this helps. Michael ------------------------------------------------------------------------------ Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property that has been used successfully in hundreds of IBM storage optimization engage- ments, worldwide. Store less, Store more with what you own, Move data to the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
