org.geotools.gml3.bindings
Class GML3EncodingUtils

Object
  extended by GML3EncodingUtils

public class GML3EncodingUtils
extends Object

Utility class for gml3 encoding.

Author:
Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org

Constructor Summary
GML3EncodingUtils()
           
 
Method Summary
static Element AbstractFeatureType_encode(Object object, Document document, Element value)
           
static Object AbstractFeatureType_getProperty(Object object, QName name, Configuration configuration)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GML3EncodingUtils

public GML3EncodingUtils()
Method Detail

AbstractFeatureType_encode

public static Element AbstractFeatureType_encode(Object object,
                                                 Document document,
                                                 Element value)

AbstractFeatureType_getProperty

public static Object AbstractFeatureType_getProperty(Object object,
                                                     QName name,
                                                     Configuration configuration)


Copyright © 1996-2009 Geotools. All Rights Reserved.