All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.syndication.feed.module.georss.geometries.AbstractGeometricPrimitive Maven / Gradle / Ivy

/*
 * 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 - 2024 Weber Informatics LLC | Privacy Policy