DefaultBoundingPolygon changes for revisions 24924:24925

This commit propagates the package names change which was done in GeoAPI. There is no way such change could be done differently, since not renaming the packages cause a compilation error.

Action: all contributions forced by changes in GeoAPI interfaces (mostly import statements and method signatures) have been rewritten from scratch by creating an empty Java class implementing the interface, clicking on the "Implement all abstract methods" contextual menu in NetBeans, removing the <? extends> part in parameterized type of collections, adding the synchronized keyword (for now) and finally adding the corresponding private fields. This action has been committed in the Apache SIS JDK7 branch at revision 1458238.

Command line:

svn diff --extensions "--unified --ignore-space-change --ignore-all-space --ignore-eol-style" -r24924:24925 https://svn.osgeo.org/geotools/trunk/modules/library/metadata/src/main/java/org/geotools/metadata/iso/extent/BoundingPolygonImpl.java
Revision 24924Revision 24925
// OpenGIS dependencies
import org.opengis.metadata.extent.BoundingPolygon;
import org.opengis.spatialschema.geometry.Geometry;

// Geotools dependencies
import org.geotools.resources.Utilities;
// OpenGIS dependencies
import org.opengis.metadata.extent.BoundingPolygon;
import org.opengis.geometry.Geometry;

// Geotools dependencies
import org.geotools.resources.Utilities;