Hello list

I have to map an UncertaintyArea element that is described here: 
http://xml.fmi.fi/namespace/woml/core/2011/11/15/

I think that the problem is that this element doesn't have a polygon type but 
extends it so the result should be this(notice the absence of any polygon tag):
    
<womlcore:uncertaintyArea>
        <womlcore:UncertaintyArea gml:id="uArea.1">
            
                
                <gml:exterior>
                    
                <gml:LinearRing>
                    <gml:posList>
                       ..................
                    </gml:posList>
                </gml:LinearRing>
            </gml:exterior>
            
            <gml:interior>
                <gml:LinearRing>
                    <gml:posList>
                        11.1 ..........
                    </gml:posList>
                </gml:LinearRing>  
            </gml:interior>

            <gml:interior>
                <gml:LinearRing>
                    <gml:posList>
                        11.5 ...............
                    </gml:posList>
                </gml:LinearRing>  
            </gml:interior>

            <womlcore:probabilityOfBeingLocatedInside> 0.9 
</womlcore:probabilityOfBeingLocatedInside>
            
         </womlcore:UncertaintyArea>
        
    </womlcore:uncertaintyArea>

Is there a way to obtain this result?                                     
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to