{ "name": "GenerateGRGFromPoint", "displayName": "Generate Grid From Point", "description": "Generates a Gridded Reference Graphic (GRG) as a polygon feature class over a specified area with a custom size.", "category": "", "helpUrl": "https://ts.geodata.no/server/rest/directories/arcgisoutput/GenerateGRGFromPoint_GPServer/GenerateGRGFromPoint/GenerateGRGFromPoint.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_feature", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Feature", "description": "The center point for the GRG starting point.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "featureClass", "list": [ "esriGeometryPoint" ] }, "defaultValue": { "displayFieldName": "", "hasZ": true, "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 25833, "latestWkid": 25833 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255 }, { "name": "Text", "type": "esriFieldTypeString", "alias": "Text", "length": 255 }, { "name": "IntegerValue", "type": "esriFieldTypeInteger", "alias": "IntegerValue" }, { "name": "DoubleValue", "type": "esriFieldTypeDouble", "alias": "DoubleValue" }, { "name": "DateTime", "type": "esriFieldTypeDate", "alias": "DateTime", "length": 8 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The output polygon feature class containing the GRG to be created.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 25833, "latestWkid": 25833 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "ORIG_FID", "type": "esriFieldTypeInteger", "alias": "ORIG_FID" }, { "name": "Grid", "type": "esriFieldTypeString", "alias": "Grid", "length": 255 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "horizontal_cells", "dataType": "GPLong", "displayName": "Number of Rows", "description": "The number of horizontal grid cells.", "direction": "esriGPParameterDirectionInput", "defaultValue": 10, "parameterType": "esriGPParameterTypeOptional", "category": "Cell Options" }, { "name": "vertical_cells", "dataType": "GPLong", "displayName": "Number of Columns", "description": "The number of vertical grid cells.", "direction": "esriGPParameterDirectionInput", "defaultValue": 10, "parameterType": "esriGPParameterTypeOptional", "category": "Cell Options" }, { "name": "cell_width", "dataType": "GPDouble", "displayName": "Cell Width", "description": "The width of the cells. Measurement units are specified by the Cell Units parameter.", "direction": "esriGPParameterDirectionInput", "defaultValue": 1000, "parameterType": "esriGPParameterTypeOptional", "category": "Cell Options" }, { "name": "cell_height", "dataType": "GPDouble", "displayName": "Cell Height", "description": "The height of the cells. Measurement units are specified by the Cell Units parameter.", "direction": "esriGPParameterDirectionInput", "defaultValue": 1000, "parameterType": "esriGPParameterTypeOptional", "category": "Cell Options" }, { "name": "cell_units", "dataType": "GPString", "displayName": "Cell Units", "description": "Specifies the measurement units for cell width and height.Meters\u2014The unit will be meters. This is the default.Kilometers\u2014The unit will be kilometers.Miles\u2014The unit will be miles.Nautical miles\u2014The unit will be nautical miles.Feet\u2014The unit will be feet.US survey feet\u2014The unit will be U.S. survey feet.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Meters", "parameterType": "esriGPParameterTypeOptional", "category": "Cell Options", "choiceList": [ "Meters", "Kilometers", "Miles", "Nautical miles", "Feet", "US survey feet" ] }, { "name": "label_start_position", "dataType": "GPString", "displayName": "Label Start Position", "description": "Specifies the grid cell where labelling will start.Upper left\u2014The label position will be the upper left. This is the default.Lower left\u2014The label position will be the lower left.Upper right\u2014The label position will be the upper right.Lower right\u2014The label position will be the lower right.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Upper left", "parameterType": "esriGPParameterTypeOptional", "category": "Label Options", "choiceList": [ "Upper left", "Lower left", "Upper right", "Lower right" ] }, { "name": "label_format", "dataType": "GPString", "displayName": "Label Format", "description": "Specifies the labeling type for each grid cell.Alpha-numeric\u2014The label will use an alpha character, a separator, and a number. This is the default.Alpha-alpha\u2014The label will use an alpha character, a separator, and an additional alpha character.Numeric\u2014The label will be numeric.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Alpha-numeric", "parameterType": "esriGPParameterTypeOptional", "category": "Label Options", "choiceList": [ "Alpha-numeric", "Alpha-alpha", "Numeric" ] }, { "name": "label_separator", "dataType": "GPString", "displayName": "Label Separator", "description": "Specifies the separator to be used between x- and y-values when the Label Format parameter is set to Alpha-alpha, for example, A-A, A-AA, AA-A.Hyphen\u2014The label separator will be a hyphen. This is the default.Comma\u2014The label separator will be a comma.Period\u2014The label separator will be a period.Forward slash\u2014The label separator will be a forward slash.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Hyphen", "parameterType": "esriGPParameterTypeOptional", "category": "Label Options", "choiceList": [ "Hyphen", "Comma", "Period", "Forward slash" ] }, { "name": "grid_angle", "dataType": "GPDouble", "displayName": "Grid Rotation Angle", "description": "The angle used to rotate the grid.", "direction": "esriGPParameterDirectionInput", "defaultValue": 20, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "grid_angle_units", "dataType": "GPString", "displayName": "Grid Rotation Angular Units", "description": "The angular units for grid rotation.Degrees\u2014The angle will be degrees. This is the default.Mils\u2014The angle will be mils.Radians\u2014The angle will be radians.Gradians\u2014The angle will be gradians.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Degrees", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Degrees", "Mils", "Radians", "Gradians" ] }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }