Property | Type | Description | |
---|---|---|---|
AddLayerToArcMap | void | ||
Authenticate | void | ||
ButChangeInfoClick | void | ||
ButChangeInfoMultiClick | void | ||
ButPopFocLyrCbClick | void | ||
ButRunSignatureClick | void | ||
ButtAnalyzeAggClick | void | ||
ButtAnalyzeAggMClick | void | ||
ButtAnalyzeDiffClick | void | ||
ButtMultiAnalyzeDiffClick | void | ||
ButtonClick1 | void | ||
CreateAggregationArguments | void | ||
CreateAggsArgument | string | ||
EndDatePickerCalendarClosed | void | ||
GetGeoHashPoly | Polygon | ||
GoButtonClick | void | ||
HandleResponse | void | ||
InsertPivoTableRowsToFeatureClass | void | ||
InsertRow | void | ||
InstanceAoiHasBeenDrawn | void | ||
InstanceOnAoiHasBeenDrawn | void | ||
SelectAreaButtonClick | void | ||
SelectionTypeComboBoxSelectionChanged | void | ||
SetPBarProperties | void | ||
SpecifyDateCheckboxChecked | void | ||
StartDatePickerCalendarClosed | void | ||
UpdatePBar | void | ||
UpdateStatusLabel | void | ||
WriteToFeatureClass | void |
Method | Description | |
---|---|---|
AggregationWindow ( ) : System |
Initializes a new instance of the AggregationWindow class.
|
|
FeatureLayerToPivotTable ( IFeatureLayer layer, string rowKeyColName, List |
||
FeaturesToPivotTable ( List |
||
GetActiveViewFromArcMap ( IApplication application ) : IActiveView |
Get ActiveView from ArcMap
|
|
GetContentsViewFromArcMap ( IApplication application, int index ) : IContentsView |
Get the Contents View (TOC) for ArcMap.
|
|
GetFeatureLayersFromToc ( IActiveView activeView ) : List |
||
GetLayerByName ( List |
||
GetSelectedFeatureFromLayerByName ( List |
||
GetSelectedFeatures ( IFeatureLayer featureLayer ) : List |
Method | Description | |
---|---|---|
AddLayerToArcMap ( string featureClassName ) : void |
Adds a layer to arc map
|
|
Authenticate ( string user, string pass, IRestClient client, string auth, bool runAsync ) : void |
The authenticate.
|
|
ButChangeInfoClick ( object sender, |
||
ButChangeInfoMultiClick ( object sender, |
||
ButPopFocLyrCbClick ( object sender, |
||
ButRunSignatureClick ( object sender, |
||
ButtAnalyzeAggClick ( object sender, |
||
ButtAnalyzeAggMClick ( object sender, |
||
ButtAnalyzeDiffClick ( object sender, |
||
ButtMultiAnalyzeDiffClick ( object sender, |
||
ButtonClick1 ( object sender, |
||
CreateAggregationArguments ( |
Create the aggregation AGGS argument
|
|
CreateAggsArgument ( ) : string |
The create AGGS argument.
|
|
EndDatePickerCalendarClosed ( object sender, |
The end date picker calendar closed.
|
|
GetGeoHashPoly ( string geohash ) : Polygon |
The get geo hash poly.
|
|
GoButtonClick ( object sender, |
The go button_ click.
|
|
HandleResponse ( IRestResponse |
||
InsertPivoTableRowsToFeatureClass ( IFeatureClass featureClass, PivotTable ptable, string>.Dictionary |
||
InsertRow ( IFeatureClass featureClass, string key, IFeatureCursor insertCur, double>.Dictionary |
Insert a row into the feature class.
|
|
InstanceAoiHasBeenDrawn ( IPolygon poly, IElement elm ) : void |
The instance AOI has been drawn.
|
|
InstanceOnAoiHasBeenDrawn ( IPolygon poly, IElement elm ) : void |
The instance on AOI has been drawn event handler.
|
|
SelectAreaButtonClick ( object sender, |
The event handler for select area button click.
|
|
SelectionTypeComboBoxSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
SetPBarProperties ( int max, int min, int val ) : void | ||
SpecifyDateCheckboxChecked ( object sender, |
Enable/disable functionality based on if the specify date checkbox has been clicked.
|
|
StartDatePickerCalendarClosed ( object sender, |
The start date picker calendar closed.
|
|
UpdatePBar ( int val ) : void | ||
UpdateStatusLabel ( string label ) : void | ||
WriteToFeatureClass ( IFeatureClass featureClass, double>.Dictionary |
public FeatureLayerToPivotTable ( IFeatureLayer layer, string rowKeyColName, List |
||
layer | IFeatureLayer | |
rowKeyColName | string | |
columnsToIgnore | List |
|
return | PivotTable |
public FeaturesToPivotTable ( List |
||
layers | List |
|
rowKeyColName | string | |
columnsToIgnore | List |
|
return | PivotTable |
public GetActiveViewFromArcMap ( IApplication application ) : IActiveView | ||
application | IApplication | An IApplication interface that is the ArcMap application. |
return | IActiveView |
public GetContentsViewFromArcMap ( IApplication application, int index ) : IContentsView | ||
application | IApplication | An IApplication interface that is the ArcMap application. |
index | int | /// A System.Int32 that is the tab number of the TOC. When specifying the index number: 0 = usually the /// Display tab, 1 = usually the Source tab. /// |
return | IContentsView |
public GetFeatureLayersFromToc ( IActiveView activeView ) : List |
||
activeView | IActiveView | |
return | List |
public GetLayerByName ( List |
||
layers | List |
|
name | string | |
return | IFeatureLayer |
public GetSelectedFeatureFromLayerByName ( List |
||
layers | List |
|
nameOfLayer | string | |
return | List |
public GetSelectedFeatures ( IFeatureLayer featureLayer ) : List |
||
featureLayer | IFeatureLayer | |
return | List |