org.deegree.gml
Class ReadGML

java.lang.Object
  extended by org.deegree.gml.ReadGML

public class ReadGML
extends Object

Example code for reading GML documents/document fragments with deegree's GML API.

Version:
$Revision: 31632 $, $Date: 2011-08-24 14:20:03 +0200 (Wed, 24 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
ReadGML()
           
 
Method Summary
static void main(String[] args)
           
static void readInspireAddresses()
           
static void readSimpleFeatureCollection()
          AppSchema is derived automatically
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadGML

public ReadGML()
Method Detail

readSimpleFeatureCollection

public static void readSimpleFeatureCollection()
                                        throws XMLStreamException,
                                               FactoryConfigurationError,
                                               IOException,
                                               XMLParsingException,
                                               UnknownCRSException
AppSchema is derived automatically

Throws:
IOException
FactoryConfigurationError
XMLStreamException
UnknownCRSException
XMLParsingException

readInspireAddresses

public static void readInspireAddresses()
                                 throws XMLStreamException,
                                        FactoryConfigurationError,
                                        IOException,
                                        XMLParsingException,
                                        UnknownCRSException
Throws:
XMLStreamException
FactoryConfigurationError
IOException
XMLParsingException
UnknownCRSException

main

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


Copyright © 2011. All Rights Reserved.