>> Hi, I am facing a problem with geopkg that I am not able to understand.
>>
>> Given the documentation I can insert features like this:
>>
>> FeatureEntry entry = new FeatureEntry();
>> geopkg.add(entry, featureCollection);
>>
>> To define the table name, I tried to set it in the FeatureEntry before
>> passing it in with the featurecollection.
>>
>> Thing is, that the name of the table is taken from the fc schema and
>> it is not possible to change that.
>
>
> Cannot help here, not familiar with the low level GeoPackage API.

Me either :-) Looking into it and finding that geopackage is many more
things than I imagined.


>>
>> So my first question is: am I doing something wrong? Is there a way to
>> set the table name.
>> And my second: is there a way change the fc name without rewriting the 
>> features?
>
>
> I can help with this one: use ReTypingFeatureCollection, and the 
> SimpleFeatureTypeBuilder to create
> a renamed feature type.

Thanks!

Cheers,
Andrea



>
> Cheers
> Andrea
>
> ==
>
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> for more information. == Ing. Andrea Aime @geowolf Technical Lead 
> GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 
> 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 
> http://www.geo-solutions.it http://twitter.com/geosolutions_it 
> ------------------------------------------------------- Con riferimento alla 
> normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
> generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
> inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) 
> è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati 
> dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a 
> cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se 
> potesse darmene notizia. This email is intended only for the person or entity 
> to which it is addressed and may contain information that is privileged, 
> confidential or otherwise protected from disclosure. We remind that - as 
> provided by European Regulation 2016/679 “GDPR” - copying, dissemination or 
> use of this e-mail or the information herein by anyone other than the 
> intended recipient is prohibited. If you have received this email by mistake, 
> please notify us immediately by telephone or e-mail.


_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to