{ "name": "AddGeometryAttributes", "displayName": "Add Geometry Attributes", "description": "", "category": "", "helpUrl": "https://arcsrv.mfc.ms.gov/server/rest/directories/arcgisoutput/BrianMitchell/AddAcresAndPerimeterMiles_GPServer/BrianMitchell_AddAcresAndPerimeterMiles/AddGeometryAttributes.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Features", "dataType": "GPString", "displayName": "Input Features", "description": "New attribute fields will be added to the input features to store properties such as length, area, or x-, y-, z-, and m-coordinates.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Burn Area", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Burn Area" ] }, { "name": "Geometry_Properties", "dataType": "GPMultiValue:GPString", "displayName": "Geometry Properties", "description": "Determines the geometry or shape properties that will be calculated into new attribute fields. \nAREA\u2014Adds an attribute to store the area of each polygon feature.AREA_GEODESIC\u2014Adds an attribute to store the geodesic area of each polygon feature.CENTROID\u2014Adds attributes to store the centroid coordinates of each feature.CENTROID_INSIDE\u2014Adds attributes to store the coordinates of a central point inside or on each feature.EXTENT\u2014Adds attributes to store the extent coordinates of each feature.LENGTH\u2014Adds an attribute to store the length of each line feature.LENGTH_GEODESIC\u2014Adds an attribute to store the geodesic length of each line feature.LENGTH_3D\u2014Adds an attribute to store the 3D length of each line feature.LINE_BEARING\u2014Adds an attribute to store the start-to-end bearing of each line feature. Values range from 0 to 360, with 0 meaning north, 90 east, 180 south, 270 west, and so on.LINE_START_MID_END\u2014Adds attributes to store the coordinates of the start, mid, and end points of each feature.PART_COUNT\u2014Adds an attribute to store the number of parts comprising each feature.PERIMETER_LENGTH\u2014Adds an attribute to store the length of the perimeter or border of each polygon feature.PERIMETER_LENGTH_GEODESIC\u2014Adds an attribute to store the geodesic length of the perimeter or border of each polygon feature.POINT_COUNT\u2014Adds an attribute to store the number of points or vertices comprising each feature.POINT_X_Y_Z_M\u2014Adds attributes to store the x-, y-, z-, and m-coordinates of each point feature.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "AREA", "PERIMETER_LENGTH" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "AREA", "PERIMETER_LENGTH" ] }, { "name": "Length_Unit", "dataType": "GPString", "displayName": "Length Unit", "description": "The unit in which to calculate length.\nFEET_US\u2014Length in feet (United States)METERS\u2014Length in metersKILOMETERS\u2014Length in kilometersMILES_US\u2014Length in miles (United States)NAUTICAL_MILES\u2014Length in nautical miles (United States)YARDS\u2014Length in yards (United States)", "direction": "esriGPParameterDirectionInput", "defaultValue": "MILES_US", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "MILES_US" ] }, { "name": "Area_Unit", "dataType": "GPString", "displayName": "Area Unit", "description": "The unit in which to calculate area.\nACRES\u2014Area in acresHECTARES\u2014Area in hectaresSQUARE_MILES_US\u2014Area in square miles (United States)SQUARE_KILOMETERS\u2014Area in square kilometersSQUARE_METERS\u2014Area in square metersSQUARE_FEET_US\u2014Area in square feet (United States)SQUARE_YARDS\u2014Area in square yards (United States)SQUARE_NAUTICAL_MILES\u2014Area in square nautical miles (United States)", "direction": "esriGPParameterDirectionInput", "defaultValue": "ACRES", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "ACRES" ] }, { "name": "Coordinate_System", "dataType": "GPString", "displayName": "Coordinate System", "description": "The coordinate system in which the coordinates, length, and area will be calculated. The coordinate system of the input features is used by default.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Modified_Input_Features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Modified Input Features", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": {"wkt": "PROJCS[\"MSTM\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",1300000.0],PARAMETER[\"Central_Meridian\",-89.75],PARAMETER[\"Scale_Factor\",0.9998335],PARAMETER[\"Latitude_Of_Origin\",32.5],UNIT[\"Meter\",1.0]]"}, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "Federal_FY", "type": "esriFieldTypeString", "alias": "Federal_FY", "length": 50 }, { "name": "Landowner_Name", "type": "esriFieldTypeString", "alias": "Landowner_Name", "length": 50 }, { "name": "Grant_Name", "type": "esriFieldTypeString", "alias": "Grant_Name", "length": 50 }, { "name": "POLY_AREA", "type": "esriFieldTypeDouble", "alias": "POLY_AREA" }, { "name": "PERIMETER", "type": "esriFieldTypeDouble", "alias": "PERIMETER" }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }