Hello,
I have implemented a standalone s57 plugin before. And I integrated it to geoserver by making it to return GridCoverage2d to geoserver framework. So geoserver can at least now respond getmap queries. Now I want to make it to respond wms getfeature info request before implementing wfs functionality on it. Could you please give me a hint about What way do I need to follow ? Is there any related tutorial for it?
Regards
Yasin Motcu
Ciao Yasin,
I guess you are referring to WMS GetFeatureInfo.
If I understood correctly what you have done, you did not developed a
GeoTools plugin but you directly plugged into GeoServer your code that
parses S57. Is this correct?
If you have created a coverage plugin in geoootols and then plugged
into GeoServer I am afraid this is enough to respond to GetFeatureInfo
but to support to WFS you also need to implement the datastore api
which is the one to look at for vector data.
Regards,
Simone Giannecchini
GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.
Ing. Simone Giannecchini
@simogeo
Founder/Director
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
On Fri, Jun 7, 2013 at 8:52 AM, yasin motcu <yasinmotcu@anonymised.com> wrote:
Hello,
I have implemented a standalone s57 plugin before. And I integrated it to
geoserver by making it to return GridCoverage2d to geoserver framework. So
geoserver can at least now respond getmap queries. Now I want to make it to
respond wms getfeature info request before implementing wfs functionality on
it. Could you please give me a hint about What way do I need to follow ? Is
there any related tutorial for it?
Regards
Yasin Motcu
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Ciao Simone,
Yes I mean WMS GetFeatureInfo. I independently developed this module from geotools and directly integrated it to geoserver to parse s57 data. In fact I am very new to GeoServer so I asked if there is some tutorial for it. I simply thougt that If I can build a middlelayer between geoserver and my module so I can find features in the given coverage and return back to GeoServer as a FeatureCollectionType. Do you have an advice to do this other than geotools?
I got the point point porting this module to geootols so things will be much easier in GeoServer.
Regards.
Yasin
On 7 Jun 2013 10:19, “Simone Giannecchini” <simone.giannecchini@anonymised.com> wrote:
Ciao Yasin,
I guess you are referring to WMS GetFeatureInfo.
If I understood correctly what you have done, you did not developed a
GeoTools plugin but you directly plugged into GeoServer your code that
parses S57. Is this correct?
If you have created a coverage plugin in geoootols and then plugged
into GeoServer I am afraid this is enough to respond to GetFeatureInfo
but to support to WFS you also need to implement the datastore api
which is the one to look at for vector data.
Regards,
Simone Giannecchini
GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.
Ing. Simone Giannecchini
@simogeo
Founder/Director
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
On Fri, Jun 7, 2013 at 8:52 AM, yasin motcu <yasinmotcu@anonymised.com> wrote:
Hello,
I have implemented a standalone s57 plugin before. And I integrated it to
geoserver by making it to return GridCoverage2d to geoserver framework. So
geoserver can at least now respond getmap queries. Now I want to make it to
respond wms getfeature info request before implementing wfs functionality on
it. Could you please give me a hint about What way do I need to follow ? Is
there any related tutorial for it?
Regards
Yasin Motcu
How ServiceNow helps IT people transform IT departments:
- A cloud service to automate IT design, transition and operations
- Dashboards that offer high-level views of enterprise services
- A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Dear Yasin,
please, read below...
Regards,
Simone Giannecchini
GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.
Ing. Simone Giannecchini
@simogeo
Founder/Director
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
On Fri, Jun 7, 2013 at 10:17 AM, yasin motcu <yasinmotcu@anonymised.com> wrote:
Ciao Simone,
Yes I mean WMS GetFeatureInfo. I independently developed this module from
geotools and directly integrated it to geoserver to parse s57 data. In fact
I am very new to GeoServer so I asked if there is some tutorial for it. I
simply thougt that If I can build a middlelayer between geoserver and my
module so I can find features in the given coverage and return back to
GeoServer as a FeatureCollectionType. Do you have an advice to do this other
than geotools?
I would suggest to use geotools and expose the datastore/featuresource
interface from your plugin as well.
That's the easiest path I would think of.
Just out of curiosity do you intend to plublish this plugin as Open
Source in the near future?
I got the point point porting this module to geootols so things will be much
easier in GeoServer.
Regards.
Yasin
On 7 Jun 2013 10:19, "Simone Giannecchini"
<simone.giannecchini@anonymised.com> wrote:
Ciao Yasin,
I guess you are referring to WMS GetFeatureInfo.
If I understood correctly what you have done, you did not developed a
GeoTools plugin but you directly plugged into GeoServer your code that
parses S57. Is this correct?
If you have created a coverage plugin in geoootols and then plugged
into GeoServer I am afraid this is enough to respond to GetFeatureInfo
but to support to WFS you also need to implement the datastore api
which is the one to look at for vector data.
Regards,
Simone Giannecchini
GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.
Ing. Simone Giannecchini
@simogeo
Founder/Director
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
On Fri, Jun 7, 2013 at 8:52 AM, yasin motcu <yasinmotcu@anonymised.com> wrote:
> Hello,
>
> I have implemented a standalone s57 plugin before. And I integrated it
> to
> geoserver by making it to return GridCoverage2d to geoserver framework.
> So
> geoserver can at least now respond getmap queries. Now I want to make it
> to
> respond wms getfeature info request before implementing wfs
> functionality on
> it. Could you please give me a hint about What way do I need to follow ?
> Is
> there any related tutorial for it?
>
> Regards
>
> Yasin Motcu
>
>
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
Thank you Simone,
I have no intend for this plugin, because ownership belongs to company that I work for. But I have intend to develop a new ENC data plugin with geotools from scratch just for open source community.
···
On 7 June 2013 13:59, Simone Giannecchini <simone.giannecchini@anonymised.com07…> wrote:
Dear Yasin,
please, read below…
Regards,
Simone Giannecchini
GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.
Ing. Simone Giannecchini
@simogeo
Founder/Director
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
On Fri, Jun 7, 2013 at 10:17 AM, yasin motcu <yasinmotcu@anonymised.com> wrote:
Ciao Simone,
Yes I mean WMS GetFeatureInfo. I independently developed this module from
geotools and directly integrated it to geoserver to parse s57 data. In fact
I am very new to GeoServer so I asked if there is some tutorial for it. I
simply thougt that If I can build a middlelayer between geoserver and my
module so I can find features in the given coverage and return back to
GeoServer as a FeatureCollectionType. Do you have an advice to do this other
than geotools?
I would suggest to use geotools and expose the datastore/featuresource
interface from your plugin as well.
That’s the easiest path I would think of.
Just out of curiosity do you intend to plublish this plugin as Open
Source in the near future?
I got the point point porting this module to geootols so things will be much
easier in GeoServer.
Regards.
Yasin
On 7 Jun 2013 10:19, “Simone Giannecchini”
<simone.giannecchini@anonymised.com> wrote:
Ciao Yasin,
I guess you are referring to WMS GetFeatureInfo.
If I understood correctly what you have done, you did not developed a
GeoTools plugin but you directly plugged into GeoServer your code that
parses S57. Is this correct?
If you have created a coverage plugin in geoootols and then plugged
into GeoServer I am afraid this is enough to respond to GetFeatureInfo
but to support to WFS you also need to implement the datastore api
which is the one to look at for vector data.
Regards,
Simone Giannecchini
GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.
Ing. Simone Giannecchini
@simogeo
Founder/Director
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
On Fri, Jun 7, 2013 at 8:52 AM, yasin motcu <yasinmotcu@anonymised.com> wrote:
Hello,
I have implemented a standalone s57 plugin before. And I integrated it
to
geoserver by making it to return GridCoverage2d to geoserver framework.
So
geoserver can at least now respond getmap queries. Now I want to make it
to
respond wms getfeature info request before implementing wfs
functionality on
it. Could you please give me a hint about What way do I need to follow ?
Is
there any related tutorial for it?
Regards
Yasin Motcu
How ServiceNow helps IT people transform IT departments:
- A cloud service to automate IT design, transition and operations
- Dashboards that offer high-level views of enterprise services
- A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
–
Yasin Motcu
Computer Engineer
Best Regards