Re: [geometry] IO Modules - Part 2

2021-04-06 Thread Matt Juntunen
I have not received any responses on this so I am going to go ahead and merge the PR. -Matt From: Matt Juntunen Sent: Sunday, April 4, 2021 7:32 AM To: Commons Developers List Subject: Re: [geometry] IO Modules - Part 2 Hello, Would anyone like more time to

Re: [geometry] IO Modules - Part 2

2021-04-04 Thread Matt Juntunen
Hello, Would anyone like more time to look over this? If not, and assuming there are no objections, I plan on merging it in the next few days. Regards, Matt J From: Matt Juntunen Sent: Sunday, March 28, 2021 1:39 PM To: Commons Developers List Subject: [geometr

Re: [geometry] IO Modules

2021-01-27 Thread Gilles Sadowski
-CUT-- Regards, Gilles > just as I might call 'ImageIO.read(new File("image.png"))'. > > Regards, > Matt J > > > From: Gilles Sadowski > Sent: Saturday, January 23, 2021 9:40 AM > To: Commons Developers List > Subje

Re: [geometry] IO Modules

2021-01-25 Thread Matt Juntunen
I might call 'ImageIO.read(new File("image.png"))'. Regards, Matt J From: Gilles Sadowski Sent: Saturday, January 23, 2021 9:40 AM To: Commons Developers List Subject: Re: [geometry] IO Modules Hi. Le ven. 22 janv. 2021 à 03:38, Matt Ju

Re: [geometry] IO Modules

2021-01-23 Thread Gilles Sadowski
Hi. Le ven. 22 janv. 2021 à 03:38, Matt Juntunen a écrit : > > Hi Gilles, > > > Really, the main point is to separate format (contents) from filename > > (container). > > This makes sense. What would you think of the approach below? I have no strong objections, as I do not graps all the require

Re: [geometry] IO Modules

2021-01-21 Thread Matt Juntunen
etters? In other words, should it be OBJWriter or ObjWriter? Regards, Matt J From: Gilles Sadowski Sent: Thursday, January 21, 2021 7:40 AM To: Commons Developers List Subject: Re: [geometry] IO Modules Hello. Le mer. 20 janv. 2021 à 23:55, Matt Juntunen a écr

Re: [geometry] IO Modules

2021-01-21 Thread Gilles Sadowski
eIO. IIUC, they also make the difference pointed out above: https://docs.oracle.com/javase/7/docs/api/javax/imageio/ImageIO.html#getImageReadersByMIMEType(java.lang.String) https://docs.oracle.com/javase/7/docs/api/javax/imageio/ImageIO.html#getImageReadersBySuffix(java.lang.String) Sorry if I&

Re: [geometry] IO Modules

2021-01-20 Thread Matt Juntunen
e extension approach above is similar to that used by javax.imageio.ImageIO. Regards, Matt From: Gilles Sadowski Sent: Wednesday, January 20, 2021 5:28 PM To: Commons Developers List Subject: Re: [geometry] IO Modules Le mer. 20 janv. 2021 à 22:42, Matt Juntu

Re: [geometry] IO Modules

2021-01-20 Thread Gilles Sadowski
d and write that format (using custom BoundaryReadHandler3D and > BoundaryWriteHandler3D implementations). Is what I wrote above preventing that? Best, Gilles > > Thoughts? > > Regards, > Matt J > > > > > From: Gilles Sadowsk

Re: [geometry] IO Modules

2021-01-20 Thread Matt Juntunen
ementations). Thoughts? Regards, Matt J ________ From: Gilles Sadowski Sent: Wednesday, January 20, 2021 9:17 AM To: Commons Developers List Subject: Re: [geometry] IO Modules Hi Matt. Le mer. 20 janv. 2021 à 05:03, Matt Juntunen a écrit : > > Hello,

Re: [geometry] IO Modules

2021-01-20 Thread Gilles Sadowski
Hi Matt. Le mer. 20 janv. 2021 à 05:03, Matt Juntunen a écrit : > > Hello, > > I've created GEOMETRY-115 and an associated PR [1] containing new modules for > IO functionality. The new modules are > > * commons-geometry-core-io - Common space-independent interfaces and > classes > * com