org.n52.wps.ags.analysis.overlay.identity Identity_analysis Computes a geometric intersection of the Input Features and Identity Features. The Input Features or portions thereof that overlap Identity Features will get the attributes of those Identity Features. Uses ArcObjects library - Analysis in_features in features The input feature class or layer. application/x-zipped-shp application/x-zipped-shp identify_features identify features The identity feature class or layer. Must be polygons. 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. relationship relationship Choose if you want additional spatial relationships between the Input Features and Identity Features to be written to the output. This only applies when the Input Features are lines and the Identity Features are polygons. NO_RELATIONSHIPS — No additional spatial relationship will be determined. KEEP_RELATIONSHIPS — Left and right polygon information will be determined for line on polygon identity and written into the RIGHT_poly, LEFT_poly field in the output. NO_RELATIONSHIPS KEEP_RELATIONSHIPS out_feature_class out feature class The feature class that will be created and 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