{ "currentVersion": 11.5, "cimVersion": "3.5.0", "id": 14, "name": "ParcelSegment", "type": "Feature Layer", "parentLayer": { "id": 13, "name": "Parcels" }, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": false, "isDataArchived": true, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1774874641000 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsFullTextSearch": true, "fullTextSearchCapabilities": { "supportsSearchOperator": true, "supportsOperator": false, "supportsSqlExpressionInFullText": true }, "fullTextSearchableFields": [], "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsReturningGeometryEnvelope": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true, "supportsTrueCurve": true, "supportedCurveTypes": [ "esriGeometryCircularArc", "esriGeometryEllipticArc", "esriGeometryBezier3Curve" ], "supportsQueryWithCacheHint": false }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": true, "supportsPercentileAnalytic": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON,PBF" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriMeters" }, "hasMetadata": true, "extent": { "xmin": "NaN", "ymin": "NaN", "xmax": "NaN", "ymax": "NaN", "zmin": null, "zmax": null, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 1.4892314192838538E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 1.4892314192838538E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 1.4892314192838538E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 9 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "// Change the settings portion to configure direction format, color, rounding and abbreviations\r\n// This is an Arcade expression\r\n\r\n// SETTINGS\r\nvar ShowDistance = true; //set as 'true' to show distance\r\nvar ShowDirection = true; //set as 'true' to show direction\r\nvar DirectionType = 1; // 1 = Quadrant Bearing; 2 = North Azimuth; 3 = South Azimuth\r\nvar ShowRadius = true; //set as 'true' to show radius\r\nvar ShowCurveParameter = true; //set as 'true' to show a curve parameter\r\nvar CurveParameter = \"ArcLength\"; //set as 'ArcLength' or 'Chord' or 'Angle' for central angle. Case sensitive!\r\nvar ErrorString = \"COGO ERROR\"; //set to display invalid COGO combinations\r\nvar RadiusAbbr = 'R='; //radius abbreviation\r\nvar Radius2Abbr = 'R2='; //radius2 abbreviation for spiral curves\r\nvar ArclengthAbrr = 'L='; //arclength abbreviation\r\nvar ChordAbbr = 'C='; //chord abbreviation\r\nvar AngleAbbr = 'A='; //central Angle abbreviation\r\nvar DistUnitRounding = 2; //number of decimal places for distance units: distance, radius, arclength & chord\r\nvar NumberFormat = \"#,###.00\" //number format. In this example: thousands separator with padding of 2 zeros \r\nvar directionColor = \"blue='255'\"; //direction color: red, green, blue, cyan, magenta, yellow, black. You can also use RGB or CYMK combinations.\r\nvar distanceColor = \"black='255'\"; //distance color: red, green, blue, cyan, magenta, yellow, black. You can also use RGB or CYMK combinations.\r\nvar radiusColor = \"blue='255'\"; //radius color: red, green, blue, cyan, magenta, yellow, black. You can also use RGB or CYMK combinations.\r\nvar curveParamColor = \"black='255'\"; //curve parameter color: red, green, blue, cyan, magenta, yellow, black. You can also use RGB or CYMK combinations.\r\nvar partialCOGOColor = \"magenta='255'\"; //partial COGO color: red, green, blue, cyan, magenta, yellow, black. You can also use RGB or CYMK combinations.\r\nvar invalidCOGOColor = \"red='255'\"; //invalid COGO color: red, green, blue, cyan, magenta, yellow, black. You can also use RGB or CYMK combinations.\r\nvar fontNameSize = \"\"; //font type and size\r\n\r\n// VARIABLES\r\nvar cogo_direction = $feature.Direction;\r\nvar cogo_distance = $feature.Distance;\r\nvar cogo_radius = $feature.aec_Radius;\r\nvar cogo_arclength = $feature.Arclength;\r\nvar cogo_radius2 = \"\" //$feature.Radius2\r\nvar binaryDictionary; //binary dictionary to check COGO combinations\r\nvar checksum = 0; //initialize checksum\r\nvar validValuesArray; //array of valid values for COGO combinations\r\nvar partialValuesArray; //array of partial values for COGO\r\nvar directionStr = \"\"; //direction string using for label\r\nvar distanceStr = \"\"; //distance string using for label\r\nvar radiusStr = \"\"; //radius string using for label\r\nvar radius2Str = \"\"; //radius2 string using for labeling spiral curves\r\nvar curveStr = \"\"; //curve parameter string using for label\r\nvar angleRad; //curve angle in radians\r\nvar COGOValidity; //COGO combinations validity. can be valid, partial or invalid.\r\n\r\nif (IsEmpty(cogo_direction) && IsEmpty(cogo_distance) && IsEmpty(cogo_radius) && IsEmpty(cogo_radius2) && IsEmpty(cogo_arclength)){\r\n return \"\"\r\n}\r\n\r\nfunction NorthAzimuth2Quadbearing(azimuth){\r\n var qb = ConvertDirection( azimuth, {directionType:'North', angleType: 'Degrees'}, {directionType:'Quadrant', angleType: 'DMS', outputType: 'value'})\r\n var quadbearing = qb[0] + qb[1] + \"°\" + Text(qb[2],\"00\") + \"'\" + Text(qb[3],\"00\") + \"\\\"\" + qb[4]\r\n return quadbearing;\r\n}\r\n\r\nfunction DMS_North(cogo_direction){\r\n var DMS = ConvertDirection( cogo_direction, {directionType:'North', angleType: 'Degrees'}, {directionType:'North', angleType: 'DMS', outputType: 'value'})\r\n return DMS[0]+\"°\"+text(DMS[1],\"00\")+\"'\"+text(DMS[2],\"00\")+\"\\\"\";\r\n}\r\n\r\nfunction DMS_South(cogo_direction){\r\n var DMS = ConvertDirection(cogo_direction, {directionType:'North', angleType: 'Degrees'}, {directionType:'South', angleType: 'DMS', outputType: 'value'})\r\n return DMS[0]+\"°\"+text(DMS[1],\"00\")+\"'\"+text(DMS[2],\"00\")+\"\\\"\";\r\n}\r\n\r\nfunction IsValidCOGO(cogo_direction, cogo_distance, cogo_radius, cogo_arclength, cogo_radius2) {\r\n binaryDictionary= Dictionary('dir', 1, 'dist',2, 'rad',4, 'arc',8, 'rad2',16)\r\n if (!IsEmpty(cogo_direction)) {checksum+=binaryDictionary.dir}\r\n if (!IsEmpty(cogo_distance)) {checksum+=binaryDictionary.dist}\r\n if (!IsEmpty(cogo_radius)) {checksum+=binaryDictionary.rad}\r\n if (!IsEmpty(cogo_arclength)) {checksum+=binaryDictionary.arc}\r\n if (!IsEmpty(cogo_radius2)) {checksum+=binaryDictionary.rad2}\r\n \r\n validValuesArray=[0,3,8,13,29]; //array of valid combinations: '0' for nothing, ... '13' for direction & radius & arclength ...\r\n partialValuesArray=[1,2,4,5,9,12,16,20,21,24,25,28]; //array of partial combinations: '1' for only direction, '2' for only distance, '4' for only radius...\r\n \r\n if (IndexOf(validValuesArray,checksum)>-1) { // a negative value is returned if checksum value is not in the a valid combination array\r\n return \"valid\";\r\n }\r\n if (IndexOf(partialValuesArray,checksum)>-1){\r\n return \"partial\"; \r\n }\r\n return \"invalid\";\r\n}\r\n\r\n\r\nCOGOValidity = IsValidCOGO(cogo_direction, cogo_distance, cogo_radius, cogo_arclength, cogo_radius2);\r\nif ( COGOValidity == \"invalid\") { //if invalid COGO return error string\r\n return \"\" + fontNameSize + ErrorString + \"<\/FNT><\/CLR><\/BOL>\"; \r\n}\r\n\r\nelse if (COGOValidity == \"partial\") { //if a partial COGO change colors\r\n distanceColor = partialCOGOColor;\r\n directionColor = partialCOGOColor;\r\n radiusColor = partialCOGOColor;\r\n curveParamColor = partialCOGOColor;\r\n}\r\n\r\n// Direction string\r\nif (ShowDirection) {\r\n if (IsEmpty(cogo_direction)==false) {\r\n if (DirectionType == 1) { //using quadrant bearing format\r\n directionStr = NorthAzimuth2Quadbearing(cogo_direction);\r\n }\r\n else if (DirectionType == 2) { //using north azimuth format\r\n directionStr = DMS_North(cogo_direction);\r\n }\r\n else if (DirectionType == 3) { //using south azimuth format\r\n directionStr = DMS_South(cogo_direction);\r\n }\r\n }\r\n}\r\n\r\n// Distance string\r\nif (ShowDistance) {\r\n if (IsEmpty(cogo_distance)==false) {\r\n distanceStr = text(round(cogo_distance,DistUnitRounding), NumberFormat);\r\n }\r\n}\r\n\r\n//Radius String\r\nif (ShowRadius) {\r\n if (!IsEmpty(cogo_radius)) { //it can be a curve or a spiral\r\n if (IsEmpty(cogo_radius2)) { //if radius2 is empty this is a curve\r\n radiusStr = RadiusAbbr + \" \" + text(round(cogo_radius, DistUnitRounding), NumberFormat);\r\n }\r\n else { // it is a spiral\r\n radiusStr = RadiusAbbr + \" \" + text(round(cogo_radius, DistUnitRounding),NumberFormat);\r\n radius2Str = Radius2Abbr + \" \" + text(round(cogo_radius2, DistUnitRounding),NumberFormat);\r\n if (cogo_radius == 0) { //substitute to infinity sign\r\n radiusStr = RadiusAbbr + \" ∞ \";\r\n }\r\n if (cogo_radius2 == 0) { //substitute to infinity sign\r\n radius2Str = Radius2Abbr + \" ∞ \";\r\n }\r\n } \r\n \r\n }\r\n}\r\n\r\n// Curve Parameter\r\nif (ShowCurveParameter) {\r\n if (!IsEmpty(cogo_arclength)) {\r\n if (CurveParameter == 'ArcLength') {\r\n curveStr = ArclengthAbrr + text(round(cogo_arclength, DistUnitRounding), NumberFormat); //return Arc length\r\n }\r\n angleRad = cogo_arclength/(abs(cogo_radius)) //calculate angle in radians\r\n if (CurveParameter == 'Angle') {\r\n curveStr = AngleAbbr + DMS_North(angleRad * 180 / pi); // convert radian to degrees and show as DMS\r\n }\r\n if (CurveParameter == 'Chord') {\r\n curveStr = ChordAbbr + text(round((2 * abs(cogo_radius) * Sin(angleRad/2)),DistUnitRounding), NumberFormat); //calculate chord length\r\n } \r\n }\r\n}\r\n\r\nvar isStraightLine = IsEmpty(radiusStr) && IsEmpty(radius2Str) && IsEmpty(curveStr)\r\n\r\n//Straight lines\r\nif (isStraightLine){\r\n if (!IsEmpty(directionStr) && !IsEmpty(distanceStr)){ //If Direction and Distance are both NOT Empty\r\n return fontNameSize + \"\" + directionStr + \"<\/CLR>\" + \"\\n\" +\r\n \"\" + distanceStr + \"<\/CLR><\/FNT>\";\r\n }\r\n else if (IsEmpty(directionStr)){ //If Direction is empty\r\n return fontNameSize + \"\" + distanceStr + \"<\/CLR><\/FNT>\";\r\n }\r\n else{ //If Distance is empty\r\n return fontNameSize + \"\" + directionStr + \"<\/CLR><\/FNT>\";\r\n }\r\n}\r\n\r\n//Curves\r\n//If one or both radii and the curve string are NOT empty show the full curve\r\nif ((!IsEmpty(radiusStr) || !IsEmpty(radius2Str)) && !IsEmpty(curveStr)){\r\n return fontNameSize + \"\" + radiusStr + \"<\/CLR>\" + \" \" +\r\n \"\" + radius2Str + \"<\/CLR>\" + \"\\n\" +\r\n \"\" + curveStr + \"<\/CLR><\/FNT>\";\r\n}\r\n//If the curve is empty\r\nelse if (IsEmpty(curveStr)){\r\n return fontNameSize + \"\" + radiusStr + \"<\/CLR>\" + \" \" +\r\n \"\" + radius2Str + \"<\/CLR><\/FNT>\"\r\n}\r\n//If both radius are empty\r\nelse{\r\n return fontNameSize + \"\" + curveStr + \"<\/CLR><\/FNT>\";\r\n}\r\n\r\n// Assemble label string\r\nif (IsEmpty(cogo_radius)) { //if its empty it is not a curve\r\n if (showDirection && !IsEmpty(directionStr)){\r\n return fontNameSize + \"\" + directionStr + \"<\/CLR>\" + \"\\n\" +\r\n \"\" + distanceStr + \"<\/CLR><\/FNT>\";\r\n }\r\n else{\r\n return fontNameSize + \"\" + distanceStr + \"<\/CLR><\/FNT>\";\r\n }\r\n}\r\nelse { //it's a curve\r\n if (showRadius){\r\n return fontNameSize + \"\" + radiusStr + \"<\/CLR>\" + \" \" +\r\n \"\" + radius2Str + \"<\/CLR>\" + \"\\n\" +\r\n \"\" + curveStr + \"<\/CLR><\/FNT>\";\r\n }\r\n else{\r\n return fontNameSize + \"\" + curveStr + \"<\/CLR><\/FNT>\";\r\n }\r\n}", "title": "DirectionAndDistance" }, "labelPlacement": "esriServerLinePlacementAboveAlong", "textLayout": "straight", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 2000, "name": "Class 1", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Tahoma", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "hasM": false, "hasZ": true, "enableZDefaults": true, "zDefault": 0, "supportsVCSProjection": true, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "oid", "globalIdField": "globalid", "displayField": "RefName", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "oid", "type": "esriFieldTypeOID", "alias": "OID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "oid" }, { "name": "db_0zu2t.hsu_0gzuy.ParcelSegment_8.entity", "type": "esriFieldTypeString", "alias": "Entity", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "db_0zu2t.hsu_0gzuy.ParcelSegment_8.entity" }, { "name": "aec_site", "type": "esriFieldTypeString", "alias": "Site", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "aec_site" }, { "name": "aec_leftparcel", "type": "esriFieldTypeString", "alias": "Left Parcel", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "aec_leftparcel" }, { "name": "aec_rightparcel", "type": "esriFieldTypeString", "alias": "Right Parcel", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "aec_rightparcel" }, { "name": "direction", "type": "esriFieldTypeDouble", "alias": "Direction", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "direction" }, { "name": "distance", "type": "esriFieldTypeDouble", "alias": "Distance", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "distance" }, { "name": "arclength", "type": "esriFieldTypeDouble", "alias": "Arc Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "arclength" }, { "name": "aec_radius", "type": "esriFieldTypeDouble", "alias": "Radius", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "aec_radius" }, { "name": "elevation", "type": "esriFieldTypeDouble", "alias": "Elevation", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "elevation" }, { "name": "handle", "type": "esriFieldTypeString", "alias": "Handle", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "handle" }, { "name": "layer", "type": "esriFieldTypeString", "alias": "Layer", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "layer" }, { "name": "lyrfrzn", "type": "esriFieldTypeSmallInteger", "alias": "LyrFrzn", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lyrfrzn" }, { "name": "lyron", "type": "esriFieldTypeSmallInteger", "alias": "LyrOn", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lyron" }, { "name": "color", "type": "esriFieldTypeSmallInteger", "alias": "Color", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "color" }, { "name": "linetype", "type": "esriFieldTypeString", "alias": "Linetype", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "linetype" }, { "name": "linewt", "type": "esriFieldTypeSmallInteger", "alias": "LineWt", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "linewt" }, { "name": "refname", "type": "esriFieldTypeString", "alias": "RefName", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "refname" }, { "name": "docupdate", "type": "esriFieldTypeDate", "alias": "DocUpdate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "docupdate" }, { "name": "docid", "type": "esriFieldTypeDouble", "alias": "DocId", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "docid" }, { "name": "globalwidth", "type": "esriFieldTypeDouble", "alias": "GlobalWidth", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "globalwidth" }, { "name": "globalid", "type": "esriFieldTypeGlobalID", "alias": "globalid", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "globalid" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "st_length(shape)", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "st_length(shape)", "required": true } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "shape" }, "indexes": [ { "name": "r3151_sde_rowid_uk", "isAscending": true, "isUnique": false, "description": "", "fields": "oid" }, { "name": "uuid_3151", "isAscending": true, "isUnique": true, "description": "", "fields": "globalid" }, { "name": "a2718_ix1", "isAscending": true, "isUnique": true, "description": "", "fields": "shape" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "timeZoneIANA": "Etc/UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "ParcelSegment", "description": "", "prototype": { "attributes": { "docid": null, "globalwidth": null, "db_0zu2t.hsu_0gzuy.ParcelSegment_8.entity": null, "aec_site": null, "aec_leftparcel": null, "aec_rightparcel": null, "direction": null, "distance": null, "arclength": null, "aec_radius": null, "elevation": null, "handle": null, "layer": null, "lyrfrzn": null, "lyron": null, "color": null, "linetype": null, "linewt": null, "refname": null, "docupdate": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,ChangeTracking", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "supportsAppend": true, "supportedAppendFormats": "FILEGDB,PBF", "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "aabe474506c245cf85736e11d0071117" }