2013年9月24日星期二

arcgis for android

I used arcserver published map services , have also been slicing . Why am I reading the map when using the static method ArcGISTitledMapServiceLayer can not display the map , but with ArcGISDynamicMapServiceLayer can read dynamic maps , solve ah ?
main.xml the code below:
read Dynamic Map : ---------- can achieve -

xmlns: android = "http://schemas.android.com/apk/res/android"
android: id = "@ + id / map" android: layout_width = "fill_parent"
android: layout_height = "fill_parent"
initExtent = "103.65260352265571 30.601990757646366 105.81798514963432 33.15940564749478">

url = "http://192.168.0.109:8399/arcgis/rest/services/mydt/MapServer" />




read ------------ static slice can not be achieved

xmlns: android = "http://schemas.android.com/apk/res/android"
android: id = "@ + id / map" android: layout_width = "fill_parent"
android: layout_height = "fill_parent"
initExtent = "103.65260352265571 30.601990757646366 105.81798514963432 33.15940564749478">

url = "http://192.168.0.109:8399/arcgis/rest/services/mydt/MapServer" />




Please help us to see , ah, ! 1
------ Solution --------------------------------------- -----
com.esri.android.map.ags.ArcGISTitledMapServiceLayer
in Title changed Tile
------ For reference only ---------------------- -----------------
initExtent this value is determined by how
------ For reference only ---------- -----------------------------
arcgis for android initExtent how to determine this value ??
- ----- For reference only ---------------------------------------
the same question initExtent how to determine this value .
------ For reference only -------------------------------------- -
initExtent this value is the initial value of the service

没有评论:

发表评论