public abstract class AbstractGeometry extends Object implements Cloneable, Serializable
| Constructor and Description |
|---|
AbstractGeometry() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Make a deep copy of the geometric object
|
boolean |
equals(Object obj) |
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2021. All rights reserved.