ArcGIS: Query for a simplified feature set
To query a simplified feature set using QueryTask, you can set the "MaxAllowableOffset" property through
com.esri.core.tasks.ags.query.Query.setMaxAllowableOffset( )
or if you're using ArcGIS Android SDK version 10.2.4 already, then it should be:
com.esri.core.tasks.ags.query.QueryParameters.setMaxAllowableOffset( )
com.esri.core.tasks.ags.query.Query.setMaxAllowableOffset( )
or if you're using ArcGIS Android SDK version 10.2.4 already, then it should be:
com.esri.core.tasks.ags.query.QueryParameters.setMaxAllowableOffset( )
Comments
Post a Comment