Class AbstractCurve
- java.lang.Object
-
- com.rometools.modules.georss.geometries.AbstractGeometry
-
- com.rometools.modules.georss.geometries.AbstractGeometricPrimitive
-
- com.rometools.modules.georss.geometries.AbstractCurve
-
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
LineString
public abstract class AbstractCurve extends AbstractGeometricPrimitive
Abstract base class for Curves (linear objects)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractCurve()
-