Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
253 views

Geotools create CRS from polygon and dimensions

I have some grid data (2d array) that has some geospatial metadata associated with it. The bounds are in a jts polygon with WSG84 lon lat coordinates. The polygon is a rectangle, but is not axis ...
2
votes
3answers
688 views

How do i 'add web/service reference' to the following web service?

Given the following url web service: http://geoss.compusult.net/wes/serviceManagerCSW/csw?request=GetCapabilities&service=CSW How would i create the proxy classes for the service? More ...
2
votes
1answer
240 views

How do I clean up self-intersecting polygons in a spatial database?

I have some spatial data (MapInfo files) that contains self-intersecting polygons. These cause problems in my processing, in particular I can't generate geometric unions in PostGIS. Is there an easy ...
2
votes
1answer
933 views

JAXB substitution group marshals but will not unmarshal correctly

I am implementing the OGC Web Feature Service and part of that is creating a feature schema that will inherit from the OGC schema. My service marshals the XML fine, but the client is unable to ...
2
votes
4answers
1k views

Sql Server 2008 geography LineString size limitations

today i ran into a possible size limitation of geography type Linestrings within Sql Server 2008. when i create a Linestring with STGeomFromText() that contains 567 points containing Long,Lat and Z ...
1
vote
1answer
161 views

why is proxy code Generated by svctuil so small?

I'm using svcutil to generate proxy code for the following web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services. I've downloaded the entire OGC schema files ...
1
vote
2answers
366 views

How to determine what schema files (xsd) to include on my svcutil command line?

Using svcutil, I'm trying to generate a proxy class for a web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services. I've downloaded the entire OGC schema files ...
1
vote
3answers
533 views

Distance Algorithm used in SQL2008 for Geography Data Types

I am wanting to know what Algorithm SQL2008 uses when computing distance on Geography Data Types. There are several such Algorithms as the Haversine and Vincenty, however I have found no references ...
0
votes
2answers
94 views

Good tool for analyzing a request log for an OGC service like a WMS or WFS service

Background There are many tools to analyze logfiles from servers like Apache HTTP server, but I need one to analyze requests to geospatial services, WMS and WFS What is special about a request to a ...
0
votes
0answers
71 views

No response of (ogc) “Sensor Observation Service” request from server

I am trying to make a "registerSensor" request. See the following xml file. But unfortunately i only get an exception, about an NULL GET request. What confuse me the most is the fact that i send and ...
0
votes
1answer
1k views

Element or attribute do not match QName production

I have a schema that i have "flattened" using XML Editor. After i flatten it i get a validation error. What can i do to fix it? Error Message: F [Xerces] Element or attribute do not match ...
0
votes
1answer
343 views

Problem generating data contract code with SVCUTIL

When i run the following command in the visual studio command prompt: D:\Documents\DEV\SARPilot\Docs\eoschema\schema\OrderSchema>svcutil /t:code /language=C# *.wsdl *.xsd ..\ws-addressing\*.xsd ...
0
votes
1answer
374 views

Error generating Interface with svcutil.exe

Can someone help me generate the Interface (c#) file for the following OGC schema? Schema files: Download Schema Files Link I need to create web services for the Ordering wsdl in the schema zip file ...
0
votes
1answer
96 views

How to best implement an OGC best practice

I'm having some difficulty wrapping my head around building an OGC compliant Earth Observation ordering service. I'm not asking for a step by step process but rather hope to spawn a high level ...
0
votes
1answer
133 views

Is the map-Parameter of the UMN-mapserver conform to the OGC WMS-specification?

Say you have a mapserver-url like this: http://host/cgi-bin/mapserv?MAP=/path/to/mapfile.map& Is a WMS specified in this way conform to the OGC WMS-specification? Some say the map-parameter is a ...