com.sun.syndication.feed.module.georss.geometries.AbstractSurface Maven / Gradle / Ivy
/*
* Surface.java
*
* Created on 8. februar 2007, 10:41
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package com.sun.syndication.feed.module.georss.geometries;
/**
* Abstract base class for surface (area) objects
* @author runaas
*/
public abstract class AbstractSurface extends AbstractGeometricPrimitive {
/** Creates a new instance of Surface */
public AbstractSurface() {
}
}