org.deegree.tools.jdbc
Class MappingUtils

java.lang.Object
  extended by org.deegree.tools.jdbc.MappingUtils

public class MappingUtils
extends Object

TODO add class documentation here

Version:
$Revision: 1.2 $, $Date: 2011-03-07 09:32:57 $
Author:
Andreas Poth, last edited by: $Author: buesching $

Constructor Summary
MappingUtils()
           
 
Method Summary
static Date createDate(String isoDate)
           
static String getXMax(Node node)
           
static String getXMin(Node node)
           
static String getYMax(Node node)
           
static String getYMin(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingUtils

public MappingUtils()
Method Detail

getXMax

public static String getXMax(Node node)
Parameters:
node -
Returns:
maximum x coordinate
Throws:
com.vividsolutions.jts.io.ParseException
GeometryException

getXMin

public static String getXMin(Node node)
Parameters:
node -
Returns:
minimum x coordinate
Throws:
com.vividsolutions.jts.io.ParseException
GeometryException

getYMax

public static String getYMax(Node node)
                      throws com.vividsolutions.jts.io.ParseException
Parameters:
node -
Returns:
maximum y coordinate
Throws:
com.vividsolutions.jts.io.ParseException
GeometryException

getYMin

public static String getYMin(Node node)
                      throws com.vividsolutions.jts.io.ParseException
Parameters:
node -
Returns:
minimum y coordinate
Throws:
GeometryException
com.vividsolutions.jts.io.ParseException

createDate

public static Date createDate(String isoDate)
                       throws ParseException
Throws:
ParseException


Copyright © 2011. All Rights Reserved.