{
 "currentVersion": 10.91,
 "id": 7,
 "name": "Construcciones_Urbanas",
 "type": "Feature Layer",
 "description": "",
 "geometryType": "esriGeometryPolygon",
 "sourceSpatialReference": {
  "wkid": 9377,
  "latestWkid": 9377
 },
 "copyrightText": "",
 "parentLayer": {
  "id": 0,
  "name": "Layers"
 },
 "subLayers": [],
 "minScale": 3000,
 "maxScale": 0,
 "drawingInfo": {
  "renderer": {
   "type": "uniqueValue",
   "field1": "TIPO_CONSTRUCCION",
   "field2": null,
   "field3": null,
   "defaultSymbol": null,
   "defaultLabel": null,
   "uniqueValueInfos": [
    {
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       255,
       255,
       115,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        0,
        0,
        0,
        255
       ],
       "width": 0.4
      }
     },
     "value": "0",
     "label": "Convencional",
     "description": ""
    },
    {
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       255,
       0,
       0,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        0,
        0,
        0,
        255
       ],
       "width": 0.4
      }
     },
     "value": "1",
     "label": "No convencional",
     "description": ""
    }
   ],
   "fieldDelimiter": ","
  },
  "transparency": 40,
  "labelingInfo": [
   {
    "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal",
    "where": null,
    "labelExpression": "\"P\" CONCAT [numero_pisos]",
    "useCodedValues": true,
    "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": null,
     "haloSize": null,
     "font": {
      "family": "Arial",
      "size": 6,
      "style": "normal",
      "weight": "bold",
      "decoration": "none"
     }
    },
    "minScale": 1300,
    "maxScale": 0
   }
  ]
 },
 "defaultVisibility": true,
 "extent": {
  "xmin": 4678044,
  "ymin": 2324132,
  "xmax": 4687563,
  "ymax": 2339750,
  "spatialReference": {
   "wkid": 9377,
   "latestWkid": 9377
  }
 },
 "hasAttachments": false,
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "displayField": "ESPACIO_DE_NOMBRES",
 "typeIdField": null,
 "subtypeFieldName": null,
 "subtypeField": null,
 "defaultSubtypeCode": null,
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null
  },
  {
   "name": "IDENTIFICADOR",
   "type": "esriFieldTypeString",
   "alias": "identificador",
   "length": 20,
   "domain": null
  },
  {
   "name": "CODIGO_CONSTRUCCION",
   "type": "esriFieldTypeString",
   "alias": "codigo_construccion",
   "length": 30,
   "domain": null
  },
  {
   "name": "TIPO_CONSTRUCCION",
   "type": "esriFieldTypeSmallInteger",
   "alias": "tipo_construccion",
   "domain": {
    "type": "codedValue",
    "name": "lc_construcciontipo",
    "description": "LADM",
    "codedValues": [
     {
      "name": "Convencional",
      "code": 0
     },
     {
      "name": "No convencional",
      "code": 1
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "TIPO_DOMINIO",
   "type": "esriFieldTypeSmallInteger",
   "alias": "tipo_dominio",
   "domain": {
    "type": "codedValue",
    "name": "lc_dominioconstrucciontipo",
    "description": "LADM",
    "codedValues": [
     {
      "name": "Común",
      "code": 0
     },
     {
      "name": "Privado",
      "code": 1
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "NUMERO_PISOS",
   "type": "esriFieldTypeSmallInteger",
   "alias": "numero_pisos",
   "domain": null
  },
  {
   "name": "NUMERO_SOTANOS",
   "type": "esriFieldTypeSmallInteger",
   "alias": "numero_sotanos",
   "domain": null
  },
  {
   "name": "NUMERO_MEZANINES",
   "type": "esriFieldTypeSmallInteger",
   "alias": "numero_mezanines",
   "domain": null
  },
  {
   "name": "NUMERO_SEMISOTANOS",
   "type": "esriFieldTypeSmallInteger",
   "alias": "numero_semisotanos",
   "domain": null
  },
  {
   "name": "ANIO_CONSTRUCCION",
   "type": "esriFieldTypeSmallInteger",
   "alias": "anio_construccion",
   "domain": null
  },
  {
   "name": "AVALUO_CONSTRUCCION",
   "type": "esriFieldTypeDouble",
   "alias": "avaluo_construccion",
   "domain": null
  },
  {
   "name": "AVALUO_COMERCIAL_CONSTRUCCION",
   "type": "esriFieldTypeDouble",
   "alias": "avaluo_comercial_construccion",
   "domain": null
  },
  {
   "name": "ALTURA",
   "type": "esriFieldTypeDouble",
   "alias": "altura",
   "domain": null
  },
  {
   "name": "OBSERVACIONES",
   "type": "esriFieldTypeString",
   "alias": "observaciones",
   "length": 1073741822,
   "domain": null
  },
  {
   "name": "DIMENSION",
   "type": "esriFieldTypeSmallInteger",
   "alias": "dimension",
   "domain": {
    "type": "codedValue",
    "name": "col_dimensiontipo",
    "description": "LADM",
    "codedValues": [
     {
      "name": "Dimensión 2D",
      "code": 0
     },
     {
      "name": "Dimensión 3D",
      "code": 1
     },
     {
      "name": "Otro",
      "code": 2
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "ETIQUETA",
   "type": "esriFieldTypeString",
   "alias": "etiqueta",
   "length": 255,
   "domain": null
  },
  {
   "name": "RELACION_SUPERFICIE",
   "type": "esriFieldTypeSmallInteger",
   "alias": "relacion_superficie",
   "domain": {
    "type": "codedValue",
    "name": "col_relacionsuperficietipo",
    "description": "LADM",
    "codedValues": [
     {
      "name": "En rasante",
      "code": 0
     },
     {
      "name": "En vuelo",
      "code": 1
     },
     {
      "name": "En subsuelo",
      "code": 2
     },
     {
      "name": "Otro",
      "code": 3
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "ESPACIO_DE_NOMBRES",
   "type": "esriFieldTypeString",
   "alias": "espacio_de_nombres",
   "length": 255,
   "domain": null
  },
  {
   "name": "LOCAL_ID",
   "type": "esriFieldTypeString",
   "alias": "local_id",
   "length": 255,
   "domain": null
  },
  {
   "name": "CREATED_USER",
   "type": "esriFieldTypeString",
   "alias": "CREATED_USER",
   "length": 255,
   "domain": null
  },
  {
   "name": "CREATED_DATE",
   "type": "esriFieldTypeDate",
   "alias": "CREATED_DATE",
   "length": 8,
   "domain": null
  },
  {
   "name": "LAST_EDITED_USER",
   "type": "esriFieldTypeString",
   "alias": "LAST_EDITED_USER",
   "length": 255,
   "domain": null
  },
  {
   "name": "LAST_EDITED_DATE",
   "type": "esriFieldTypeDate",
   "alias": "LAST_EDITED_DATE",
   "length": 8,
   "domain": null
  },
  {
   "name": "GLOBALID",
   "type": "esriFieldTypeGlobalID",
   "alias": "GLOBALID",
   "length": 38,
   "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": "R55_SDE_ROWID_UK",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "UUID_55",
   "fields": "GLOBALID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "UUID_OID_55",
   "fields": "GLOBALID,OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "A38_IX1",
   "fields": "SHAPE",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "subtypes": [],
 "relationships": [],
 "canModifyLayer": true,
 "canScaleSymbols": false,
 "hasLabels": true,
 "capabilities": "Map,Query,Data",
 "maxRecordCount": 1000,
 "supportsStatistics": true,
 "supportsAdvancedQueries": true,
 "supportedQueryFormats": "JSON, geoJSON",
 "isDataVersioned": true,
 "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
 "useStandardizedQueries": true,
 "advancedQueryCapabilities": {
  "useStandardizedQueries": true,
  "supportsStatistics": true,
  "supportsHavingClause": true,
  "supportsCountDistinct": true,
  "supportsOrderBy": true,
  "supportsDistinct": true,
  "supportsPagination": true,
  "supportsTrueCurve": true,
  "supportsReturningQueryExtent": true,
  "supportsQueryWithDistance": true,
  "supportsSqlExpression": true
 },
 "supportsDatumTransformation": true,
 "hasGeometryProperties": true,
 "geometryProperties": {
  "shapeAreaFieldName": "SHAPE.AREA",
  "shapeLengthFieldName": "SHAPE.LEN",
  "units": "esriMeters"
 },
 "dateFieldsTimeReference": null,
 "supportsCoordinatesQuantization": true
}