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

java.lang.Object
  extended by com.sun.syndication.feed.module.georss.geometries.AbstractRing
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
LinearRing

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

Abstract base class for rings (closed linear objects used for polygon borders)

Author:
runaas

Constructor Summary
AbstractRing()
          Creates a new instance of AbstractRing
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRing

public AbstractRing()
Creates a new instance of AbstractRing

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException