Property | Type | Description | |
---|---|---|---|
AddLayerToArcMap | void | ||
AggregationResponse | void | ||
ChangeDetection | void | ||
CreateAggregationArguments | void | ||
CreateAggsArgument | string | ||
CreateQueryString | string | ||
EventHandlerCheckBoxGroupCheckChanged | void | ||
EventHandlerDatePickerValueChanged | void | ||
EventHandlerGenerateButtonClick | void | ||
EventHandlerGoButtonClick | void | ||
EventHandlerInfoButtonClick | void | ||
EventHandlerInstanceAoiHasBeenDrawn | void | ||
EventHandlerMltcInfoButtonClick | void | ||
EventHandlerMultiChangeDetectionInfoButtonClick | void | ||
EventHandlerQueryTextBoxKeyDown | void | ||
EventHandlerRefreshButtonClick | void | ||
EventHandlerSelectAreaButtonClick | void | ||
GetAuthenticationToken | void | ||
GetGeoHashPoly | Polygon | ||
InitializeComponent | void | ||
InsertPivoTableRowsToFeatureClass | void | ||
InsertRow | void | ||
MoreLikeThisCell | void | ||
MultiChangeDetection | void | ||
RefreshChangeDetectionComboBoxes | void | ||
RefreshMltc | void | ||
RefreshMultiChangeDetection | void | ||
SetPBarProperties | void | ||
UpdatePBar | void | ||
WriteToFeatureClass | void |
Method | Description | |
---|---|---|
Aggregations ( object hook ) : System | ||
FeatureLayerToPivotTable ( IFeatureLayer layer, string rowKeyColName, List |
||
FeaturesToPivotTable ( List |
||
GetFeatureLayersFromToc ( IActiveView activeView ) : List |
||
GetLayerByName ( List |
||
GetSelectedFeatureFromLayerByName ( List |
||
GetSelectedFeatures ( IFeatureLayer featureLayer ) : List |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddLayerToArcMap ( string featureClassName ) : void |
Adds a layer to arc map
|
|
AggregationResponse ( IRestResponse |
||
ChangeDetection ( ) : void | ||
CreateAggregationArguments ( RestRequest &request ) : void |
Create the aggregation AGGS argument
|
|
CreateAggsArgument ( ) : string |
The create AGGS argument.
|
|
CreateQueryString ( ) : string | ||
EventHandlerCheckBoxGroupCheckChanged ( object sender, EventArgs e ) : void |
Eventhandler top handle when one of the checkbox group on the analysis tab is checked to ensure that the others are unchecked.
|
|
EventHandlerDatePickerValueChanged ( object sender, EventArgs e ) : void | ||
EventHandlerGenerateButtonClick ( object sender, EventArgs e ) : void | ||
EventHandlerGoButtonClick ( object sender, EventArgs e ) : void | ||
EventHandlerInfoButtonClick ( object sender, EventArgs e ) : void | ||
EventHandlerInstanceAoiHasBeenDrawn ( IPolygon poly, IElement elm ) : void | ||
EventHandlerMltcInfoButtonClick ( object sender, EventArgs e ) : void | ||
EventHandlerMultiChangeDetectionInfoButtonClick ( object sender, EventArgs e ) : void | ||
EventHandlerQueryTextBoxKeyDown ( object sender, KeyEventArgs e ) : void | ||
EventHandlerRefreshButtonClick ( object sender, EventArgs e ) : void |
Event Handler for the refresh button to execute the proper action depending on which group box is enabled.
|
|
EventHandlerSelectAreaButtonClick ( object sender, EventArgs e ) : void | ||
GetAuthenticationToken ( ) : void | ||
GetGeoHashPoly ( string geohash ) : Polygon |
The get geo hash poly.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InsertPivoTableRowsToFeatureClass ( IFeatureClass featureClass, PivotTable ptable, string>.Dictionary |
||
InsertRow ( IFeatureClass featureClass, string key, IFeatureCursor insertCur, double>.Dictionary |
Insert a row into the feature class.
|
|
MoreLikeThisCell ( ) : void | ||
MultiChangeDetection ( ) : void | ||
RefreshChangeDetectionComboBoxes ( ) : void | ||
RefreshMltc ( ) : void | ||
RefreshMultiChangeDetection ( ) : void | ||
SetPBarProperties ( int max, int min, int val ) : void | ||
UpdatePBar ( int val ) : void | ||
WriteToFeatureClass ( IFeatureClass featureClass, double>.Dictionary |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
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 static 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 |