org.n52.wps.ags.spatialanalyst.density.linedensity LineDensity_sa Calculates a magnitude per unit area from polyline features that fall within a radius around each cell. Uses ArcObjects library - Spatial Analyst input features input polyline features the input polyline feature to calculate the density for application/x-zipped-shp application/x-zipped-shp field population field as string Field denoting population values for each feature. the population field is the count or quantity to be spread across the landscape to create continuous surface. values may be integer or floating point. a valid field name of the input features is required. cell size output cell size The cell size at which the output raster will be created. If the environment is not set, then cell size is the shorter of the width or height of the extent of input point or polyline features in the output spatial reference, divided by 250. radius search radius The search radius within which to calculate density. Units are based on the linear unit of the projection of the output spatial reference. The default is the shortest of the width or height of the extent of in_features in the output spatial reference, divided by 30. units area units The desired area units of the output density values. the value can be "SQUARE_MAP_UNITS", "SQUARE_MILES", "SQUARE_KILOMETERS","SQUARE_INCHES", "SQUARE_CENTIMETERS" or "SQUARE_MILLIMETERS". A default unit is selected based on the linear unit of the projection of the output spatial reference. SQUARE_MAP_UNITS SQUARE_MILES SQUARE_KILOMETERS SQUARE_INCHES SQUARE_CENTIMETERS SQUARE_MILLIMETERS result raster values result raster application/img application/GeoTIFF application/img