cgl.ogc.wms.services
Class SVGGenerating

java.lang.Object
  extended bycgl.ogc.wms.services.SVGGenerating

class SVGGenerating
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2005

Company: Indiana University - Computer Science Dept.

Version:
1.0
Author:
Ahmet Sayar

Constructor Summary
(package private) SVGGenerating()
           
 
Method Summary
 void createSVG()
           
 java.util.Vector getCoordinates()
           
 java.util.Vector getCoordinates(org.w3c.dom.Document feature)
           
 java.util.Vector getgeomElements(org.w3c.dom.Document doc)
           
static void main(java.lang.String[] args)
           
 java.lang.String save(org.w3c.dom.Document document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGGenerating

SVGGenerating()
Method Detail

getgeomElements

public java.util.Vector getgeomElements(org.w3c.dom.Document doc)
Parameters:
doc - Document
Returns:
Vector

getCoordinates

public java.util.Vector getCoordinates(org.w3c.dom.Document feature)
Parameters:
feature - Document
Returns:
Vector

getCoordinates

public java.util.Vector getCoordinates()
Returns:
Vector

save

public java.lang.String save(org.w3c.dom.Document document)
                      throws java.lang.Exception
Parameters:
document -
Returns:
Throws:
java.lang.Exception

createSVG

public void createSVG()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - String[]
Throws:
java.lang.Exception