OGR just links SDE for reading. You'll have to work on the CB format yourself, Paul. I'm not sure if it's the same format as returned by ArcIMS (described in a doc inside this tarball http://mapserver.refractions.net/imsemu/imsemu-0.4.tar.gz) but I have been told by various people that it's pretty trivial. It might even just be shapes from the shapefile spec.
P. On Fri, Aug 7, 2009 at 11:00 AM, Paul Austin<[email protected]> wrote: > Simone, > > I'm looking to be able to read the points from a ST_Geometry using a pure > Java application (or writing a library to do so). > > Paul > > > On Thu, Aug 6, 2009 at 1:46 PM, Simone Giannecchini > <[email protected]> wrote: >> >> I am not 100% sure about you need, but I guess that OGR coud be what you >> need. >> There is some experimental work from aaime to integrate it. >> >> Simone. >> ------------------------------------------------------- >> Ing. Simone Giannecchini >> GeoSolutions S.A.S. >> Owner - Software Engineer >> Via Carignoni 51 >> 55041 Camaiore (LU) >> Italy >> >> phone: +39 0584983027 >> fax: +39 0584983027 >> mob: +39 333 8128928 >> >> >> http://www.geo-solutions.it >> http://geo-solutions.blogspot.com/ >> http://simboss.blogspot.com/ >> http://www.linkedin.com/in/simonegiannecchini >> >> ------------------------------------------------------- >> >> >> >> On Thu, Aug 6, 2009 at 8:38 PM, Paul Austin<[email protected]> >> wrote: >> > >> > On Thu, Aug 6, 2009 at 11:12 AM, Paul Austin <[email protected]> >> > wrote: >> >> >> >> I was wondering if there was any code in GeoTools to be able to parse >> >> ESRI >> >> compressed binary data to extract the actual points? More specifically >> >> I >> >> have an Oracle SDE.ST_Geometry column which has the points stored as >> >> compressed binary. >> >> >> >> If possible I'd like to be able to do this without depending on ESRI >> >> jars. >> >> >> >> Cheers, >> >> Paul >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> > 30-Day >> > trial. Simplify your report design, integration and deployment - and >> > focus >> > on >> > what you do best, core application coding. Discover what's new with >> > Crystal Reports now. http://p.sf.net/sfu/bobj-july >> > _______________________________________________ >> > Geotools-gt2-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users >> > >> > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
