{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 3, "name": "Tipper Cart Management", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 103045, "latestWkid": 6463, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -115419000, "falseY": -93897600, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 55, 183, 90, 153 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": {"expression": "$feature.Address + TextFormatting.NewLine + $feature.UBServiceCount + \" Cart\""}, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "where": "Service IN (500, 501)", "useCodedValues": true, "maxScale": 0, "minScale": 700, "name": "Univerified Basic Service", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 255 ], "haloSize": 2, "font": { "family": "Trade Gothic LT Std Cn", "size": 16, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": {"expression": "$feature.Address + TextFormatting.NewLine + \"No Service\""}, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "RefuseService = 'No'", "useCodedValues": true, "maxScale": 0, "minScale": 600, "name": "No Service on Unit", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 255 ], "haloSize": 2, "font": { "family": "Trade Gothic LT Std Cn", "size": 16, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 5641376.081172815, "ymin": 3615689.070162148, "xmax": 5696459.4266978325, "ymax": 3681439.566921936, "spatialReference": { "wkid": 102675, "latestWkid": 3417, "vcsWkid": 5703, "latestVcsWkid": 5703, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -115419000, "falseY": -93897600, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "heightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD_1988", "heightUnit": "meter" }, "supportsVCSProjection": true, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PIN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "UBAccount", "type": "esriFieldTypeString", "alias": "UB Account", "length": 5, "domain": null }, { "name": "RefuseService", "type": "esriFieldTypeString", "alias": "Refuse Service?", "length": 5, "domain": { "type": "codedValue", "name": "YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unk" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ExistingCart", "type": "esriFieldTypeString", "alias": "Existing Cart", "length": 5, "domain": { "type": "codedValue", "name": "YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unk" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Service", "type": "esriFieldTypeSmallInteger", "alias": "Service", "domain": null }, { "name": "CollectionDay", "type": "esriFieldTypeString", "alias": "Collection Day", "length": 15, "domain": { "type": "codedValue", "name": "CollectionDay", "description": "Collection Day", "codedValues": [ { "name": "Monday", "code": "Monday" }, { "name": "Tuesday", "code": "Tuesday" }, { "name": "Wednesday", "code": "Wednesday" }, { "name": "Thursday", "code": "Thursday" }, { "name": "Friday", "code": "Friday" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Service2", "type": "esriFieldTypeSmallInteger", "alias": "2nd Service", "domain": null }, { "name": "ExistingCartSize", "type": "esriFieldTypeSmallInteger", "alias": "Existing Cart Size", "domain": { "type": "codedValue", "name": "TipperCart", "description": "Tipper Cart in gallons", "codedValues": [ { "name": "48 gallons", "code": 48 }, { "name": "64 gallons", "code": 64 }, { "name": "96 gallons", "code": 96 }, { "name": "35 gallons", "code": 35 }, { "name": "50 gallons", "code": 50 }, { "name": "13 gallons", "code": 13 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "UBServiceCount", "type": "esriFieldTypeSmallInteger", "alias": "# of Carts", "domain": null }, { "name": "UBServiceCount2", "type": "esriFieldTypeSmallInteger", "alias": "# of Carts (2nd Service)", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 50, "domain": null }, { "name": "ExistingCartSize2", "type": "esriFieldTypeSmallInteger", "alias": "Existing Cart Size (2nd Service)", "domain": { "type": "codedValue", "name": "TipperCart", "description": "Tipper Cart in gallons", "codedValues": [ { "name": "48 gallons", "code": 48 }, { "name": "64 gallons", "code": 64 }, { "name": "96 gallons", "code": 96 }, { "name": "35 gallons", "code": 35 }, { "name": "50 gallons", "code": 50 }, { "name": "13 gallons", "code": 13 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FieldVerifiedCartSize", "type": "esriFieldTypeSmallInteger", "alias": "Cart Size (Visual)", "domain": { "type": "codedValue", "name": "TipperCart", "description": "Tipper Cart in gallons", "codedValues": [ { "name": "48 gallons", "code": 48 }, { "name": "64 gallons", "code": 64 }, { "name": "96 gallons", "code": 96 }, { "name": "35 gallons", "code": 35 }, { "name": "50 gallons", "code": 50 }, { "name": "13 gallons", "code": 13 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FieldVerifiedCartSize2", "type": "esriFieldTypeSmallInteger", "alias": "Cart Size (Visual)", "domain": { "type": "codedValue", "name": "TipperCart", "description": "Tipper Cart in gallons", "codedValues": [ { "name": "48 gallons", "code": 48 }, { "name": "64 gallons", "code": 64 }, { "name": "96 gallons", "code": 96 }, { "name": "35 gallons", "code": 35 }, { "name": "50 gallons", "code": 50 }, { "name": "13 gallons", "code": 13 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FieldVerification", "type": "esriFieldTypeString", "alias": "Verified?", "length": 5, "domain": { "type": "codedValue", "name": "YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unk" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "CartDeliveryDate", "type": "esriFieldTypeDate", "alias": "Cart Delivery Date", "length": 8, "domain": null }, { "name": "CartDeliveredBy", "type": "esriFieldTypeString", "alias": "Delivered By", "length": 50, "domain": null }, { "name": "CartID", "type": "esriFieldTypeString", "alias": "CartID", "length": 20, "domain": null }, { "name": "CartID1", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID2", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID3", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID4", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID5", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID6", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID7", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID8", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID9", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID10", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID11", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID12", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID13", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID14", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID15", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID16", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID17", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID18", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID19", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID20", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID21", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID22", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID23", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "CartID24", "type": "esriFieldTypeString", "alias": "Cart ID", "length": 20, "domain": null }, { "name": "RecyclingCart", "type": "esriFieldTypeString", "alias": "Recycling Cart?", "length": 5, "domain": { "type": "codedValue", "name": "YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unk" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OnHold", "type": "esriFieldTypeString", "alias": "On Hold for Cart", "length": 255, "domain": { "type": "codedValue", "name": "YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" }, { "name": "Unknown", "code": "Unk" }, { "name": "N/A", "code": "N/A" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "UBAccount", "fields": "UBAccount", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UBServiceCount", "fields": "UBServiceCount", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S1669_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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": true, "supportsCurrentUserQueries": 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", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "dcd394ca9b7e4b9180769c8be937b4a8" }