{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 9, "name": "Validation Polygon Errors", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 4326, "latestWkid": 4326, "xyTolerance": 8.983152841195215E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 252, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkt2": "PROJCRS[\"Illinois State Transverse_Mercator\",BASEGEOGCRS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",ELLIPSOID[\"GRS_1980\",6378137.0,298.257222101,LENGTHUNIT[\"Meter\",1.0]]],PRIMEM[\"Greenwich\",0.0,ANGLEUNIT[\"Degree\",0.0174532925199433]],CS[ellipsoidal,2],ANGLEUNIT[\"Degree\",0.0174532925199433]],CONVERSION[\"Transverse_Mercator\",METHOD[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",3280833.3333333,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"False_Northing\",3937000.0,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"Central_Meridian\",-89.5,ANGLEUNIT[\"Degree\",0.0174532925199433]],PARAMETER[\"Scale_Factor\",0.9998529411767059,SCALEUNIT[\"Unity\",1.0]],PARAMETER[\"Latitude_Of_Origin\",36.66666666666666,ANGLEUNIT[\"Degree\",0.0174532925199433]]],CS[Cartesian,2],AXIS[\"Easting (X)\",east,ORDER[1]],AXIS[\"Northing (Y)\",north,ORDER[2]],LENGTHUNIT[\"Foot_US\",0.3048006096012192]]", "wkt": "PROJCS[\"Illinois State Transverse_Mercator\",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\",3280833.3333333],PARAMETER[\"False_Northing\",3937000.0],PARAMETER[\"Central_Meridian\",-89.5],PARAMETER[\"Scale_Factor\",0.9998529411767059],PARAMETER[\"Latitude_Of_Origin\",36.66666666666666],UNIT[\"Foot_US\",0.3048006096012192]]", "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -15165000, "falseY": -42190000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "RuleName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "ObjectID", "type": "esriFieldTypeOID", "alias": "Object ID", "domain": null }, { "name": "FeatureClassID", "type": "esriFieldTypeInteger", "alias": "Feature class ID", "domain": null }, { "name": "FeatureObjectID", "type": "esriFieldTypeInteger", "alias": "Feature object ID", "domain": null }, { "name": "FeatureGlobalID", "type": "esriFieldTypeGUID", "alias": "Feature global ID", "length": 38, "domain": null }, { "name": "ErrorNumber", "type": "esriFieldTypeInteger", "alias": "Error number", "domain": null }, { "name": "ErrorMessage", "type": "esriFieldTypeString", "alias": "Error message", "length": 2000, "domain": null }, { "name": "RuleType", "type": "esriFieldTypeSmallInteger", "alias": "Rule type", "domain": { "type": "codedValue", "name": "Attribute Rule Type", "description": "The attribute rule type that created the error record.", "codedValues": [ { "name": "Calculation", "code": 0 }, { "name": "Constraint", "code": 1 }, { "name": "Validation", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "RuleName", "type": "esriFieldTypeString", "alias": "Rule name", "length": 64, "domain": null }, { "name": "RuleID", "type": "esriFieldTypeInteger", "alias": "Rule ID", "domain": null }, { "name": "RuleDescription", "type": "esriFieldTypeString", "alias": "Rule description", "length": 256, "domain": null }, { "name": "Severity", "type": "esriFieldTypeInteger", "alias": "Severity", "domain": null }, { "name": "IsException", "type": "esriFieldTypeSmallInteger", "alias": "Is exception", "domain": { "type": "codedValue", "name": "Validation Error Exception", "description": "Indicates if the error record has been marked as an exception.", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ErrorStatus", "type": "esriFieldTypeInteger", "alias": "Error status", "domain": { "type": "codedValue", "name": "Validation Error Status", "description": "Indicates error lifecycle status of an error", "codedValues": [ { "name": "Reviewed", "code": 1 }, { "name": "Resolved", "code": 2 }, { "name": "Mark As Exception", "code": 3 }, { "name": "Acceptable", "code": 4 }, { "name": "Unacceptable", "code": 6 }, { "name": "Exception", "code": 9 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ErrorPhase", "type": "esriFieldTypeInteger", "alias": "Error phase", "domain": { "type": "codedValue", "name": "Validation Error Phase", "description": "Indicates error lifecycle phase of an error", "codedValues": [ { "name": "Review", "code": 2 }, { "name": "Correction", "code": 4 }, { "name": "Verification", "code": 6 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CorrectionNotes", "type": "esriFieldTypeString", "alias": "Correction notes", "length": 256, "domain": null }, { "name": "CorrectionTechnician", "type": "esriFieldTypeString", "alias": "Correction technician", "length": 256, "domain": null }, { "name": "VerificationNotes", "type": "esriFieldTypeString", "alias": "Verification notes", "length": 256, "domain": null }, { "name": "VerificationTechnician", "type": "esriFieldTypeString", "alias": "Verification technician", "length": 256, "domain": null }, { "name": "CREATIONDATE", "type": "esriFieldTypeDate", "alias": "Creation date", "length": 8, "domain": null }, { "name": "CREATOR", "type": "esriFieldTypeString", "alias": "Creator", "length": 255, "domain": null }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last update", "length": 8, "domain": null }, { "name": "UPDATEDBY", "type": "esriFieldTypeString", "alias": "Updated by", "length": 255, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "UUID_226", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "R226_SDE_ROWID_UK", "fields": "ObjectID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S200_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriDecimalDegrees", "mapUnits": {"uwkid": 9102} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1659450854000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "4b1aefe40a8847bab37217a36688dfbf" }