Select to view content in your preferred language

Toggle Between Layers in an ArcGIS Mobile Device

615
3
11-01-2011 08:16 AM
StevenBlitzstein
Emerging Contributor
I am trying to create an ArcGIS Mobile Project that will allow users to collect features, from the same Feature class, existing on multiple floor levels in a building. However, the issue I am running into, is that I am unable to toggle between the multiple floors.

What I am looking for, is a method that will allow me to toggle between features so that I am only viewing one floor at a time, and only those features on that the specific floor are shown on my ArcGIS Mobile Device? Is there a way for me to do this, and still have all my features from the multiple floors all in one project?

Thanks,
Steven
0 Kudos
3 Replies
HenrikSvenningsen
Deactivated User
Does it work in ArcMap ?????

Maybe use SUbtypes.

Subtype called FLOORS (long integer), with 1=1st floor, 2=2nd Floor etc. and then the same attributes on them.
0 Kudos
RobertMEIER
Regular Contributor
In Arcmap create multiple layers from the same feature class using a Definition Query, one layer for each floor.

Then when you create the Mobile Cache, the application will see these as distinct layers that can be turned on and off and edited separately.
0 Kudos
HenrikSvenningsen
Deactivated User
Could you please give an example of the code for the query.
0 Kudos