
com.sun.syndication.feed.module.georss.geometries.AbstractGeometricPrimitive Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modules Show documentation
Show all versions of modules Show documentation
A collection of ROME modules
The newest version!
/*
* GeometricPrimitive.java
*
* Created on 8. februar 2007, 10:09
*
* 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 geometric primitives (non-composite geometric objects)
* @author runaas
*/
public abstract class AbstractGeometricPrimitive extends AbstractGeometry {
/** Creates a new instance of GeometricPrimitive */
public AbstractGeometricPrimitive() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy