{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 17, "name": "Sewer Shed", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102729, "latestWkid": 2272, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119214200, "falseY": -96198500, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 100000, "maxScale": 0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Type", "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 137, 68, 68, 255 ], "width": 1.5 } }, "value": "FULL", "label": "Full" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 137, 68, 68, 255 ], "width": 1 } }, "value": "SUB", "label": "Sub" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 96, 57, 255 ], "toColor": [ 179, 96, 57, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 44, 57, 201, 255 ], "toColor": [ 44, 57, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 63, 196, 51, 255 ], "toColor": [ 63, 196, 51, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 40, 160, 176, 255 ], "toColor": [ 40, 160, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 44, 129, 255 ], "toColor": [ 168, 44, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 184, 47, 255 ], "toColor": [ 189, 184, 47, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 53, 108, 184, 255 ], "toColor": [ 53, 108, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 179, 121, 255 ], "toColor": [ 59, 179, 121, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 42, 86, 255 ], "toColor": [ 199, 42, 86, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 163, 43, 196, 255 ], "toColor": [ 163, 43, 196, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 106, 156, 53, 255 ], "toColor": [ 106, 156, 53, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 153, 79, 255 ], "toColor": [ 196, 153, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 102, 63, 166, 255 ], "toColor": [ 102, 63, 166, 255 ] } ] } } }, "scaleSymbols": false, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "spatialReference": { "wkid": 102729, "latestWkid": 2272, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -1.313320026802664E8, "falseY": -1.0498750683728431E8, "xyUnits": 3.3785316160230815E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FacilityID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FacilityID", "type": "esriFieldTypeString", "alias": "Facility Identifier", "length": 20, "domain": null }, { "name": "OUTFALLID", "type": "esriFieldTypeString", "alias": "Outfall FacilityID", "length": 20, "domain": null }, { "name": "MS4ID", "type": "esriFieldTypeString", "alias": "MS4ID", "length": 50, "domain": null }, { "name": "AREA_sqft", "type": "esriFieldTypeDouble", "alias": "Area (sqft)", "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 50, "domain": { "type": "codedValue", "name": "swSewerShedType", "description": "Stormwater sewershed type", "codedValues": [ { "name": "Full", "code": "FULL" }, { "name": "Sub", "code": "SUB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "IMPAIRED", "type": "esriFieldTypeString", "alias": "Impaired", "length": 5, "domain": { "type": "codedValue", "name": "YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "YES" }, { "name": "No", "code": "NO" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "COMMENT", "type": "esriFieldTypeString", "alias": "Comment", "length": 200, "domain": null }, { "name": "OWNEDBY", "type": "esriFieldTypeString", "alias": "Owned By", "length": 50, "domain": null }, { "name": "MAINTBY", "type": "esriFieldTypeString", "alias": "Managed By", "length": 50, "domain": null }, { "name": "MUNICIPALITY", "type": "esriFieldTypeString", "alias": "Municipality", "length": 50, "domain": { "type": "codedValue", "name": "MUNICIPALITY", "description": "Municipalities", "codedValues": [ { "name": "Carroll Township", "code": "CARROLL TOWNSHIP" }, { "name": "Chanceford Township", "code": "CHANCEFORD TOWNSHIP" }, { "name": "Codorus Township", "code": "CODORUS TOWNSHIP" }, { "name": "Conewago Township", "code": "CONEWAGO TOWNSHIP" }, { "name": "Cross Road Borough", "code": "CROSS ROAD BOROUGH" }, { "name": "Dallastown Borough", "code": "DALLASTOWN BOROUGH" }, { "name": "Delta Borough", "code": "DELTA BOROUGH" }, { "name": "Dillsburg Borough", "code": "DILLSBURG BOROUGH" }, { "name": "Dover Borough", "code": "DOVER BOROUGH" }, { "name": "Dover Township", "code": "DOVER TOWNSHIP" }, { "name": "East Hopewell Township", "code": "EAST HOPEWELL TOWNSHIP" }, { "name": "East Manchester Township", "code": "EAST MANCHESTER TOWNSHIP" }, { "name": "East Prospect Borough", "code": "EAST PROSPECT BOROUGH" }, { "name": "Fairview Township", "code": "FAIRVIEW TOWNSHIP" }, { "name": "Fawn Grove Borough", "code": "FAWN GROVE BOROUGH" }, { "name": "Fawn Township", "code": "FAWN TOWNSHIP" }, { "name": "Felton Borough", "code": "FELTON BOROUGH" }, { "name": "Franklin Township", "code": "FRANKLIN TOWNSHIP" }, { "name": "Franklintown Borough", "code": "FRANKLINTOWN BOROUGH" }, { "name": "Glen Rock Borough", "code": "GLEN ROCK BOROUGH" }, { "name": "Goldsboro Borough", "code": "GOLDSBORO BOROUGH" }, { "name": "Hallam Borough", "code": "HALLAM BOROUGH" }, { "name": "Hanover Borough", "code": "HANOVER BOROUGH" }, { "name": "Heidelberg Township", "code": "HEIDELBERG TOWNSHIP" }, { "name": "Hellam Township", "code": "HELLAM TOWNSHIP" }, { "name": "Hopewell Township", "code": "HOPEWELL TOWNSHIP" }, { "name": "Jackson Township", "code": "JACKSON TOWNSHIP" }, { "name": "Jacobus Borough", "code": "JACOBUS BOROUGH" }, { "name": "Jefferson Borough", "code": "JEFFERSON BOROUGH" }, { "name": "Lewisberry Borough", "code": "LEWISBERRY BOROUGH" }, { "name": "Loganville Borough", "code": "LOGANVILLE BOROUGH" }, { "name": "Lower Chanceford Township", "code": "LOWER CHANCEFORD TOWNSHIP" }, { "name": "Lower Windsor Township", "code": "LOWER WINDSOR TOWNSHIP" }, { "name": "Manchester Borough", "code": "MANCHESTER BOROUGH" }, { "name": "Manchester Township", "code": "MANCHESTER TOWNSHIP" }, { "name": "Manheim Township", "code": "MANHEIM TOWNSHIP" }, { "name": "Monaghan Township", "code": "MONAGHAN TOWNSHIP" }, { "name": "Mount Wolf Borough", "code": "MOUNT WOLF BOROUGH" }, { "name": "New Freedom Borough", "code": "NEW FREEDOM BOROUGH" }, { "name": "New Salem Borough", "code": "NEW SALEM BOROUGH" }, { "name": "Newberry Township", "code": "NEWBERRY TOWNSHIP" }, { "name": "North Codorus Township", "code": "NORTH CODORUS TOWNSHIP" }, { "name": "North Hopewell Township", "code": "NORTH HOPEWELL TOWNSHIP" }, { "name": "North York Borough", "code": "NORTH YORK BOROUGH" }, { "name": "Paradise Township", "code": "PARADISE TOWNSHIP" }, { "name": "Peach Bottom Township", "code": "PEACH BOTTOM TOWNSHIP" }, { "name": "Penn Township", "code": "PENN TOWNSHIP" }, { "name": "Railroad Borough", "code": "RAILROAD BOROUGH" }, { "name": "Red Lion Borough", "code": "RED LION BOROUGH" }, { "name": "Seven Valleys Borough", "code": "SEVEN VALLEYS BOROUGH" }, { "name": "Shrewsbury Borough", "code": "SHREWSBURY BOROUGH" }, { "name": "Shrewsbury Township", "code": "SHREWSBURY TOWNSHIP" }, { "name": "Springettsbury Township", "code": "SPRINGETTSBURY TOWNSHIP" }, { "name": "Springfield Township", "code": "SPRINGFIELD TOWNSHIP" }, { "name": "Spring Garden Township", "code": "SPRING GARDEN TOWNSHIP" }, { "name": "Spring Grove Borough", "code": "SPRING GROVE BOROUGH" }, { "name": "Stewartstown Borough", "code": "STEWARTSTOWN BOROUGH" }, { "name": "Warrington Township", "code": "WARRINGTON TOWNSHIP" }, { "name": "Washington Township", "code": "WASHINGTON TOWNSHIP" }, { "name": "Wellsville Borough", "code": "WELLSVILLE BOROUGH" }, { "name": "West Manchester Township", "code": "WEST MANCHESTER TOWNSHIP" }, { "name": "West Manheim Township", "code": "WEST MANHEIM TOWNSHIP" }, { "name": "West York Borough", "code": "WEST YORK BOROUGH" }, { "name": "Windsor Borough", "code": "WINDSOR BOROUGH" }, { "name": "Windsor Township", "code": "WINDSOR TOWNSHIP" }, { "name": "Winterstown Borough", "code": "WINTERSTOWN BOROUGH" }, { "name": "Wrightsville Borough", "code": "WRIGHTSVILLE BOROUGH" }, { "name": "Yoe Borough", "code": "YOE BOROUGH" }, { "name": "York City", "code": "YORK CITY" }, { "name": "York Haven Borough", "code": "YORK HAVEN BOROUGH" }, { "name": "York Township", "code": "YORK TOWNSHIP" }, { "name": "Yorkana Borough", "code": "YORKANA BOROUGH" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "OWNERTYPE", "type": "esriFieldTypeString", "alias": "Owner Type", "length": 25, "domain": { "type": "codedValue", "name": "OWNERTYPE", "description": "Owner Type", "codedValues": [ { "name": "Municipal", "code": "MUNICIPAL" }, { "name": "State", "code": "STATE" }, { "name": "Private", "code": "PRIVATE" }, { "name": "Other", "code": "OTHER" }, { "name": "Authority", "code": "AUTHORITY" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CSDATUMID", "type": "esriFieldTypeString", "alias": "CSDATUMID", "length": 254, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "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": "R32_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_32", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_32", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S17_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE.STArea()", "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "bd252ff704354c86a49ebd8b85ba9c28" }