"-u" option in "mvn install" required. Two GeoAPI changes:
1) GridRange (from OGC 01-004) has been deprecated in favor of GridEnvelope (from ISO 19123). The former has been set as a subinterface of the later for making migration easier. This have one slight compatibility break: the return type of GridToEnvelopeMapper.getGridRange() has been changed from GridRange to GridEnvelope (it was hard to preserve compatibility on this one because this mapper is defined in the referencing module which is not supposed to depends on coverage implementation). However this method is not used in the GeoTools code base. 2) Envelope.getLength(int) has been renamed getSpan(int) and getCenter(int) has been renamed getMedian(int). Those methods were GeoAPI extensions and Adrian pointed me that they were very badly named, especially "getLength()" which suggests some computation involving linear unit of length (e.g. measuring the length of a polygon border). The "Span" name is consistent with some usage found in standard Java library for this purpose. Reference: http://jira.codehaus.org/browse/GEO-136 Martin ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel