org.deegree.feature.persistence.postgis
Class JAXBApplicationSchemaAdapter
java.lang.Object
org.deegree.feature.persistence.postgis.JAXBApplicationSchemaAdapter
public class JAXBApplicationSchemaAdapter
- extends Object
Adapter between JAXB ApplicationSchemaDecl and ApplicationSchema objects.
- Version:
- $Revision: 22104 $, $Date: 2010-01-21 14:59:23 +0100 (Do, 21 Jan 2010) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBApplicationSchemaAdapter
public JAXBApplicationSchemaAdapter()
toInternal
public static PostGISApplicationSchema toInternal(ApplicationSchemaDecl jaxbAppSchema)
- Converts a JAXB
ApplicationSchemaDecl object (that represents a mapped PostGIS application schema) into a
PostGISApplicationSchema object.
- Parameters:
jaxbAppSchema - mapped PostGIS application schema, must not be null
- Returns:
- internal application schema object, never
null
toJAXB
public static ApplicationSchemaDecl toJAXB(PostGISApplicationSchema postgisSchema)
- Converts a
PostGISApplicationSchema object into a JAXB ApplicationSchemaDecl.
- Parameters:
postgisSchema - PostGIS application schema, must not be null
- Returns:
- JAXB representation, never
null
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>