public abstract class AbstractGeometry extends Object implements Cloneable, Serializable
Constructor and Description |
---|
AbstractGeometry()
Creates a new instance of Geometry
|
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 Object
CloneNotSupportedException
Copyright © 2017. All rights reserved.