Indicates that an operation is not allowed on a {@linkplain Geometry geometry} objectbecause it is unmodifiable. Note that unmodifiable geometries are not necessarily immutable; they are just not allowed to be modified through the {@code setFoo(...)} method thatraised this exception. Whatever an unmodifiable geometry is immutable or not is implementation dependent.
@author Martin Desruisseaux (IRD)
@since GeoAPI 2.0
@source $URL$
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.