org.deegree.feature.persistence.sql.rules
Class Mappings

java.lang.Object
  extended by org.deegree.feature.persistence.sql.rules.Mappings

public class Mappings
extends Object

Various static methods for performing standard tasks on Mapping objects.

Version:
$Revision: 31371 $, $Date: 2011-07-28 20:01:28 +0200 (Thu, 28 Jul 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $
See Also:
Mapping

Constructor Summary
Mappings()
           
 
Method Summary
static DBField getDBField(Mapping mapping)
           
static GeometryMapping getGeometryMapping(Mapping mapping)
           
static MappingExpression getMappingExpression(Mapping mapping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mappings

public Mappings()
Method Detail

getGeometryMapping

public static GeometryMapping getGeometryMapping(Mapping mapping)

getDBField

public static DBField getDBField(Mapping mapping)
                          throws UnsupportedOperationException,
                                 IllegalArgumentException
Throws:
UnsupportedOperationException
IllegalArgumentException

getMappingExpression

public static MappingExpression getMappingExpression(Mapping mapping)
                                              throws UnsupportedOperationException
Throws:
UnsupportedOperationException


Copyright © 2011. All Rights Reserved.