org.rometools.feed.module.georss.geometries
Class AbstractRing

java.lang.Object
  extended by org.rometools.feed.module.georss.geometries.AbstractRing
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
LinearRing

public abstract class AbstractRing
extends Object
implements Cloneable, Serializable

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

Author:
runaas
See Also:
Serialized Form

Constructor Summary
AbstractRing()
          Creates a new instance of AbstractRing
 
Method Summary
 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 Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2013 ROME Project. All Rights Reserved.