Re: [JPP-Devel] Layer statistics and geometry types

2013-03-19 Thread Michaël Michaud

Hi,

Done.  My first contribution in a while!

Hope I didn't break anything.

No additional translations are required.

Fast, neat, no translation needed, you come back whenever you want :-)

Michaël


Larry

On Tue, Mar 19, 2013 at 8:37 AM, > wrote:


any takers? .. else it probably calls for another featreq.

..ede

On 19.03.2013 14:18, Larry Becker wrote:
> I guess the Info tab of Layer Properties only says "Multiple
Geometry Types" in such a case, but it should be easily fixed.
>
> Larry
>
> On Tue, Mar 19, 2013 at 3:22 AM, Rahkonen Jukka
mailto:jukka.rahko...@mmmtike.fi>
>> wrote:
>
> Hi,
>
> Sometimes it would be useful to get a fast statistics about
how many features on the layer belong to each geometry type.  I
know that by counting feature statistics I get the geometry type
written into "type" field but often it would be enough to see for
example if the layer holds only simple polygons or if it is a
mixture of polygons and multipolygons.
>
> -Jukka Rahkonen-
>


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Layer statistics and geometry types

2013-03-19 Thread edgar . soldin
just saw the commit and thought.. who the *** is that ;) .. ede

On 19.03.2013 21:34, Larry Becker wrote:
> Done.  My first contribution in a while! 
> 
> Hope I didn't break anything. 
> 
> No additional translations are required.
> 
> Larry
> 
> On Tue, Mar 19, 2013 at 8:37 AM,  > wrote:
> 
> any takers? .. else it probably calls for another featreq.
> 
> ..ede
> 
> On 19.03.2013 14:18, Larry Becker wrote:
> > I guess the Info tab of Layer Properties only says "Multiple Geometry 
> Types" in such a case, but it should be easily fixed.
> >
> > Larry
> >
> > On Tue, Mar 19, 2013 at 3:22 AM, Rahkonen Jukka 
> mailto:jukka.rahko...@mmmtike.fi> 
> >> wrote:
> >
> > Hi,
> >
> > Sometimes it would be useful to get a fast statistics about how 
> many features on the layer belong to each geometry type.  I know that by 
> counting feature statistics I get the geometry type written into "type" field 
> but often it would be enough to see for example if the layer holds only 
> simple polygons or if it is a mixture of polygons and multipolygons.
> >
> > -Jukka Rahkonen-
> >
> 
> 
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net 
> 
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 
> 
> 
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> 
> 
> 
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 

-- 
public class WhoDidIt{ // A comment. I love comments 
  private static Person sender;

  public static void main (String[] foo){

  sender = new Person();
  sender.setName(new String[]{"Edgar", "Soldin"});

  Address address = new Address();
  address.setStreet("Stadtweg 119");
  address.setZip(39116);
  address.setCity("Magdeburg");
  address.setCountry("Germany");

  sender.setAddress(address);

  sender.setMobilePhone(" +49(0)171-2782880 ");
  sender.setWebSiteUrl(" http://www.soldin.de ");
  sender.setEmail(" ed...@soldin.de ");
  sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
  sender.setGender(true);

  System.out.println(sender.toString());
  }
}

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Layer statistics and geometry types

2013-03-19 Thread Larry Becker
Done.  My first contribution in a while!

Hope I didn't break anything.

No additional translations are required.

Larry

On Tue, Mar 19, 2013 at 8:37 AM,  wrote:

> any takers? .. else it probably calls for another featreq.
>
> ..ede
>
> On 19.03.2013 14:18, Larry Becker wrote:
> > I guess the Info tab of Layer Properties only says "Multiple Geometry
> Types" in such a case, but it should be easily fixed.
> >
> > Larry
> >
> > On Tue, Mar 19, 2013 at 3:22 AM, Rahkonen Jukka <
> jukka.rahko...@mmmtike.fi > wrote:
> >
> > Hi,
> >
> > Sometimes it would be useful to get a fast statistics about how many
> features on the layer belong to each geometry type.  I know that by
> counting feature statistics I get the geometry type written into "type"
> field but often it would be enough to see for example if the layer holds
> only simple polygons or if it is a mixture of polygons and multipolygons.
> >
> > -Jukka Rahkonen-
> >
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Layer statistics and geometry types

2013-03-19 Thread edgar . soldin
any takers? .. else it probably calls for another featreq.

..ede

On 19.03.2013 14:18, Larry Becker wrote:
> I guess the Info tab of Layer Properties only says "Multiple Geometry Types" 
> in such a case, but it should be easily fixed.
> 
> Larry
> 
> On Tue, Mar 19, 2013 at 3:22 AM, Rahkonen Jukka  > wrote:
> 
> Hi,
> 
> Sometimes it would be useful to get a fast statistics about how many 
> features on the layer belong to each geometry type.  I know that by counting 
> feature statistics I get the geometry type written into "type" field but 
> often it would be enough to see for example if the layer holds only simple 
> polygons or if it is a mixture of polygons and multipolygons.
> 
> -Jukka Rahkonen-
> 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Layer statistics and geometry types

2013-03-19 Thread Larry Becker
I guess the Info tab of Layer Properties only says "Multiple Geometry
Types" in such a case, but it should be easily fixed.

Larry

On Tue, Mar 19, 2013 at 3:22 AM, Rahkonen Jukka
wrote:

> Hi,
>
> Sometimes it would be useful to get a fast statistics about how many
> features on the layer belong to each geometry type.  I know that by
> counting feature statistics I get the geometry type written into "type"
> field but often it would be enough to see for example if the layer holds
> only simple polygons or if it is a mixture of polygons and multipolygons.
>
> -Jukka Rahkonen-
>
>
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] Layer statistics and geometry types

2013-03-19 Thread Rahkonen Jukka
Hi,

Sometimes it would be useful to get a fast statistics about how many features 
on the layer belong to each geometry type.  I know that by counting feature 
statistics I get the geometry type written into "type" field but often it would 
be enough to see for example if the layer holds only simple polygons or if it 
is a mixture of polygons and multipolygons.

-Jukka Rahkonen-



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel