{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 6, "name": "Volumes moyens prélevés par ouvrage et déclarés en m³/an", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 31370, "latestWkid": 31370, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -35872700, "falseY": -30622700, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": { "id": 4, "name": "Volumes prélevés" }, "subLayers": [], "minScale": 0, "maxScale": 1000, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 0, 112, 6, 255 ], "toColor": [ 241, 252, 30, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 241, 252, 30, 255 ], "toColor": [ 250, 58, 10, 255 ] } ] }, "classificationMethod": "esriClassifyManual" }, "field": "VOLMOYEN", "classificationMethod": "esriClassifyManual", "minValue": 0, "classBreakInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 219, 255, 219, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 1000, "label": "1 - 1 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 192, 227, 161, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 10000, "label": "1 001 - 10 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 141, 212, 0, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 50000, "label": "10 001 - 50 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 133, 166, 0, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 100000, "label": "50 001 - 100 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 255, 190, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 500000, "label": "100 001 - 500 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 255, 0, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 1000000, "label": "500 001 - 1 000 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 191, 0, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 5000000, "label": "1 000 001 - 5 000 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 140, 0, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 10000000, "label": "5 000 001 - 10 000 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 105, 138, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 50000000, "label": "10 000 001 - 50 000 000" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 0, 0, 255 ], "size": 20, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0 } }, "classMaxValue": 100000000, "label": "50 000 001 - 100 000 000" } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var number = $feature.VOLMOYEN;\nvar formattedNumber = \"\";\nif (number < 1000) {\n formattedNumber = Text(number);\n} else {\n while (number >= 1000) {\n var part = Text(number % 1000, \"000\");\n formattedNumber = \" \" + part + formattedNumber;\n number = Floor(number / 1000);\n }\n formattedNumber = Text(number) + formattedNumber;\n}\nreturn upper(\"Volume moyen\") + TextFormatting.NewLine + \"sur la période \" + $feature.PERIODE + TextFormatting.NewLine + formattedNumber + \" m³/an\";\n\n\n\n\n", "title": "Personnalisé" }, "labelPlacement": "esriServerPointLabelPlacementBelowCenter", "deconflictionStrategy": "none", "allowOverlapOfFeatureInterior": "avoid", "offsetDistance": 50, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 10000, "name": "Par défaut", "priority": 7, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Verdana", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 42302.00039999932, "ymin": 22495.00019999966, "xmax": 291822.0003999993, "ymax": 167185.00019999966, "spatialReference": { "wkid": 31370, "latestWkid": 31370, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -35872700, "falseY": -30622700, "xyUnits": 1.2502115686415774E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "IDVOLUMEOUVRAGE", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "IDVOLUMEOUVRAGE", "type": "esriFieldTypeString", "alias": "IDVolumeParOuvrage", "length": 50, "domain": null }, { "name": "CODECARTE", "type": "esriFieldTypeInteger", "alias": "Code de la carte", "domain": null }, { "name": "NUMEROCARTE", "type": "esriFieldTypeString", "alias": "Numéro de la carte", "length": 50, "domain": null }, { "name": "IDRW", "type": "esriFieldTypeInteger", "alias": "Identifiant RW", "domain": null }, { "name": "CODERW", "type": "esriFieldTypeString", "alias": "Code RW", "length": 255, "domain": null }, { "name": "NAPPESOLLICITEE", "type": "esriFieldTypeString", "alias": "Nappe sollicitée (Code)", "length": 255, "domain": null }, { "name": "VOLANNEE1", "type": "esriFieldTypeDouble", "alias": "Volume année 1 (m³)", "domain": null }, { "name": "VOLANNEE2", "type": "esriFieldTypeDouble", "alias": "Volume année 2 (m³)", "domain": null }, { "name": "VOLANNEE3", "type": "esriFieldTypeDouble", "alias": "Volume année 3 (m³)", "domain": null }, { "name": "VOLANNEE4", "type": "esriFieldTypeDouble", "alias": "Volume année 4 (m³)", "domain": null }, { "name": "VOLANNEE5", "type": "esriFieldTypeDouble", "alias": "Volume année 5 (m³)", "domain": null }, { "name": "VOLMOYEN", "type": "esriFieldTypeDouble", "alias": "Volume moyen (m³/an)", "domain": null }, { "name": "PERIODE", "type": "esriFieldTypeString", "alias": "Période prise en compte", "length": 15, "domain": null }, { "name": "TYPEPRELEVEMENT", "type": "esriFieldTypeString", "alias": "Type de prélèvement", "length": 3, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": null, "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, "effectiveMinScale": 60000, "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, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }