Hi Nuno,,
Thank you so much for your response. That was exactly what I needed to do.
Regards,
Praki
On Apr 18, 2016 12:57 AM, "Nuno Oliveira" <[email protected]>
wrote:
> Hi,
> you may want to take a look at this:
>
> http://osgeo-org.1560.x6.nabble.com/Can-not-set-ID-primary-key-of-a-feature-when-saving-a-feature-to-postgis-td5020336.html
>
> The "normal behavior" of geotools is *to not take* in account your
> provided feature ID. But is possible to ask geotools to take it in account
> but note that some stores don't support this.
>
> To ask geotools to take in account the provided feature id you need to
> play with this hints:
>
> USE_PROVIDED_FID
> PROVIDED_FID
>
>
> http://docs.geotools.org/latest/javadocs/index.html?org/geotools/factory/Hints.html
>
> An example code that builds a feature that will use the provided ID:
>
> public static SimpleFeature constructFeature(SimpleFeatureType
> featureType,
>
> String featureId, Map<String,
> Object> attributes) {
>
>
> // instanciating the feature builder
>
> SimpleFeatureBuilder featureBuilder = new
> SimpleFeatureBuilder(featureType);
>
> featureBuilder.featureUserData(Hints.USE_PROVIDED_FID, Boolean.TRUE);
>
>
> // adding the attributes
>
> for (Map.Entry<String, Object> attribute : attributes.entrySet()) {
>
> featureBuilder.set(attribute.getKey(), attribute.getValue());
>
> }
>
>
> // build the feature with the feature ID
>
> return featureBuilder.buildFeature(featureId);
>
> }
>
>
> I hope this helps.
>
> Regards,
>
> Nuno Oliveira
>
> Le dimanche 17 avril 2016 à 22:51 -0700, Praki Prakash a écrit :
>
> Greetings,
>
> I have just started using geotools library and hope this is not an FAQ
> entry. I am creating a feature using "simple feature builder" and writing
> it to a MS SQL server table which happens to have a column called ID. My
> call to buildFeature provides a uuid. However, this value seems to be
> ignored and the default feature ID 'fid....' Is passed to the database.
> Since the column is of type unique identifier, the insert fails.
>
> My question is, why is the value I provided ignored? Is there any way to
> control this behavior?
>
> Thanks,
> Praki
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free
> trial!https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>
> _______________________________________________
> GeoTools-GT2-Users mailing
> [email protected]https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
> --
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information.
> ==
> Nuno Miguel Carvalho Oliveira
> @nmcoliveira
> Software Engineer
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054 Massarosa (LU)
> Italy
>
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39 333 8128928
> http://www.geo-solutions.ithttp://twitter.com/geosolutions_it
>
> -------------------------------------------------------
>
> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
> Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i
> file/s allegato/i sono
> da considerarsi strettamente riservate. Il loro utilizzo è consentito
> esclusivamente al destinatario del messaggio, per le finalità indicate
> nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il
> destinatario, Vi preghiamo cortesemente di darcene notizia via e
> -mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal
> Vostro sistema. Conservare il messaggio stesso, divulgarlo
> anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per
> finalità diverse, costituisce comportamento contrario ai
> principi dettati dal D.Lgs. 196/2003.
>
> The information in this message and/or attachments, is intended solely for
> the attention and use of
> the named addressee(s) and may be confidential or proprietary in nature or
> covered by the provisions of privacy act (Legislative Decree
> June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in
> accord with its purpose, any disclosure, reproduction, copying,
> distribution, or either dissemination, either whole or partial, is strictly
> forbidden except previous formal approval of the named
> addressee(s). If you are not the intended recipient, please contact
> immediately the sender by telephone, fax or e-mail and delete the
> information in this message that has been received in error. The sender does
> not give any warranty or accept liability as the content,
> accuracy or completeness of sent messages and accepts no responsibility for
> changes made after they were sent or for other risks which
> arise as a result of e-mail transmission, viruses, etc.
>
>
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users