Re: [Geotools-gt2-users] Garbled attribute name (doesn't support Japanese chars? source code based on Csv2Shp.java)

2011-02-13 Thread eros
During the creation of Dbf Headers, need to convert it also to Windows-31J (or specified one or detected encoding) in order to view it normally in shape viewer software (ArcExplorer, Quickstart.java). Please guide me on the right direction. Thanks in advanced. Eros -- View this message in

Re: [Geotools-gt2-users] Steps on how to convert a gml:MultiSurfaceCoverage (gml:MultiSurface->..gml:LinearRing) to ESRI shape file?

2011-02-13 Thread eros
to consult: 1) MultiSurface can be treat as Curve when converting it to shape? Thanks and regards, Eros (2011/02/14 12:12), Jody Garnett-2 [via OSGeo.org] wrote: > Have you tried the user guide page on parsing GML? That will give you > a feature collection; from there you can follow the csv 2

Re: [Geotools-gt2-users] Is there a list reference to know the jar (artifact) file name for the specific functionality or package?

2011-02-09 Thread eros
determine the > specific > > artifact > > including their dependencies for the specific functionality or package. > > > > e.g. > > gt-main is required to all functionality (geotools core) > > gt-shapefile for shape file pr

Re: [Geotools-gt2-users] how to solve "org.xml.sax.saxparseexception premature end of file"

2010-09-23 Thread eros
I upload the gml and xsd file.. please use this as test data. http://osgeo-org.1803224.n2.nabble.com/file/n5529222/KsjAppSchema-A02_b.xsd KsjAppSchema-A02_b.xsd http://osgeo-org.1803224.n2.nabble.com/file/n5529222/A02-60M-13-b-5339.xml A02-60M-13-b-5339.xml -- View this message in context: ht

Re: [Geotools-gt2-users] GML 3, GeoTools sample

2010-09-23 Thread eros
is gml3 package of geotools is also targeting the gml3.2.1? I am trying to create a Java desktop app for GML 3.2.1 validation tool locally (without internet connection). can you help me on how to port a gml to java objects(geotools classes.)? -- View this message in context: http://osgeo-org.18

[Geotools-gt2-users] how to solve "org.xml.sax.saxparseexception premature end of file"

2010-09-23 Thread eros
I am trying to parse a gml 3.2.1 but getting the following error: [Fatal Error] :1:1: Premature end of file. org.xml.sax.SAXParseException: Premature end of file. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unkn

Re: [Geotools-gt2-users] Help convert gml to shp

2010-09-23 Thread eros
i can't find the GMLConfiguration from GML3.2.1 and IndexedShapefileDataStore for shape file.. here's my pom.xml http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.

Re: [Geotools-gt2-users] Help convert gml to shp

2010-09-23 Thread eros
i've found additional dependency to add.. for IndexedShapefileDataStore org.geotools gt-shapefile ${geotools.version} but how about GMLConfiguration gml3.2.1? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Help-convert-gml-to-shp-tp4736160p5528867.html

[Geotools-gt2-users] Where is the latest gt-gml?

2010-09-23 Thread eros
I've seen the below repo http://download.osgeo.org/webdav/geotools/org/geotools/gt-gml/ but cannot find the 2.7 or 2.6.4 version... how can I add this using maven? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Where-is-the-latest-gt-gml-tp5528871p5528871.html Sent fro

Re: [Geotools-gt2-users] Help convert gml to shp

2010-09-23 Thread eros
just like to up this thread.. I am also doing the same thing.. Please allow me to start from your code provided here.. i'll post my result within today.. thanks guys. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Help-convert-gml-to-shp-tp4736160p5528745.html Sent f

[Geotools-gt2-users] how to solve "org.xml.sax.saxparseexception premature end of file"

2010-09-16 Thread eros
I am trying to parse a gml 3.2.1 but getting the following error: [Fatal Error] :1:1: Premature end of file. org.xml.sax.SAXParseException: Premature end of file. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unkno