Hi there all,
I'm trying to get a couple of WFS operations happening on an SDE View and
having some troubles.. a simple identify such as this:
...
<wfs:Query typeName="topp:SDE.W_LAND_CAD_CUR_ADDR_VIEW">
<ogc:Filter>
<ogc:Intersects>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<gml:Point srsName
="http://www.opengis.net/gml/srs/epsg.xml#4326">
<gml:coordinates>116.30,-31.80</gml:coordinates>
</gml:Point>
</ogc:Intersects>
</ogc:Filter>
</wfs:Query>
...
works fine on a layer but not on a view.. on a view it just hangs forever
and eventually I cannot establish any new connections to the SDE without
restarting Jakarta Tomcat.
Running Java 1.4.2, Jakarta Tomcat 5.0.27, Geoserver 1.2.3 on Win2000
Is there a known technical reason for this or should all operations work on
views as for layers ? If so will there ever be support for get features
with spatial and / or attribute filters on views in SDE?
Cheers,
-ivan
Ivan Price
Shared Land Services
Department of Land Information
Western Australia
Ivan.Price@anonymised.com
+61 08 9273 7520
This e-mail and any files transmitted with it are intended only for the use
of the addressee(s). It may contain information that is confidential and
privileged. If you are not an intended recipient, any use, interference
with, disclosure, distribution or copying of this material is unauthorised
and prohibited. If you receive this in error, please notify the author by
return e-mail or telephone +61-8-9273 7533. Information in this message
not relating to the official business of DLI shall be understood as neither
given nor endorsed by it. While every care is taken, it is recommended
that you scan any attachments for viruses. DLI liability is limited to
re-supplying affected attachments.
Hi there all,
I'm trying to get a couple of WFS operations happening on an SDE View and
having some troubles.. a simple identify such as this:
...
<wfs:Query typeName="topp:SDE.W_LAND_CAD_CUR_ADDR_VIEW">
<ogc:Filter>
<ogc:Intersects>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<gml:Point srsName
="http://www.opengis.net/gml/srs/epsg.xml#4326">
<gml:coordinates>116.30,-31.80</gml:coordinates>
</gml:Point>
</ogc:Intersects>
</ogc:Filter>
</wfs:Query>
...
works fine on a layer but not on a view.. on a view it just hangs forever
and eventually I cannot establish any new connections to the SDE without
restarting Jakarta Tomcat.
Running Java 1.4.2, Jakarta Tomcat 5.0.27, Geoserver 1.2.3 on Win2000
Is there a known technical reason for this or should all operations work on
views as for layers ? If so will there ever be support for get features
with spatial and / or attribute filters on views in SDE?
I don't know of specific reasons why it shouldn't work, but I've also
never tried it out myself. For postgis views don't work yet either, due
to the way geometries are looked up. I imagine it's probably a similar
problem with SDE. I'd imagine there will eventually be support for get
features with views in SDE, as it sounds like it would be a common
request. But I personally do not have good access to arcsde, and I don't
know how to create views. I do have access to an open sde, so if you
could create a view for me to test with on my test server I might be able
to get a fix in. Or perhaps Gabriel can tackle the problem, as he has
more arcsde knowledge than I.
Chris
Cheers,
-ivan
Ivan Price
Shared Land Services
Department of Land Information
Western Australia
Ivan.Price@anonymised.com
+61 08 9273 7520
This e-mail and any files transmitted with it are intended only for the use
of the addressee(s). It may contain information that is confidential and
privileged. If you are not an intended recipient, any use, interference
with, disclosure, distribution or copying of this material is unauthorised
and prohibited. If you receive this in error, please notify the author by
return e-mail or telephone +61-8-9273 7533. Information in this message
not relating to the official business of DLI shall be understood as neither
given nor endorsed by it. While every care is taken, it is recommended
that you scan any attachments for viruses. DLI liability is limited to
re-supplying affected attachments.
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
--
I'm almost in the same situation as you, currently I don't have access
to an sde wich I can manipulate.
But if a view is created on the testing sde instance I guess I'll can
take a look at it.
I don't promise it will work, since I never used views with the java
api, but definatelly can try to figure out the problem
best regards,
gabrei
On Mon, 2004-10-18 at 20:40, Chris Holmes wrote:
>
> Hi there all,
>
> I'm trying to get a couple of WFS operations happening on an SDE View and
> having some troubles.. a simple identify such as this:
> ...
> <wfs:Query typeName="topp:SDE.W_LAND_CAD_CUR_ADDR_VIEW">
> <ogc:Filter>
> <ogc:Intersects>
> <ogc:PropertyName>the_geom</ogc:PropertyName>
> <gml:Point srsName
> ="http://www.opengis.net/gml/srs/epsg.xml#4326">
> <gml:coordinates>116.30,-31.80</gml:coordinates>
> </gml:Point>
> </ogc:Intersects>
> </ogc:Filter>
> </wfs:Query>
> ...
> works fine on a layer but not on a view.. on a view it just hangs forever
> and eventually I cannot establish any new connections to the SDE without
> restarting Jakarta Tomcat.
>
> Running Java 1.4.2, Jakarta Tomcat 5.0.27, Geoserver 1.2.3 on Win2000
>
> Is there a known technical reason for this or should all operations work on
> views as for layers ? If so will there ever be support for get features
> with spatial and / or attribute filters on views in SDE?
I don't know of specific reasons why it shouldn't work, but I've also
never tried it out myself. For postgis views don't work yet either, due
to the way geometries are looked up. I imagine it's probably a similar
problem with SDE. I'd imagine there will eventually be support for get
features with views in SDE, as it sounds like it would be a common
request. But I personally do not have good access to arcsde, and I don't
know how to create views. I do have access to an open sde, so if you
could create a view for me to test with on my test server I might be able
to get a fix in. Or perhaps Gabriel can tackle the problem, as he has
more arcsde knowledge than I.
Chris
>
> Cheers,
>
> -ivan
>
>
> Ivan Price
> Shared Land Services
> Department of Land Information
> Western Australia
> Ivan.Price@anonymised.com
> +61 08 9273 7520
>
>
>
> This e-mail and any files transmitted with it are intended only for the use
> of the addressee(s). It may contain information that is confidential and
> privileged. If you are not an intended recipient, any use, interference
> with, disclosure, distribution or copying of this material is unauthorised
> and prohibited. If you receive this in error, please notify the author by
> return e-mail or telephone +61-8-9273 7533. Information in this message
> not relating to the official business of DLI shall be understood as neither
> given nor endorsed by it. While every care is taken, it is recommended
> that you scan any attachments for viruses. DLI liability is limited to
> re-supplying affected attachments.
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
--
Gabriel Roldán (gabriel.roldan@anonymised.com)
Director
Axios Engineering
te: (+34) 94 441 63 84
fax: (+34) 94 441 64 90