org.zkoss.openlayers.geometry.Geometry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zkopenlayers Show documentation
Show all versions of zkopenlayers Show documentation
ZK wrapper for OpenLayers 2
The newest version!
/* Geometry.java
{{IS_NOTE
Purpose:
Description:
History:
Jun 23, 2012 8:31:05 PM , Created by jumperchen
}}IS_NOTE
Copyright (C) 2012 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
}}IS_RIGHT
*/
package org.zkoss.openlayers.geometry;
import org.zkoss.openlayers.OLWidget;
/**
* @author jumperchen
*
*/
public abstract class Geometry extends OLWidget {
}