Method | Description | |
---|---|---|
CreateFCOutput ( string outputPath, SaveAsType saveAsType, List |
Creates the output featureclass, either fgdb featureclass or shapefile
|
|
PromptUserWithSaveDialog ( bool featureChecked, bool shapeChecked, bool kmlChecked ) : string |
Prompts the user to save features
|
Method | Description | |
---|---|---|
CreateFeatureClass ( string dataset, GeomType geomType, string connection, SpatialReference spatialRef, List |
Create a feature class
|
|
CreateFeatures ( List |
Create polyline features from graphics and add to table
|
public CreateFCOutput ( string outputPath, SaveAsType saveAsType, List |
||
outputPath | string | location of featureclass |
saveAsType | SaveAsType | Type of output selected, either fgdb featureclass or shapefile |
graphicsList | List |
List of graphics for selected tab |
spatialRef | SpatialReference | |
mapview | MapView | |
geomType | GeomType | |
isKML | bool | |
return | System.Threading.Tasks.Task |
public PromptUserWithSaveDialog ( bool featureChecked, bool shapeChecked, bool kmlChecked ) : string | ||
featureChecked | bool | |
shapeChecked | bool | |
kmlChecked | bool | |
return | string |