C# Class ArcGISRuntimeXamarin.Samples.CreateFeatureCollectionLayer.CreateFeatureCollectionLayer

Inheritance: UIViewController
ファイルを表示 Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
CreateFeatureCollectionLayer ( ) : Esri.ArcGISRuntime.Data
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
CreateNewFeatureCollection ( ) : void
CreateRenderer ( GeometryType rendererType ) : Renderer
Initialize ( ) : void

Method Details

CreateFeatureCollectionLayer() public method

public CreateFeatureCollectionLayer ( ) : Esri.ArcGISRuntime.Data
return Esri.ArcGISRuntime.Data

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void