Class DeepCopiedRenderedImage

java.lang.Object
org.apache.sedona.common.raster.DeepCopiedRenderedImage
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, RenderedImage, Serializable

public final class DeepCopiedRenderedImage extends Object implements RenderedImage, Serializable, com.esotericsoftware.kryo.KryoSerializable
This class is mostly copied from SerializableRenderedImage. We've removed the shallow copy support and fixed a bug of SerializableRenderedImage: When a deep-copied serializable rendered image object is being disposed, it tries to connect to the remote server. However, there is no remote server in deep-copy mode, so the dispose() method throws a java.net.SocketException.
See Also: