public class W3CGeoGenerator extends java.lang.Object implements ModuleGenerator
Modifier and Type | Field and Description |
---|---|
private static boolean |
isShort |
private static java.util.Set<org.jdom2.Namespace> |
NAMESPACES |
Constructor and Description |
---|
W3CGeoGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
enableDefaultPointElement() |
void |
generate(Module module,
org.jdom2.Element element)
Generates and injects module metadata into an XML node (JDOM element).
|
java.util.Set<org.jdom2.Namespace> |
getNamespaces()
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
|
java.lang.String |
getNamespaceUri()
Returns the namespace URI this generator handles.
|
private static boolean isShort
private static final java.util.Set<org.jdom2.Namespace> NAMESPACES
public static void enableDefaultPointElement()
public java.lang.String getNamespaceUri()
ModuleGenerator
getNamespaceUri
in interface ModuleGenerator
public java.util.Set<org.jdom2.Namespace> getNamespaces()
ModuleGenerator
getNamespaces
in interface ModuleGenerator
public void generate(Module module, org.jdom2.Element element)
ModuleGenerator
generate
in interface ModuleGenerator
module
- the module to inject into the XML node (JDOM element).element
- the XML node into which module meta-data will be injected.