cgl.ogc.wms.gml_Impl
Class GMLAdapter

java.lang.Object
  extended bycgl.ogc.wms.gml_Impl.GMLAdapter

public class GMLAdapter
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2005

Company: Indiana University - Computer Science Dept.

Version:
1.0
Author:
Ahmet Sayar

Constructor Summary
GMLAdapter()
           
 
Method Summary
 java.util.Hashtable getAllGeoData(org.w3c.dom.Element featurec)
           
static GMLGeometry[] getData(org.w3c.dom.NodeList nl)
           
static void main(java.lang.String[] args)
          1- Read geometry elements from feature file (temp_feature) 2- Put these geometry elements into geometry_data file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMLAdapter

public GMLAdapter()
Method Detail

getData

public static GMLGeometry[] getData(org.w3c.dom.NodeList nl)
                             throws GMLException
Parameters:
nl -
Returns:
Throws:
GMLException

getAllGeoData

public java.util.Hashtable getAllGeoData(org.w3c.dom.Element featurec)
Parameters:
featurec -
Returns:

main

public static void main(java.lang.String[] args)
1- Read geometry elements from feature file (temp_feature) 2- Put these geometry elements into geometry_data file. 3- Read geometry elements from geometry_data file

Parameters:
args -