<FEATURECOUNT | Attribute Description Table |
(r)count="integer" (r)hasmore="true | false" > No Child Elements </FEATURECOUNT > | |
(r): Attribute or child element is required. |
Attribute | Usage |
---|---|
count | Number of features found. |
hasmore | Flag for whether any more features need to be returned (true) or if all features have been returned (false). |
<?xml version="1.0" encoding="UTF8"?> <ARCXML version="1.1"> <RESPONSE> <FEATURES> <FEATURE> <FIELDS CUST_ID="4" NAME="Customer 4" #SHAPE#="[Geometry]" #ID#="3" /> <MULTIPOINT> <POINT x="-122.406680" y="37.747422" /> </MULTIPOINT> </FEATURE> <FEATURECOUNT count="1" hasmore="false" /> </FEATURES> </RESPONSE> </ARCXML> |