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

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

public abstract class AbstractCurve
extends AbstractGeometricPrimitive

Abstract base class for Curves (linear objects)

Author:
runaas

Constructor Summary
AbstractCurve()
          Creates a new instance of Curve
 
Method Summary
 
Methods inherited from class com.sun.syndication.feed.module.georss.geometries.AbstractGeometry
clone, equals
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCurve

public AbstractCurve()
Creates a new instance of Curve