[Geotools-devel] Complex Features

2015-08-08 Thread hgryoo
Hello, developers Through parsing Application Schemas by gt-xml module of geotools, we plan to store application schema instances into the DataStore, and we would like to issue diverse queries including transaction with the DataStore. Application schema to deal with contains complex features. we

[Geotools-devel] Coupling problem between JTS and Geotools

2016-03-24 Thread hgryoo
Hi, I'm HyungGyu Ryoo from Pusan National University, South Korea. Our laboratory have been developing geometry module that supports 3d spatial operations and solid geometry. For the next step, we are going to store features with 3d geometry property into a database providing 3d geometry and query

Re: [Geotools-devel] Coupling problem between JTS and Geotools

2016-03-24 Thread hgryoo
Dear Jody, Thank you for really quick response. Yes, I am one of the members of the group in South Korea. As you mentioned, I think I might have some misunderstanding. For example, I thought GeometryAttributeImple is coupled with JTS library because JTS Geometry class is used in GeometryAttributeI

[Geotools-devel] Why createSolidBoundary method is missing in PrimitiveFactory?

2016-04-07 Thread hgryoo
Hi all, I'm HyungGyu Ryoo from Pusan National University, South Korea. Our lab is working on 3D spatial operation module. I found that createSolidBoundary method is missing in PrimitiveFactory interface. Is there any special reason why It isn't declared? I'd like to add this method in order to m

[Geotools-devel] Mutliplicity of AttributeTypeDescriptor problem when parsing elements in xsd:choice.

2016-07-15 Thread hgryoo
Hi! My goal is that storing application schema which has complex features like IndoorGML and CityGML. As a first step, I'm parsing IndoorGML schema in order to make complex FeatureType using FeatureTypeRegistry. I think I found bug, but I'm not sure. please comment this. Following is subset of In

Re: [Geotools-devel] Mutliplicity of AttributeTypeDescriptor problem when parsing elements in xsd:choice.

2016-07-17 Thread hgryoo
I'm sorry for confusing you. I'm volunteering but I don't know very well about parsing xml schema. I'm fixing getMinOccurs method in Schemas class. I'd like to make sure it is ok because Schemas class is really core in GeoTools. *Before* if (decl == fElement) { if (particle.isSetMinOccurs()) {