[OSGeo-Discuss] Re: Please give me advice on how to check the substitionGroup attribute?

2010-09-21 Thread eros
anybody in the group that may give me advices? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Please-give-me-advice-on-how-to-check-the-substitionGroup-attribute-tp5541483p5557557.html Sent from the OSGeo Discuss mailing list archive at Nabble.com.

[OSGeo-Discuss] Re: Please give me advice on how to check the substitionGroup attribute?

2010-09-17 Thread eros
another problem that I thinking of is on how to identify the xsd file to refer.. e.g. 1) gml:Grid - gml:AbstractImplicitGeometry is declared in ISO_19136_Schemas\grids.xsd 2) gml:AbstractImplicitGeometry - gml:AbstractGeometry is also declared in ISO_19136_Schemas\grids.xsd 3) while

[OSGeo-Discuss] Please give me advice on how to check the substitionGroup attribute?

2010-09-16 Thread eros
I would like to check if the element is substituted by gml:AbstractFeature or gml:AbstractObject.. gml file gml:Grid gml:id=grid dimension=2 ... /gml:Grid ksj:DesignatedAreaSubdivisionMesh gml:id=fi_1 ... /ksj:DesignatedAreaSubdivisionMesh please see the following xsd files to check if the

[OSGeo-Discuss] Re: Java library that can read GML file then port to Java classes

2010-09-15 Thread eros
Can support the below gml/schema files? xsd files: http://osgeo-org.1803224.n2.nabble.com/file/n5533815/Ksj_Common.xsd Ksj_Common.xsd http://osgeo-org.1803224.n2.nabble.com/file/n5533815/KsjAppSchema-A02_b-v1_0.xsd KsjAppSchema-A02_b-v1_0.xsd gml file:

[OSGeo-Discuss] Java library that can read GML file then port to Java classes

2010-09-13 Thread eros
I would like to read a gml file then port to Java classes for further processing.. i've heard geotools has GML3_2 package... please help me to decide on what java library to use... thanks -- View this message in context: