{
  "currentVersion": 11.3,
  "cimVersion": "3.3.0",
  "id": 1,
  "name": "Valor catastral integral en PH por m² ($)",
  "type": "Feature Layer",
  "description": "Contiene los avalúos catastrales por manzana discriminado por propiedad horizontal y no propiedad horizontal, encontrando el grupo/clase predominante a nivel de manzana teniendo en cuenta la suma de áreas de terreno a nivel de lote para cada una de las manzanas.",
  "geometryType": "esriGeometryPolygon",
  "sourceSpatialReference": {
    "wkid": 4326,
    "latestWkid": 4326,
    "xyTolerance": 8.98315284119521e-09,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -400,
    "falseY": -400,
    "xyUnits": 999999999.9999999,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
  },
  "copyrightText": "Unidad Administrativa Especial de Catastro Distrital UAECD",
  "parentLayer": null,
  "subLayers": [],
  "minScale": 0,
  "maxScale": 0,
  "drawingInfo": {
    "renderer": {
      "type": "classBreaks",
      "authoringInfo": {
        "type": "classedColor",
        "colorRamp": {
          "type": "algorithmic",
          "algorithm": "esriCIELabAlgorithm",
          "fromColor": [
            250,
            215,
            215,
            255
          ],
          "toColor": [
            227,
            24,
            9,
            255
          ]
        },
        "classificationMethod": "esriClassifyManual"
      },
      "field": "AVALUO_CAT_MZ",
      "classificationMethod": "esriClassifyManual",
      "minValue": 48756,
      "classBreakInfos": [
        {
          "symbol": {
            "type": "esriSFS",
            "style": "esriSFSSolid",
            "color": [
              255,
              204,
              204,
              255
            ],
            "outline": null
          },
          "classMaxValue": 1000000,
          "label": "<1.000.000"
        },
        {
          "symbol": {
            "type": "esriSFS",
            "style": "esriSFSSolid",
            "color": [
              255,
              167,
              156,
              255
            ],
            "outline": null
          },
          "classMaxValue": 2000000,
          "label": "1.000.000 - 2.000.000"
        },
        {
          "symbol": {
            "type": "esriSFS",
            "style": "esriSFSSolid",
            "color": [
              252,
              132,
              111,
              255
            ],
            "outline": null
          },
          "classMaxValue": 3000000,
          "label": "2.000.000 - 3.000.000"
        },
        {
          "symbol": {
            "type": "esriSFS",
            "style": "esriSFSSolid",
            "color": [
              245,
              97,
              71,
              255
            ],
            "outline": null
          },
          "classMaxValue": 4000000,
          "label": "3.000.000 - 4.000.000"
        },
        {
          "symbol": {
            "type": "esriSFS",
            "style": "esriSFSSolid",
            "color": [
              232,
              60,
              37,
              255
            ],
            "outline": null
          },
          "classMaxValue": 5000000,
          "label": "4.000.000 - 5.000.000"
        },
        {
          "symbol": {
            "type": "esriSFS",
            "style": "esriSFSSolid",
            "color": [
              219,
              0,
              0,
              255
            ],
            "outline": null
          },
          "classMaxValue": 43399762,
          "label": ">=5.000.000"
        }
      ],
      "legendOptions": {
        "order": "ascendingValues"
      }
    },
    "scaleSymbols": false,
    "transparency": 0,
    "labelingInfo": null
  },
  "defaultVisibility": true,
  "extent": {
    "xmin": -8278238.038651219,
    "ymin": 443941.97464803775,
    "xmax": -8238715.819640107,
    "ymax": 538638.8764477972,
    "spatialReference": {
      "wkid": 102100,
      "latestWkid": 3857,
      "xyTolerance": 0.001,
      "zTolerance": 0.001,
      "mTolerance": 0.001,
      "falseX": -20037700,
      "falseY": -30241100,
      "xyUnits": 10000,
      "falseZ": -100000,
      "zUnits": 10000,
      "falseM": -100000,
      "mUnits": 10000
    }
  },
  "hasAttachments": false,
  "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
  "displayField": "MANZANA_ID",
  "typeIdField": null,
  "subtypeFieldName": null,
  "subtypeField": null,
  "defaultSubtypeCode": null,
  "fields": [
    {
      "name": "OBJECTID",
      "type": "esriFieldTypeOID",
      "alias": "OBJECTID",
      "domain": null
    },
    {
      "name": "MANZANA_ID",
      "type": "esriFieldTypeString",
      "alias": "Identificador de la manzana catastral",
      "length": 255,
      "domain": null
    },
    {
      "name": "CP_TERR_AREA",
      "type": "esriFieldTypeString",
      "alias": "Clase de predio predominante",
      "length": 255,
      "domain": {
        "type": "codedValue",
        "name": "CLASE_PREDIO",
        "description": "Clase de predio predominante",
        "codedValues": [
          {
            "name": "No Propiedad Horizontal",
            "code": "N"
          },
          {
            "name": "Propiedad Horizontal",
            "code": "P"
          }
        ],
        "mergePolicy": "esriMPTDefaultValue",
        "splitPolicy": "esriSPTDefaultValue"
      }
    },
    {
      "name": "GRUPOP_TERR_AREA",
      "type": "esriFieldTypeString",
      "alias": "Grupo económico predominante",
      "length": 255,
      "domain": null
    },
    {
      "name": "AVALUO_COM_MZ",
      "type": "esriFieldTypeDouble",
      "alias": "Avalúo comercial por manzana",
      "domain": null
    },
    {
      "name": "AVALUO_CAT_MZ",
      "type": "esriFieldTypeDouble",
      "alias": "Avalúo catastral por manzana",
      "domain": null
    },
    {
      "name": "OBSERVACION",
      "type": "esriFieldTypeString",
      "alias": "Observación",
      "length": 255,
      "domain": null
    },
    {
      "name": "SHAPE",
      "type": "esriFieldTypeGeometry",
      "alias": "SHAPE",
      "domain": null
    },
    {
      "name": "SHAPE.AREA",
      "type": "esriFieldTypeDouble",
      "alias": "SHAPE.AREA",
      "domain": null
    },
    {
      "name": "SHAPE.LEN",
      "type": "esriFieldTypeDouble",
      "alias": "SHAPE.LEN",
      "domain": null
    }
  ],
  "geometryField": {
    "name": "SHAPE",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
  },
  "indexes": [
    {
      "name": "R924_SDE_ROWID_UK",
      "fields": "OBJECTID",
      "isAscending": true,
      "isUnique": true,
      "description": ""
    },
    {
      "name": "A838_IX1",
      "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,
  "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": false,
    "supportsCurrentUserQueries": true
  },
  "supportsDatumTransformation": true,
  "dateFieldsTimeReference": null,
  "preferredTimeReference": null,
  "datesInUnknownTimezone": false,
  "hasGeometryProperties": true,
  "geometryProperties": {
    "shapeAreaFieldName": "SHAPE.AREA",
    "shapeLengthFieldName": "SHAPE.LEN",
    "units": "esriDecimalDegrees",
    "mapUnits": {
      "uwkid": 9102
    }
  },
  "hasMetadata": true,
  "isDataArchived": false,
  "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
  },
  "supportsCoordinatesQuantization": true,
  "supportsDynamicLegends": true,
  "serviceItemId": "34834c3ee41d44b29d1d63671dd1220a"
}