Class AbstractGeometry
- java.lang.Object
-
- com.rometools.modules.georss.geometries.AbstractGeometry
-
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
AbstractGeometricPrimitive,Envelope
public abstract class AbstractGeometry extends Object implements Cloneable, Serializable
Abstract base class for geometries.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractGeometry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()Make a deep copy of the geometric objectbooleanequals(Object obj)
-
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
Make a deep copy of the geometric object- Overrides:
clonein classObject- Returns:
- A copy of the object
- Throws:
CloneNotSupportedException
-
-