Re: [JPP-Devel] Combine and Explode Layers

2008-12-26 Thread Stefan Steiniger
only in the nightly build stefan Nacho Uve schrieb: > Finally, "Explode by attribute plugin" has been included in openjump? > > Regards, > Nacho > > > > > > 2008/11/8 Stefan Steiniger mailto:sst...@geo.uzh.ch>> > > hei, > > Giuseppe Aruta schrieb: > > Hi, > > thanks Larr

Re: [JPP-Devel] Adding an attribute with a duplicate name to a FeatureSchema object.

2008-12-26 Thread Stefan Steiniger
actually the easiest thing to check what happens is by modifying a schema with the schema editor.. but - to answer your question: there is a method: FeatureSchema.hasAttribute() .. so no need for a new method stefan -

Re: [JPP-Devel] Adding an attribute with a duplicate name to a FeatureSchema object.

2008-12-26 Thread Stefan Steiniger
mhm.. I think you can add attributes with the same name - so no exception. So a check is worth to do, and I think some of the schema modifing plugins (i.e. transfer attributes?) do such a check. Because then one attribute name would receive a ending, saying that it is number 2 or so? However, I