org.rometools.feed.module.georss.geometries
Class AbstractRing
java.lang.Object
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 |
AbstractRing
public AbstractRing()
- Creates a new instance of AbstractRing
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
Copyright © 2013 ROME Project. All Rights Reserved.