Interpreting Responses to a feature_info Request
|
27
Sample Response
A Autodesk MapGuide LiteView sample response to a feature_info request is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FeatureCollection SYSTEM "gmlfeature.dtd">
<FeatureCollection typeName="FeatureInfo">
<boundedBy>
<Box srsName="">
<coordinates>0.0,0.0 4.0,4.0</coordinates>
</Box>
</boundedBy>
<featureMember typeName="FeatureInfoMember">
<Feature typeName="USA.MWF/Streets" identifier="F045">
<name>Main Street</name>
<property typeName="hyperlink" type="string">
http://www.mysite.com/scripts/info.cgi?fid=01
</property>
<geometricProperty typeName="geometry">
<LineString>
<coordinates>
0.0,0.0 0.5,0.5 0.5,1.0 1.0,1.0 1.5,1.0 1.6,1.8
</coordinates>
</LineString>
</geometricProperty>
</Feature>
</featureMember>
</FeatureCollection>
Содержание 15606-011408-9330 - MAPGUIDE R6.3 SITE LIC-UPG R6
Страница 1: ...April 2004 Autodesk MapGuide LiteView Developer s Guide ...
Страница 12: ...8 Chapter 1 Introduction ...
Страница 38: ...34 Chapter 2 Understanding Requests ...
Страница 90: ...86 Chapter 4 Configuring and Using the Sample Applications ...