Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sample Table Of Contents

Maps

  • MapView

    This sample demonstrates different ways in which you can change the viewpoint or visible area of the map.

    This sample demonstrates how to use the DrawStatus value of the MapView to notify user that the MapView is drawing.

    This sample illustrates how to rotate a map.

    This sample demonstrates how to get view status for layers in a map.

    This sample demonstrates how you can take screenshot of a map. The app has a Screenshot button in the bottom toolbar you can tap to take screenshot of the visible area of the map. You can pan or zoom to a specific location and tap on the button, which also shows you the preview of the image produced. You can tap on the Close Preview button to close image preview.

    This sample demonstrates how you can tap and hold on a map to get the magnifier. You can also pan while tapping and holding to move the magnifier across the map.

    This sample illustrates how to show callouts on a map in response to user interaction.

    This sample demonstrates how to show data from the same service side-by-side with a time offset. This allows for the comparison of data over time.

    This sample demonstrates how to keep two geo views (MapView/SceneView) in sync with each other.

  • Map

    This sample demonstrates how to display a map with a basemap.

    This sample demonstrates how to open a mobile map from a map package.

    This sample demonstrates how to open an existing map from a portal. The sample opens with a map displayed by default. You can change the shown map by selecting a new one from the populated list.

    This sample demonstrates searching a portal for web maps and loading them in the map view. You can search ArcGIS Online public web maps using tag values or browse the web maps in your account. OAuth is used to authenticate with ArcGIS Online to access items in your account.

    This sample demonstrates how to dynamically change the basemap displayed in a Map.

    This sample demonstrates how to set the minimum and maximum scale of a Map. Setting the minimum and maximum scale for the Map can be useful in keeping the user focused at a certain level of detail.

    This sample demonstrates how to create a map with a standard ESRI Imagery with Labels basemap that is centered on a latitude and longitude location and zoomed into a specific level of detail.

    This sample demonstrates how to set the initial viewpoint from envelope defined by minimum (x,y) and maximum (x,y) values. The map's InitialViewpoint is set to this viewpoint before the map is loaded into the MapView. Upon loading the map zoom to this initial area.

    This sample demonstrates how you can set the spatial reference on a Map and all the operational layers would project accordingly.

    This sample demonstrates how to access the Maps' LoadStatus. The LoadStatus will be considered loaded when the following are true: The Map has a valid SpatialReference and the Map has an been set to the MapView.

    This sample demonstrates how to access and add bookmarks to a map.

    This sample demonstrates how to author and save a map as an ArcGIS portal item (web map). Saving a map to arcgis.com requires an ArcGIS Online login.

    This sample demonstrates how to open a GeoPackage file from the local file system and list the available GeoPackageRasters and GeoPackageFeatureTables from the GeoPackage. Users can add and remove the selected datasets as RasterLayers or FeatureLayers to the map.

Layers

  • Tiled Layers

    This sample demonstrates how to add an ArcGISTiledLayer as a base layer in a map. The ArcGISTiledLayer comes from an ArcGIS Server sample web service.

    This sample demonstrates how to create a ArcGISVectorTiledLayer and bind this to a Basemap which is used in the creation of a map.

    This sample demonstrates how to export tiles from a map server.

  • Map Image Layers

    This sample demonstrates how to add an ArcGISMapImageLayer as a base layer in a map. The ArcGISMapImageLayer comes from an ArcGIS Server sample web service.

    This sample demonstrates how to show or hide sublayers of a map image layer.

    This sample demonstrates how to display a WMTS layer on a map via a Uri and WmtsLayerInfo.

    This sample demonstrates how to add a layer from a WMS service to a map.

    This sample demonstrates how to enable and disable the display of layers discovered from a WMS service.

    This sample demonstrates how to identify WMS features and display the associated content for an identified WMS feature.

  • Raster Layers

    This sample demonstrates how to show a raster layer on a map based on an image service layer.

    This sample demonstrates how to show a raster layer on a map based on an image service layer that has a raster function applied.

    This sample demonstrates how to use a raster layer created from a local raster file.

    This sample demonstrates how to create an ImageServiceRaster, fetch the RenderingRules from the service info, and use a RenderingRule to create an ImageServiceRaster and add it to a raster layer.

    This sample demonstrates how to open a GeoPackage and show a GeoPackage raster in a raster layer.

Features

  • Feature Layers

    This sample demonstrates how to show a feature layer on a map using the URL to the service.

    This sample demonstrates how to change renderer for a feature layer. It also shows how to reset the renderer back to the default.

    This sample demonstrates how to select features in a feature layer by tapping a MapView.

    This sample demonstrates how to apply definition expression to a feature layer for filtering features. It also shows how to reset the definition expression.

    This sample demonstrates how to create a new feature collection with several feature collection tables. The collection is displayed in the map as a feature collection layer.

    This sample demonstrates opening a feature collection saved as a portal item.

    This sample demonstrates how to create a feature collection layer to show a query result from a service feature table.

    This sample demonstrates how to apply a time-based parameter to a feature layer query.

    Demonstrates how to apply a dictionary renderer to a feature layer and display mil2525d graphics. The dictionary renderer creates these graphics using a mil2525d style file and the attributes attached to each feature within the geodatabase.

    This sample demonstrates how to use load settings to set preferred rendering mode for feature layers, specifically static or dynamic rendering modes.

    This sample demonstrates how to use load settings to change the preferred rendering mode for a scene. Static rendering mode only redraws features periodically when a sceneview is navigating, while dynamic mode dynamically re-renders as the scene moves.

  • Feature Tables

    This sample demonstrates how to use a feature service in on interaction cache mode.

    This sample demonstrates how to use a feature service in on interaction no cache mode.

    This sample demonstrates how to use a feature service in manual cache mode.

    This sample demonstrates how to query a feature layer via feature table.

    This sample demonstrates how to take a feature service offline by generating a geodatabase.

    This sample demonstrates how to manage edits to a local geodatabase inside of transactions.

    This sample demonstrates how to open a shapefile stored on the device and display it as a feature layer with default symbology.

    This sample demonstrates how to synchronize offline edits with a feature service.

    This sample demonstrates how to open a GeoPackage and show a GeoPackage feature table in a feature layer.

    This sample demonstrates how to open a shapefile stored on the device, read metadata that describes the dataset, and display it as a feature layer with default symbology.

    This sample demonstrates how to apply a custom renderer to a shapefile displayed by a feature layer.

    This sample demonstrates how to query features related to an identified feature.

Display Information

  • Graphics Overlay

    This sample demonstrates how you add graphics and set a renderer on a graphic overlays.

    This sample demonstrates how to position graphics using different Surface Placements.

    This sample demonstrates how to identify graphics in a graphics overlay. When you tap on a graphic on the map, you will see an alert message displayed.

    This sample demonstrates how to add various types of graphics to a GraphicsOverlay.

    This sample demonstrates how to interactively sketch and edit graphics in the map view and display them in a graphics overlay. You can sketch a variety of geometry types and undo or redo operations.

  • Symbology

    This sample adds a point graphic to a graphics overlay symbolized with a red circle specified via a SimpleMarkerSymbol.

    This sample demonstrates how to create picture marker symbols from a URL and embedded resources.

    This sample demonstrate how to use a unique value renderer to style different features in a feature layer with different symbols. Features do not have a symbol property for you to set, renderers should be used to define the symbol for features in feature layers. The unique value renderer allows for separate symbols to be used for features that have specific attribute values in a defined field.

    This sample demonstrates how to create a simple renderer and add it to a graphics overlay. Renderers define the symbology for all graphics in a graphics overlay (unless they are overridden by setting the symbol directly on the graphic). Simple renderers can also be defined on feature layers using the same code.

Analysis

  • Geoprocessing

    This sample demonstrates how to execute the GeoprocessingTask asynchronously to calculate a hotspot analysis based on the frequency of 911 calls. It calculates the frequency of these calls within a given study area during a specified constrained time period set between 1/1/1998 and 5/31/1998.

    This sample demonstrates how to use GeoprocessingTask to calculate a viewshed using a geoprocessing service. Click any point on the map to see all areas that are visible within a 1 kilometer radius. It may take a few seconds for the model to run and send back the results.

    This sample demonstrates how to create a LocationViewshed to display interactive viewshed results in the scene view. The viewshed observer is defined by the scene view camera to evaluate visible and obstructed areas of the scene from that location.

    This sample demonstrates a LocationLineOfSight analysis that shows segments that are visible or obstructed along a line drawn from observer to target.

    This sample demonstrates how to perform a dynamic line of sight analysis between two moving GeoElements.

    This sample calls a custom GeoprocessingTask to get a list of available versions for an enterprise geodatabase. The task returns a table of geodatabase version information, which is displayed in the app as a list.

    This sample demonstrates how to query a feature table, in this case returning a count, for features that are within the visible extent or that meet specified criteria.

  • Statistics

    This sample demonstrates how to query a feature table to get statistics for a specified field.

    This sample demonstrates how to query a feature table to get statistics for a specified field and to group and sort the results.

Network Analysis

  • Routes

    This sample illustrates how to solve a simple route between two locations.

Scenes

  • Scene symbols

    This sample demonstrates how to create a DistanceCompositeSceneSymbol with unique marker symbols to display at various distances from the camera.

    This sample demonstrates how to apply extrusion to a renderer on a feature layer.

  • Scene Layers

    This sample demonstrates how to add an ArcGISSceneLayer as a layer in a Scene.

    Demonstrates how to display a scene with an elevation data source. An elevation data source allows objects to be viewed in 3D, like this picture of Mt. Everest.

Hydrography

  • Electronic Navigational Charts (ENC)

    This sample demonstrates how to select an ENC feature.

Location

  • Display Location

    This sample demonstrates how you can enable location services and switch between different types of auto pan modes.

GeometryEngine

  • Projection

    This sample demonstrates how to use the GeometryEngine with a specified geographic transformation to transform a geometry from one coordinate system to another.

<<<<<<< HEAD

Geometry

  • Coordinates

    This sample demonstrates how to convert between MapPoint and string representations of a point using various coordinate systems.

=======

master

Search

  • Working with Places

    This sample demonstrates how you can use the LocatorTask API to geocode an address and display it with a pin on the map. Tapping the pin displays the reverse-geocoded address in a callout.

    This sample demonstrates how to use geocode functionality to search for points of interest, around a location or within an extent.

Tutorial