|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.demo.gmlparsing.GMLParsing
public class GMLParsing
GML3 Parsing examples.
Constructor Summary | |
---|---|
GMLParsing()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static void |
parseGML3()
Parses GML3 without specifying a schema location. |
static void |
schemaParseGML3()
Parses GML3 by specifying the schema location. |
static void |
streamParseGML3()
Parses GML3 without specifying a schema location, and illusrates the use of the streaming parser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMLParsing()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void parseGML3() throws java.lang.Exception
java.lang.Exception
public static void streamParseGML3() throws java.lang.Exception
java.lang.Exception
public static void schemaParseGML3() throws java.lang.Exception
This example first transforms the original file states.xml, and sets its schemaLocation to the states.xsd file.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |