Re: [JPP-Devel] BizzJUMP Distro Available For Docking WindowFrameworkDemo

2008-10-10 Thread Paul Austin
> > Larry > > On Fri, Oct 10, 2008 at 12:34 AM, Paul Austin <[EMAIL PROTECTED]>wrote: > >> Check out http://www.vlsolutions.com/en/products/docking/ It's the one I >> like the best so far >> >> >> On Thu, Oct 9, 2008 at 9:38 PM, Bing Ran <[

Re: [JPP-Devel] BizzJUMP Distro Available For Docking WindowFrameworkDemo

2008-10-09 Thread Paul Austin
> >>> Jump-pilot-devel mailing list > >>> Jump-pilot-devel@lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > >>> > >> > >> > -

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Paul Austin
Landon, Try doing a clean project and rebuild, also you may want to make sure that you have associated the 1.5 JRE as the library to build the project as well as setting the compiler compliance settings. You may want to setup a separate build environment when you build with the correct JDK outsid

Re: [JPP-Devel] BizzJUMP Distro Available For Docking Window Framework Demo

2008-10-08 Thread Paul Austin
gt; - >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Gra

Re: [JPP-Devel] comment on request on having a free-floating attributepanel

2008-10-07 Thread Paul Austin
nsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=

Re: [JPP-Devel] Nightly build broken

2008-10-04 Thread Paul Austin
ilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > -- Paul Austin President/CEO Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com -

Re: [JPP-Devel] org.apache cannot be resolved

2008-09-25 Thread Paul Austin
the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______ > Jump-pi

Re: [JPP-Devel] Questions about GML 2

2008-09-18 Thread Paul Austin
prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourcef

Re: [JPP-Devel] DbfFile and String intern

2008-07-21 Thread Paul Austin
Where you do String.substring and then are going to put it in the cache use new String(s) this will trim any extra characters from the substring. If you don't do this you're cache will include all the characters of the original string. Paul -

Re: [JPP-Devel] DbfFile and String intern

2008-07-21 Thread Paul Austin
Andreas, PermGen space is the area that the Java virtual machine uses to store class file definitions and things like interned Strings. If you are using commons-logging in say tomcat then there can be cases where classes in your web application are referenced by classes in the servlet contai

Re: [JPP-Devel] Report on First Code Review of JTin

2008-07-11 Thread Paul Austin
If I have a bunch of DEM points and breaklines how do I generate the Triangles from them using the SoC library? Paul Christopher wrote: From: Sunburned Surveyor <[EMAIL PROTECTED]> I must say that Chris took an interesting approach to the design of JTin, and one that was a lot different from t

Re: [JPP-Devel] Warning About Eclipse Ganymede and Subclipse

2008-07-07 Thread Paul Austin
t to the > Subclipse mailing list for help, but I wanted to let others now so > they didn't get surprised like I did when upgrading to Eclipse > Ganymede. > > Landon > > On Mon, Jul 7, 2008 at 1:30 PM, Paul Austin <[EMAIL PROTECTED]> > wrote: > > I have th

Re: [JPP-Devel] Warning About Eclipse Ganymede and Subclipse

2008-07-07 Thread Paul Austin
I have the Subclipse 1.4.0 working with the Subversion Client Adapter 1.5.0 and Subversion Native Library Adapter (JavaHL) 1.5.0 using the http://subclipse.tigris.org/update_1.4.x update site and this works. Paul - Sponsor

Re: [JPP-Devel] June OpenJUMP User Survey Results Released

2008-07-04 Thread Paul Austin
The problem with the following proposal is not a technical one, it is a legal one. Google and the other providers typically only allow access to their tile layer using their web sites and web APIs. This is in part because they license the data from other parties for a specific purpose. Paul > I

Re: [JPP-Devel] Some questions and suggested core changes related to the TaskFrame class.

2008-07-02 Thread Paul Austin
Landon, The getTaskFrame() method is from the TaskFrameProxy. This allows other parts of the application to get a TaskFrame from another object without knowing that the original object is a TaskFrame instance. For example you could have a MyFrame class which also implements the TaskFrameProxy inte

Re: [JPP-Devel] R: R: Style Sheet For Java FOSS Coding

2008-07-02 Thread Paul Austin
de, I don't think it's a bad thing if each one uses it's own style, so diferent pieces of code can be easily spotted. But this is just me... :-) Bye Paolo Rizzi -Messaggio originale- *Da:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] conto di *Pau

Re: [JPP-Devel] R: R: Style Sheet For Java FOSS Coding

2008-07-02 Thread Paul Austin
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] conto di *Paul Austin *Inviato:* mercoledì 2 luglio 2008 18.59 *A:* OpenJump develop and use *Oggetto:* Re: [JPP-Devel] R: Style Sheet For Java FOSS Coding On another note all blocks should use {}, spaces instead of tabs. 2 spaces i

Re: [JPP-Devel] R: Style Sheet For Java FOSS Coding

2008-07-02 Thread Paul Austin
--- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] conto di Paul Austin Inviato: mercoledì 2 luglio 2008 18.35 A: OpenJump develop and use Oggetto: Re: [JPP-Devel] Style Sheet For Java FOSS Coding I think that using an if/.else statement is much more readable than the ?: operator. It

Re: [JPP-Devel] Style Sheet For Java FOSS Coding

2008-07-02 Thread Paul Austin
I think that using an if/.else statement is much more readable than the ?: operator. It's just another one of those coding religious wars such as if the { should be on the same or the next line. Paul - Sponsored by: Source

Re: [JPP-Devel] Style Sheet For Java FOSS Coding

2008-07-02 Thread Paul Austin
Landon, Here are my comments 1. Code formatting is very important in the FOSS world as you have many developers modifying the code. If you have consistent formatting then when you do a diff/merge you can see the real changes between the code and not just the differences in

Re: [JPP-Devel] Adding new file types to "Open..." dialogue box

2008-06-30 Thread Paul Austin
The Open File..., works with the FileLayerLoader, this is by far the easiest option if you want to open something from a file. It also supports loading files from within zip files. See org.openjump.core.ui.io.file.DataSourceFileLayerLoader for an example registry.createEntry(FileLayerLoader.KEY

Re: [JPP-Devel] Looks like the nightly build has been down since June 19th?

2008-06-30 Thread Paul Austin
I must have restarted my machine but forgot to add the ssh-keys to my ssh-agent so it was not copying them to the server. I'm running it now and it will be up again shortly. Paul Sunburned Surveyor wrote: > Did we break the build or is it a problem with the host machine? > > The Sunburned Surve

Re: [JPP-Devel] Draft of OpenJUMP Plug-in Programmer's Guide

2008-06-23 Thread Paul Austin
I've been experimenting with the concepts of http://microformats.org/ which are basically XHTML documents where you use classes on divs (and other html elements) to provide some semantics to a document. Hopefully someone will come up with a docbook like micro format. Until then I've just made o

Re: [JPP-Devel] endianess

2008-06-23 Thread Paul Austin
(BYTE_ORDER and CHAR_SET). Using a byte array to read to and write from the stream, I just do a ByteBuffer.wrap(byteArray).order(BYTE_ORDER) to make things ordered the way I want. I've tested this with both Big and Little Endian ordering and seems to work just fine. --Christopher --- Paul A

Re: [JPP-Devel] endianess

2008-06-23 Thread Paul Austin
write data in a web service. Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Christopher wrote: Should binary files created with OpenJUMP be big endian or little endian? Big endian = java standard, PowerPC, R

Re: [JPP-Devel] R: Print line numbers in Eclipse?

2008-06-23 Thread Paul Austin
w for an example. http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/src/org/openjump/util/XPathUtils.java?view=markup Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> P.Rizzi Ag.Mobilità Amb

Re: [JPP-Devel] Does JTS and/or OpenJUMP support WKT spatial reference system?

2008-06-14 Thread Paul Austin
Geo tools has some code, I've not used it so don't know how it works. http://javadoc.geotools.fr/2.4/org/geotools/referencing/wkt/package-summary.html Christopher wrote: > Is there a standardized OpenJUMP way to convert a WKT > spatial reference system (see Simple Features spec > page 74) to an

Re: [JPP-Devel] Question about Cloned windows

2008-06-13 Thread Paul Austin
If you cloned the task by creating a new layer manager etc around an existing feature collection it may work for file based data where the file is loaded into memory, it would not work so well for a database connection as it loads data on the fly and caches it using the BBOX of the viewport win

Re: [JPP-Devel] Fwd: OpenJUMP question

2008-06-12 Thread Paul Austin
Larry, I have a graph implementation which has an undershoot processor in it, have a look at the processUndershootNodes method. http://rsiaf.googlecode.com/svn/rs-gis-core/trunk/src/main/java/com/revolsys/gis/graph/Graph.java The algorithm processes all nodes looking for edges within 2 units (e.

Re: [JPP-Devel] The JUMP way to load and save files...

2008-06-11 Thread Paul Austin
Christopher, Have a look at the org.openjump.core.ui.io.file.AbstractFileLayerLoader class for implementing a complete custom file loader. You just have to implement the open(TaskMonitor monitor, URI uri, Map options) method to do the actual Layerable creation. If there are options the user

Re: [JPP-Devel] The JUMP way to load and save files...

2008-06-09 Thread Paul Austin
ds up being a wrapper for > JUMPReader & JUMPWriter. > > Thank you for the feedback, > --Christopher > > --- Paul Austin <[EMAIL PROTECTED]> wrote: > > > Christopher, > > > > The easiest way is to use the > > > com.vividsolutions.jump.io.datasourc

Re: [JPP-Devel] The JUMP way to load and save files...

2008-06-08 Thread Paul Austin
#x27;s the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.

Re: [JPP-Devel] Try to use GeoTools SimpleFeature or extract JUMP Feature in small, portable library.

2008-06-04 Thread Paul Austin
I agree with Jordy adapters and feature factories are a great way to switch between one model and another. I built factories into my API with the added extra of using generics for the factory. With this approach my factory returns the value using the correct sub class of DataObject. In the cas

Re: [JPP-Devel] Try to use GeoTools SimpleFeature or extract JUMP Feature in small, portable library.

2008-06-03 Thread Paul Austin
Landon, Is there a need to implement your own subclass of SimpleFeature or would using the DefaultFeature implementation work. I'm guessing there is a need as you want something which is both a JUMP Feature and a GeoTools feature. I'm still working away at my DataObject framework. The DataObje

Re: [JPP-Devel] Log4j.xml and openjump.bat

2008-06-02 Thread Paul Austin
. Paul Andreas Schmitz wrote: Paul Austin wrote: Hi, Right, I forgot we added the conf dir to the classpath. I think we should provide a sample log4j.xml file for the complete novice users. on that I'm agreed. Maybe we should clean up the file since it contains many entries righ

Re: [JPP-Devel] Log4j.xml and openjump.bat

2008-06-02 Thread Paul Austin
Right, I forgot we added the conf dir to the classpath. I think we should provide a sample log4j.xml file for the complete novice users. Paul Andreas Schmitz wrote: Paul Austin wrote: Hi, How about this as a solution. We rename the log4j.xml to log4j.xml.sample and then in the .bat

Re: [JPP-Devel] Log4j.xml and openjump.bat

2008-06-02 Thread Paul Austin
How about this as a solution. We rename the log4j.xml to log4j.xml.sample and then in the .bat file so a test to see if the log4j.xml file exists in the conf directory and only if it is there does it add it to the options when launching the application. This way people can easily use it if the

Re: [JPP-Devel] Workbench Properties

2008-05-29 Thread Paul Austin
ate a /openjump/users/ folder. This would allow us to maintain our "cross-platform" status while still supporting individual user configuration settings. The Sunburned Surveyor On Wed, May 28, 2008 at 12:57 AM, Andreas Schmitz <[EMAIL PROTECTED]> wrote: Paul Austin wrote: Hi,

Re: [JPP-Devel] Workbench Properties

2008-05-27 Thread Paul Austin
machine. And then of course there's the issue with backwards compatibility, both with installed base, existing code, and existing design. Paul Austin wrote: The (persistent) blackboard at the moment is for the whole workbench and not specific to a project. There are blackboards for other

[JPP-Devel] Task Properties and finding Task from AbstractLayerable and Category

2008-05-27 Thread Paul Austin
All, I have checked in the change so you can add properties to a Task. Properties are keyed by a QName instance, see org.openjump.core.model.OpenJumpTaskProperties for the list of standard properties (just SRID at the moment). If you want to add a standard property it would go in this constant

Re: [JPP-Devel] Task Properties

2008-05-25 Thread Paul Austin
that is specific to the platform. Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Stefan Steiniger wrote: in general I support Pauls idea, although I am wondering what has been happened to the first requ

Re: [JPP-Devel] Task Properties

2008-05-24 Thread Paul Austin
va.sun.com/j2se/1.5/pdf/generics-tutorial.pdf section 5 generic methods Paul Michael Michaud wrote: Paul Austin a écrit : I would like to extend the Task class to support properties. Properties can be set by plug-ins on the task. An example of a property would be the SRID for the whole

[JPP-Devel] Task Properties

2008-05-23 Thread Paul Austin
I would like to extend the Task class to support properties. Properties can be set by plug-ins on the task. An example of a property would be the SRID for the whole task. This will allow us to support extended metadata on tasks without having to add new methods each time or subclassing. I prop

Re: [JPP-Devel] Question about JTIN design decision

2008-05-22 Thread Paul Austin
UMP. > > Landon > > P.S. - Chris: If Paul's modifications to OpenJUMP work the way I > think, then we won't have to make changes to OpenJUMP's rendering > system to add rendering for a JTin layerable as was stated previously > in this thread. Having said that,

Re: [JPP-Devel] Question about JTIN design decision

2008-05-21 Thread Paul Austin
RendererFactory; com.revolsys.jump.ui.model.GridRenderer; Hope this helps. Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Sunburned Surveyor wrote: Chris, You've asked some good questions, and I'm glad Paul got back to you a lot

Re: [JPP-Devel] Question about JTIN design decision

2008-05-20 Thread Paul Austin
houghts on what I'd do in your place. Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Christopher wrote: I currently have the JTIN library designed so that all the heavy lifting data structures are are loc

Re: [JPP-Devel] Nightly build is missing lib\ext directory

2008-05-13 Thread Paul Austin
I've added it in and it should be there in tomorrow's build. Paul Rahkonen Jukka wrote: > Hi, > > The nightly builds nowadays do not have the lib\ext directory to drop > the extensions in. Is it intentionally left out for some reason? > > -Jukka Rahkonen- > > -

Re: [JPP-Devel] Did the nightly build stop on April 3, 2008?

2008-04-18 Thread Paul Austin
I rebooted my machine and forgot to set it up so I could copy the files to the sourceforge set without a password . The files are now copying again Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Sunburned Su

Re: [JPP-Devel] More Input on JTin Library

2008-04-11 Thread Paul Austin
Landon, When starting the development I would start defining the interface for the TinSurface. A TinSurface would be generated from all the DEM points, breaklines, area of exclusions etc. Once created it would be immutable. This class would have all the methods you'd need for getting access to

Re: [JPP-Devel] Proposed System For Managing Unit Formatting

2008-04-11 Thread Paul Austin
Have a look at JSR 275 with examples at http://www.javaworld.com/javaworld/jw-10-2007/jw-10-jsr275.html This looks like adding unit conversion and formatting to the main Java libraries. Paul Sunburned Surveyor wrote: > I thought about possible solutions to support for formatting units in > Ope

Re: [JPP-Devel] Parallel Processing Pipelines

2008-04-06 Thread Paul Austin
presentation of the geometry? --Christopher --- Paul Austin <[EMAIL PROTECTED]> wrote: All, I've just started a blog and put a post related to parallel processing of data, which might be useful in tasks such as streaming building of a TIN. http:

Re: [JPP-Devel] Source Code

2008-04-04 Thread Paul Austin
Uwe, The nightly build just uses the latest source from SVN https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk I could set it up to do a nightly source package too if you'd like Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304

[JPP-Devel] Parallel Processing Pipelines

2008-04-03 Thread Paul Austin
All, I've just started a blog and put a post related to parallel processing of data, which might be useful in tasks such as streaming building of a TIN. http://revolsys.blogspot.com/ Paul - Check out the new SourceForge.ne

Re: [JPP-Devel] Projection for task

2008-04-03 Thread Paul Austin
Michaël, I've found the QName very useful in my DataObject framework which is why I was suggesting using it. It's also nice because it's part of Java so we don't need to have a special jar for a custom identifier. This might then be messy if we want to support using this identifier for many d

Re: [JPP-Devel] Decoration Styles

2008-04-03 Thread Paul Austin
erent fill portion for a line. Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Eric Jarvies wrote: Hello, with OJ, is there a way to separate a vector object's geometry from it's appearance(easily)? hand

[JPP-Devel] Projection for task

2008-04-03 Thread Paul Austin
All, At the moment we don't really deal with Coordinate Reference Systems in a Task except for the WMS where you get to select the Coordinate Reference Systems to send to the WMS server. What I think we should do is have it so that you can select the Coordinate Reference Systems for a task. T

[JPP-Devel] Decoration Styles

2008-04-03 Thread Paul Austin
All, I'm wondering if there is a better way for users to select the decoration styles. What I was thinking is we can divide them into the following categories. 1. Start 2. End 3. Segment 4. Vertex (also applies to Point) Then each style implementation would implement say LineStartSty

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-03 Thread Paul Austin
Streaming is always a preferred way of doing things, as is dividing work into regions. If you have the source data in a database then you can easily divide the data into a rectangular grid and process each cell in the grid separately and then do some seeming on the edges as post processing. I'v

[JPP-Devel] Moving categories code/menu items

2008-04-02 Thread Paul Austin
All, I see someone has added some code to have menu items to move categories up and down. This is a great feature but would it not be simpler for the up and down to use drag and drop the same as we have on the layers? Cheers, Paul ---

Re: [JPP-Devel] Missing delete all features from layer

2008-04-01 Thread Paul Austin
member addresses could be extracted > from it. This mailing list has been configured to send all > unrecognized bounce messages to the list administrator(s). > > >>>>>>>> > Subject: > Missing delete all features from layer > From: > Paul Austin <[EMAIL

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-04-01 Thread Paul Austin
As Landon mentioned, the only limit is the amount of RAM a user has given to the virtual machine. There are however some smart things we can do to reduce the memory usage. For example within the TIN itself use highly efficient data structures, such as defining a triangle object with 3 coordinat

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-03-31 Thread Paul Austin
ere will need to be extra methods on the TIN to get triangles by bounding box, calculate the elevation fro a geometry returning a new geometry with calculated z-values and also ones to return lines for a given height which you could then use to create a smoothed contour line. Paul **

Re: [JPP-Devel] JTin Folder Created On SurveyOS Repository

2008-03-31 Thread Paul Austin
thing in JUMP so it could be used in other projects. Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Christopher wrote: Following is an interleaved reply... --- Landon Blake <[EMAIL PROTECTED]> wr

Re: [JPP-Devel] Weekly Build Disconintued

2008-03-25 Thread Paul Austin
> 1) Since many files seems not changed (I think so) during the > migration of versions (eg.postgresql-8.1-407.jdbc3.jar) we can > distribute as NB only the files which had a change together with a txt > file which explain how to construct the most recent OJ NB working. > This save space on th

Re: [JPP-Devel] Weekly Build Disconintued

2008-03-24 Thread Paul Austin
The new nightly build is done using 1.5 source and target compatibility. I'm using the maven pom.xml to build the release so hopefully that shouldn't be too much different from the ant build version. I integrated the latest changes for JTS 1.9 so it should be up to date. Paul *P

Re: [JPP-Devel] Sample Ant Tasks For Nightly Build

2008-03-17 Thread Paul Austin
have any old code hanging around in the build. Then all you need to do is have another script to copy them to the ftp site. If you can get the ssh access then using the scp command or the rsync command makes it very easy to do. Paul *Paul Austin* /President/CEO/ Revolution Systems Inc

Re: [JPP-Devel] Open Recent

2008-03-13 Thread Paul Austin
Feel free to implement it if you have the time Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Uwe Dalluege wrote: Moin Stefan, I think this way is a little unpractical for the "enduser". Maybe i

Re: [JPP-Devel] Question about the proper use of the I18N class...

2008-02-15 Thread Paul Austin
Landon, This assumed you are using maven to do your builds. I have found it very useful when dealing with multiple projects. In maven you have the following structure src main java resources Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201

Re: [JPP-Devel] WMS changes

2008-01-25 Thread Paul Austin
connection panel to have a check box so that the user can select if they wish to use the urls defined in the capabilities document or the original one. Paul *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (604) 288-4304 x201 www.revolsys.com <http://www.revolsys.com> Rahkonen Ju

[JPP-Devel] WMS changes

2008-01-24 Thread Paul Austin
I noticed that someone added some functionality to display a confirmation dialog if the URL in the capabilities document is different from the service request URL. I'm not sure if this is the best thing to do as it requires a lot of extra key presses when you automatically add WMS layers in a plugi

Re: [JPP-Devel] Old unix startup scripts

2008-01-23 Thread Paul Austin
t.com/MRT/go/vse012070mrt/direct/01/ > > > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > -- *Paul Austin* /President/CEO/ Revolution Systems Inc. +1 (

[JPP-Devel] CachedFeatureCollections and ObserveableFeature Collection

2008-01-15 Thread Paul Austin
The CachedFeatureCollection class is designed to wrap another feature collection and provide caching functionality. If the envelope being queried is contained in the envelope of the current view port for which data has been cached then the data is returned from the cache. The current implementatio

Re: [JPP-Devel] OpenJUMP and JTS Integration Plans

2008-01-07 Thread Paul Austin
I just upgraded my open jump to 1.9-RC6 and there was only one compile time issue due to a class being moved to a different package. Haven't done any runtime tests yet. Paul Stefan Steiniger wrote: > we use 1.7 (2?) > > but we will switch to 1.9 - as it contains a couple of interesting features.

Re: [JPP-Devel] Question about internationalization...

2008-01-04 Thread Paul Austin
You best bet is to run it in eclipse in debug mode. Put a breakpoint right before the dialog is created and step though to see if there are any errors. Sometimes you can get errors in the static initialization of classes. By stepping through you should see where any errors are. Paul Sunburned Sur

Re: [JPP-Devel] Question for Eclipse Users...

2008-01-02 Thread Paul Austin
Hi Landon, This should do it Window>Preferences General>Editors>Text Editor tick -> Show Print Margin enter 80 for Print Margin Column Happy New Year Paul Sunburned Surveyor wrote: > Do you guys know how to set up a marker line at a specific number of > columns from the right side of the c

Re: [JPP-Devel] Last Layout of OJ 1.2 ?

2007-12-21 Thread Paul Austin
Uwe, I won't be making any layout changes in this release. Eventually I'll get round to changing the Save dialog to look like the new Open dialog. Paul > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > ___ > Jump-pilot-devel mailing list > Ju

Re: [JPP-Devel] Open... DialogWindow

2007-12-20 Thread Paul Austin
Uwe, The only problem with centering is that the dialog size changes depending on the panels selected, so you as you switch panels it may end up going off the edge of the screen of if you recentre it at that point it would move which would be confusing to users. We could shift it in by say 10,

Re: [JPP-Devel] PIROL AbstractMethodError

2007-12-18 Thread Paul Austin
(object.getClass); if (factory != null) { return factory.create(...) } Which is a lot more extensible than hard coding . Outside the this method factories aren't necessarily needed. Paul Andreas Schmitz wrote: > Paul Austin wrote: > > Hi, > > >> I was thinking t

Re: [JPP-Devel] PIROL AbstractMethodError

2007-12-18 Thread Paul Austin
Stefan, It was pretty easy so I have migrated the Layer and WMSLayer to use RenderingFactory implementations to create the renderers. I have set it up so that if it can't find a renderer for a class it will look at the super classes until it finds a match. If that fails and the old stuff fails the

Re: [JPP-Devel] PIROL AbstractMethodError

2007-12-18 Thread Paul Austin
hould be set first at least for the 1-2 years. > > About updating the pirol plugins: > It is currently not possible. As far as i am informed the Pirol project > will get a new programmer not before March 08. And they maintain the > sources on their own (but they are provided with the plugins

Re: [JPP-Devel] PIROL AbstractMethodError

2007-12-18 Thread Paul Austin
e pirol plugins: > It is currently not possible. As far as i am informed the Pirol project > will get a new programmer not before March 08. And they maintain the > sources on their own (but they are provided with the plugins). > > cheers from Germany, > Stefan > > Paul A

Re: [JPP-Devel] Save Project with Image Files

2007-12-18 Thread Paul Austin
Uwe, For Project saving to work a layer must have a DataStoreQuery set, this is probably not the case for the image layers. Paul Uwe Dalluege wrote: > Hi, > > > I try to save a Project with an Image file > but it does not work: > > > 1. File>Open>Geographically Registered Tagged Image File Forma

Re: [JPP-Devel] PIROL AbstractMethodError

2007-12-18 Thread Paul Austin
Uwe, I made a change to the API to pass in the LayerViewPanel so that the renderers can get access to it. If you can update the pirol plug-ins to have that additional parameter that would be great. Paul Uwe Dalluege wrote: > Hi, > > when I use the PIROL rasterImage-PlugIn (rasterImage.jar) > wi

[JPP-Devel] WMS and Min/Max scale

2007-12-10 Thread Paul Austin
Does anyone know the formulas to convert between the ScaleHint in a WMS request and the corresponding min/Max scale on a WMS layer? Cheers, Paul - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace.

[JPP-Devel] Compilation problem

2007-11-21 Thread Paul Austin
Stefan, Can you fix the attributeOperations package. The package declaration is different from the directory it is in. I'm not sure which is the correct one. Paul - This SF.net email is sponsored by: Microsoft Defy all cha

Re: [JPP-Devel] Questions On Best Practices For Java Internationalization

2007-11-21 Thread Paul Austin
Landon, 1. Long strings should be fine, although if you start having a bunch of HTML in there then maybe look at having a I18N mechanism for HTML fragments. 2. What I typically do is define a constant for each of my I18N strings and use those where required. Paul Sunburned Surveyor wrote: > I've

Re: [JPP-Devel] Package names

2007-11-21 Thread Paul Austin
Stefan, Use apitools would be correct Paul Stefan Steiniger wrote: > do you mean throughout the complete packname? > e.g. instead of "apiTools" i should use "apitools" > > stefan > > Paul Austin schrieb: > >> All, >> >> When creatin

[JPP-Devel] Package names

2007-11-21 Thread Paul Austin
All, When creating package names please use lower case for them as this is a common Java practice. Paul - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.co

Re: [JPP-Devel] PostGIS with OpenWizard

2007-11-19 Thread Paul Austin
Eric, I can't compile it, there is the following error. The method getMessage(String, Object[]) in the type I18N is not applicable for the arguments (String, String, String[]) PostGISPlugin/src/main/java/net/refractions/postgis/PostGISConnection.java line 391 Paul Eric Lemesre wrote: > Hi, >

[JPP-Devel] Adding new jars

2007-11-19 Thread Paul Austin
All, I noticed that a new jar was added to openjump to replace jmat. When new jars are updated can you also add a dependency to the jar to the pom.xml file. If the package is not available in the core maven repository you will have to add it to the open jump repository. You can use a command suc

Re: [JPP-Devel] Debian Package For OpenJUMP

2007-11-09 Thread Paul Austin
Landon, Here is my advise. 1. Take the OJ nightly build and manually make the changes to create a debian install. Writing down each step 2. Create a ant build script to take a nightly build following those steps to automatically create a debian install 3. Run this daily against the nightly build

[JPP-Devel] Bug in paste function

2007-11-09 Thread Paul Austin
All, I noticed there is a bug in the right click paste features plug-in. I'd added support for adding arbitrary coordinates but it has broken the Line String processing. I'm about to go away for a week so don't have time to fix it. If someone would either fix it or disable the non-wkt extensions t

Re: [JPP-Devel] Spreadsheet to help document I18N Property Files

2007-11-07 Thread Paul Austin
PRB Editor https://prbeditor.dev.java.net/ Larry Becker wrote: > Hi SS, > > The spreadsheet is not a bad way to work, but I like the property > editor better. Too bad I can't remember the name. > > Larry > > On Nov 7, 2007 2:10 PM, Sunburned Surveyor < > [EMAIL PROTECTED]

Re: [JPP-Devel] Spreadsheet to help document I18N Property Files

2007-11-07 Thread Paul Austin
I find the properties file editor that someone posted a while back works very well for this and has the added benefit you don't have to copy things in and out of a spreadsheet. Paul Sunburned Surveyor wrote: > I was wondering if we might use a simple spreadsheet to assist with > documentation and

Re: [JPP-Devel] Question about instructions for plug-in I18N...

2007-11-06 Thread Paul Austin
You are correct it is the getText method, can you fix that on the wiki. Cheers, Paul Sunburned Surveyor wrote: > I think there may be a slight mistake in the isntructions to > internationalize plug-ins using Paul's recent changes. Step 2 in > Paul's previous e-mail said to use the I18N.get(String

Re: [JPP-Devel] JPP License IntelliJ IDEA 7

2007-11-06 Thread Paul Austin
Landon, I've heard good things about that IDE. However I find eclipse is working well for me (even with some if it's quirks) so won't be giving it a try until I have more free time to play. Paul Sunburned Surveyor wrote: > I applied for an open source license for IntelliJ IDEA 7, a Java IDE. >

Re: [JPP-Devel] Question For Paul - About new Plug-In I18N Process

2007-11-05 Thread Paul Austin
operties file, right? Landon On Nov 5, 2007 11:44 AM, Paul Austin <[EMAIL PROTECTED]> wrote: Landon, Arrange your directories such that your java source is in a separate parent directory from you resource files. src\main java\ resources\ Then put the jump.properties in the language

Re: [JPP-Devel] Question For Paul - About new Plug-In I18N Process

2007-11-05 Thread Paul Austin
Landon, Arrange your directories such that your java source is in a separate parent directory from you resource files. src\main java\ resources\ Then put the jump.properties in the language folder under resources/net/./superSelect By convention you should avoid using capitals in a packa

Re: [JPP-Devel] More than one datasource by layer?

2007-11-05 Thread Paul Austin
agny. At this time i have only read rigth in some Database. Eric 2007/11/4, Paul Austin <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: Layers are tied to a feature collection and all features must share the same schema. If you create custom Java code to load the date fr

Re: [JPP-Devel] More than one datasource by layer?

2007-11-04 Thread Paul Austin
Layers are tied to a feature collection and all features must share the same schema. If you create custom Java code to load the date from each of those sources and populate the feature collection with that data then there is no reason why you couldn't do what you want. But there is nothing out

  1   2   3   4   5   >