Select to view content in your preferred language

Do I need ArcGIS Server 10 for woking with FeatureLayers?

963
4
07-09-2010 09:47 AM
SreeS
by
Emerging Contributor
Im using ArcGIS Server 9.3 and Flex API 2.0. I want to display FeatureLayer in my Flex application.

But in the Flex API 2.0 Reference they say I will need a ArcGIS Server 10. Is that how it is?

http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#FeatureLayer()
Tags (2)
0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus
Yep. Just like it says. The FeatureLayer works with a new features of ArcGIS Server 10 only.
0 Kudos
SreeS
by
Emerging Contributor
Thanks for the reply Robert.

I just wanted to make sure I dont waste anymore time on FeatureLayers until I have ArcGIS Server 10 installed.

Ive already spent a day on it, before reading that small piece of text in the API reference.
0 Kudos
BjornSvensson
Esri Regular Contributor
You do not need ArcGIS Server 10 to use the Feature Layer.  A feature layer can come from either a MapServer layer (9.3 or 10) or a FeatureService layer (only 10).

For a 9.3 service the symbols from the server will not be available.  This is a "10" feature and what that doc page is trying to explain.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
stsunkara and Bjorn,


stsunkara, sorry I misunderstood the documentation as well.

Bjorn,  Thanks for clarifying.
0 Kudos