Revision 32538 branches/v2_0_0_prep/libraries/org.gvsig.arcims/src/org/gvsig/remoteclient/arcims/ArcXMLFeatures.java

View differences:

ArcXMLFeatures.java
68 68
        /**
69 69
             * The layer to retrieve
70 70
             */
71
        String layerid = (String) status.getLayerIds().get(0);
71
        String layerid = (String) status.getLayersIdsSelected().get(0);
72 72

  
73 73
        /**
74 74
        * Gets the Decimal Separator from the status.ServiceInfo
......
282 282
        /**
283 283
             * The layer to retrieve
284 284
             */
285
        String layerid = (String) status.getLayerIds().get(0);
285
        String layerid = (String) status.getLayersIdsSelected().get(0);
286 286

  
287 287
        /**
288 288
        * Gets the ServiceInfo from the status
......
365 365
        /**
366 366
        * The layer to retrieve
367 367
        */
368
        String layerid = (String) status.getLayerIds().get(0);
368
        String layerid = (String) status.getLayersIdsSelected().get(0);
369 369

  
370 370
        /**
371 371
        * Gets the Decimal Separator from the status.ServiceInfo
......
428 428
        /**
429 429
        * Finally, we can retrieve the correct ArcXML
430 430
        */
431
        return getFeaturesRequest((String) status.getLayerIds().get(0), //layer to retrieve
431
        return getFeaturesRequest((String) status.getLayersIdsSelected().get(0), //layer to retrieve
432 432
            featCount, idNameA, //subfields
433 433
            status.getWhere(), //where
434 434
            "", //SRS of the service

Also available in: Unified diff