| 
     
      
      
      From: Fred L. <le...@gm...> - 2011-10-12 11:34:11
      
     
   | 
Hi,
Not sure but you cam try: java.math.BigDecimal
Fred
On Wed, Oct 12, 2011 at 12:19 PM, Diego Jesus <die...@gm...>wrote:
> Hi.
>
> I'm writing a feature collection to a postgis data base and I need to
> create a SimpleFeatureType. One of the columns must be Numeric.
> In a SimpleFeatureTypeBuilder I add a Float column:
>
> builder.add("attribute", Float.class);
>
> But this creates a real column. Wich java class should I use to create a
> Numeric column?
>
> Thanks,
>
> Diego Jesus
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> Geotools-gt2-users mailing list
> Geo...@li...
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
>
 |