C# 클래스 ProAppDistanceAndDirectionModule.Models.FeatureClassUtils

파일 보기 프로젝트 열기: Esri/distance-direction-addin-dotnet

공개 메소드들

메소드 설명
CreateFCOutput ( string outputPath, SaveAsType saveAsType, List graphicsList, SpatialReference spatialRef, MapView mapview, GeomType geomType, bool isKML = false ) : System.Threading.Tasks.Task

Creates the output featureclass, either fgdb featureclass or shapefile

PromptUserWithSaveDialog ( bool featureChecked, bool shapeChecked, bool kmlChecked ) : string

Prompts the user to save features

비공개 메소드들

메소드 설명
CreateFeatureClass ( string dataset, GeomType geomType, string connection, SpatialReference spatialRef, List graphicsList, MapView mapview, bool isKML = false ) : System.Threading.Tasks.Task

Create a feature class

CreateFeatures ( List graphicsList ) : System.Threading.Tasks.Task

Create polyline features from graphics and add to table

메소드 상세

CreateFCOutput() 공개 메소드

Creates the output featureclass, either fgdb featureclass or shapefile
public CreateFCOutput ( string outputPath, SaveAsType saveAsType, List graphicsList, SpatialReference spatialRef, MapView mapview, GeomType geomType, bool isKML = false ) : System.Threading.Tasks.Task
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
리턴 System.Threading.Tasks.Task

PromptUserWithSaveDialog() 공개 메소드

Prompts the user to save features
public PromptUserWithSaveDialog ( bool featureChecked, bool shapeChecked, bool kmlChecked ) : string
featureChecked bool
shapeChecked bool
kmlChecked bool
리턴 string