org.n52.wps.ags.analysis.overlay.symetricaldifference SymDiff_analysis Computes a geometric intersection of the input and update features. Features or portions of features in the input and update features which do not overlap will be written to the Output Feature Class. Uses ArcObjects library - Analysis in_features in features The input feature class or layer. Geometry type must be polygon. application/x-zipped-shp application/x-zipped-shp update_features update features The update feature class or layer. Geometry type must be polygon. application/x-zipped-shp application/x-zipped-shp join_attributes join attributes Determines what attributes will be transferred to the Output Feature Class. ALL — All the attributes (including FIDs) from the Input Features as well as the Identity Features will be transferred to the Output Feature Class. This is the default. NO_FID — All the attributes except the FID from the Input Features and Identity Features will be transferred to the Output Feature Class. ONLY_FID — All the attributes from the Input Features but only the FID from the Identity Features will be transferred to the Output Feature Class. ALL NO_FID ONLY_FID cluster_tolerance cluster tolerance The minimum distance separating all feature coordinates (nodes and vertices) as well as the distance a coordinate can move in X or Y (or both). You can set the value to be higher for data that has less coordinate accuracy and lower for datasets with extremely high accuracy. out_feature_class out feature class The feature class to which the results will be written. application/x-zipped-shp application/x-zipped-shp text/XML http://schemas.opengis.net/gml/2.1.2/feature.xsd