com.sun.syndication.feed.module.georss.geometries
Class AbstractGeometry

java.lang.Object
  extended by com.sun.syndication.feed.module.georss.geometries.AbstractGeometry
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
AbstractGeometricPrimitive, Envelope

public abstract class AbstractGeometry
extends java.lang.Object
implements java.lang.Cloneable

Abstract base class for geometries.

Author:
runaas

Constructor Summary
AbstractGeometry()
          Creates a new instance of Geometry
 
Method Summary
 java.lang.Object clone()
          Make a deep copy of the geometric object
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGeometry

public AbstractGeometry()
Creates a new instance of Geometry

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Make a deep copy of the geometric object

Overrides:
clone in class java.lang.Object
Returns:
A copy of the object
Throws:
java.lang.CloneNotSupportedException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object