Property | Type | Description | |
---|---|---|---|
lngLatSet | Points[] | ||
pointSet | Points[] |
Method | Description | |
---|---|---|
AddGraphicToMap ( ESRI map ) : void | ||
AddPolygon ( IFeatureLayer featureLayer, IFeatureWorkspace featureworkspace, string dir ) : void |
Read the GeoJason File and add new Polygongs to the vector layer the name of file should be newFile.json
|
|
AddRasterLayer ( string path, string fileName ) : void |
Add Raster Layer for the result of Extract textlayer
|
|
CreateDirectory ( string current, string subDir ) : string | ||
CreateFeatureClassWithFields ( String featureClassName, IFeatureWorkspace featureWorkspace, string dir ) : IFeatureClass |
Add Feature class and its feilds
|
|
CreateFeatureClassWithFieldsGeoRef ( String featureClassName, IFeatureWorkspace featureWorkspace ) : IFeatureClass | ||
CreateFeatureLayer ( IFeatureClass featureClass ) : IFeatureLayer |
Cearte shapefile layer(Raster Layer) to open new layer for Polygons Cearte New FeatureLayer
|
|
CreateShapefileWorkspace ( string dir ) : IWorkspace | ||
GetXY ( double lat, double lng, double &pixelX, double &pixelY ) : void |
/////////////Converting pixels to Lat/Long
|
|
MakingSymbolGeoJsonFile ( ) : void | ||
MakingTextLabelGeoJsonFile ( string dir ) : void |
access to the positive and negative layer and save them on the GeoJson File
|
|
SymbolExtraction ( ) : void | ||
addPoligonGeorefrenced ( IFeatureLayer featureLayer, IFeatureWorkspace featureworkspace ) : void | ||
consolidate ( |
||
convertPolygon ( ) : void | ||
findRasterLayerPath ( ) : string | ||
getLngLat ( double x, double y, double &lng, double &lat ) : void |
////////////Converting Lat/long to X and Y
|
|
symbolCreateShapefileWorkspace ( ) : IWorkspace | ||
symbolFindRasterLayerPath ( RasterMapInfo rasterInfo ) : void | ||
textIndentification ( string input_dir, string output_dir, string fn ) : void | ||
textLayerExtract ( string sourceImageDir, string resultImageDir ) : void |
TextExtraction and TextIdentifier Methods
|
|
votting ( ) : string |
Method | Description | |
---|---|---|
AddShapeFileLayer ( string path, string fileName ) : void |
Add Shapefile layer
|
|
addFeatureFeild ( string fieldName, string aliasName, esriFieldType type, IFieldsEdit fieldsEdit ) : void |
add feature feild of each feature
|
|
bindURI ( ) : void | ||
countVote ( string type ) : int | ||
fillImageList ( string path, List |
||
fillSymbolList ( List |
||
findMinDistance ( CoordinatePoint item, List |
||
setGeoJASONFeilds ( string fieldName, esriFieldType type, |
set feature of GeoJson File
|
|
shortestDistance ( double lngS, double latS, double lngD, double latD ) : double | ||
symbolRecognition ( Byte>.Image |
public AddPolygon ( IFeatureLayer featureLayer, IFeatureWorkspace featureworkspace, string dir ) : void | ||
featureLayer | IFeatureLayer | |
featureworkspace | IFeatureWorkspace | |
dir | string | |
return | void |
public AddRasterLayer ( string path, string fileName ) : void | ||
path | string | |
fileName | string | |
return | void |
public CreateDirectory ( string current, string subDir ) : string | ||
current | string | |
subDir | string | |
return | string |
public CreateFeatureClassWithFields ( String featureClassName, IFeatureWorkspace featureWorkspace, string dir ) : IFeatureClass | ||
featureClassName | String | |
featureWorkspace | IFeatureWorkspace | |
dir | string | |
return | IFeatureClass |
public CreateFeatureClassWithFieldsGeoRef ( String featureClassName, IFeatureWorkspace featureWorkspace ) : IFeatureClass | ||
featureClassName | String | |
featureWorkspace | IFeatureWorkspace | |
return | IFeatureClass |
public CreateFeatureLayer ( IFeatureClass featureClass ) : IFeatureLayer | ||
featureClass | IFeatureClass | |
return | IFeatureLayer |
public CreateShapefileWorkspace ( string dir ) : IWorkspace | ||
dir | string | |
return | IWorkspace |
public GetXY ( double lat, double lng, double &pixelX, double &pixelY ) : void | ||
lat | double | |
lng | double | |
pixelX | double | |
pixelY | double | |
return | void |
public MakingTextLabelGeoJsonFile ( string dir ) : void | ||
dir | string | |
return | void |
public addPoligonGeorefrenced ( IFeatureLayer featureLayer, IFeatureWorkspace featureworkspace ) : void | ||
featureLayer | IFeatureLayer | |
featureworkspace | IFeatureWorkspace | |
return | void |
public static consolidate ( |
||
al | ||
w | int | |
h | int | |
log | ||
return | HashSet |
public getLngLat ( double x, double y, double &lng, double &lat ) : void | ||
x | double | |
y | double | |
lng | double | |
lat | double | |
return | void |
public symbolCreateShapefileWorkspace ( ) : IWorkspace | ||
return | IWorkspace |
public symbolFindRasterLayerPath ( RasterMapInfo rasterInfo ) : void | ||
rasterInfo | RasterMapInfo | |
return | void |
public textIndentification ( string input_dir, string output_dir, string fn ) : void | ||
input_dir | string | |
output_dir | string | |
fn | string | |
return | void |
public textLayerExtract ( string sourceImageDir, string resultImageDir ) : void | ||
sourceImageDir | string | |
resultImageDir | string | |
return | void |