com.sun.syndication.feed.module.georss
Class GMLModuleImpl

java.lang.Object
  extended by ModuleImpl
      extended by com.sun.syndication.feed.module.georss.GeoRSSModule
          extended by com.sun.syndication.feed.module.georss.GMLModuleImpl
All Implemented Interfaces:
java.lang.Cloneable

public class GMLModuleImpl
extends GeoRSSModule

GMLModuleImpl is the implementation of the GeoRSSModule Interface for the gml GeoRSS format.

Version:
$Id: GMLModuleImpl.java,v 1.1 2007/04/18 09:59:29 marcwick Exp $
Author:
Marc Wick

Field Summary
 
Fields inherited from class com.sun.syndication.feed.module.georss.GeoRSSModule
geometry, GEORSS_GEORSS_URI, GEORSS_GML_URI, GEORSS_W3CGEO_URI, GML_NS, SIMPLE_NS, W3CGEO_NS
 
Constructor Summary
GMLModuleImpl()
           
 
Method Summary
 java.lang.Class getInterface()
           
 
Methods inherited from class com.sun.syndication.feed.module.georss.GeoRSSModule
clone, copyFrom, getGeometry, getPosition, setGeometry, setPosition
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLModuleImpl

public GMLModuleImpl()
Method Detail

getInterface

public java.lang.Class getInterface()