{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 104, "name": "Textes equipements publics", "type": "Annotation Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 3947, "latestWkid": 3947, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -34579800, "falseY": -24122100, "xyUnits": 10000, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [ { "id": 105, "name": "210003" }, { "id": 106, "name": "210105" }, { "id": 107, "name": "210106" }, { "id": 108, "name": "210166" }, { "id": 109, "name": "210171" }, { "id": 110, "name": "210192" }, { "id": 111, "name": "210213" }, { "id": 112, "name": "210223" }, { "id": 113, "name": "210231" }, { "id": 114, "name": "210263" }, { "id": 115, "name": "210270" }, { "id": 116, "name": "210278" }, { "id": 117, "name": "210315" }, { "id": 118, "name": "210355" }, { "id": 119, "name": "210370" }, { "id": 120, "name": "210390" }, { "id": 121, "name": "210452" }, { "id": 122, "name": "210473" }, { "id": 123, "name": "210481" }, { "id": 124, "name": "210485" }, { "id": 125, "name": "210515" }, { "id": 126, "name": "210540" }, { "id": 127, "name": "210605" }, { "id": 128, "name": "210617" } ], "minScale": 2500, "maxScale": 50, "defaultVisibility": true, "extent": { "xmin": 546851.5458170878, "ymin": 5979828.885612349, "xmax": 577435.5576793924, "ymax": 6004337.237176006, "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": "esriServerHTMLPopupTypeNone", "displayField": "TextString", "typeIdField": "AnnotationClassID", "subtypeFieldName": "AnnotationClassID", "subtypeField": "AnnotationClassID", "defaultSubtypeCode": 1, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FEATUREID", "type": "esriFieldTypeInteger", "alias": "FeatureID", "domain": null }, { "name": "ZORDER", "type": "esriFieldTypeInteger", "alias": "ZOrder", "domain": null }, { "name": "ANNOTATIONCLASSID", "type": "esriFieldTypeInteger", "alias": "AnnotationClassID", "domain": null }, { "name": "ELEMENT", "type": "esriFieldTypeBlob", "alias": "Element", "domain": null }, { "name": "SYMBOLID", "type": "esriFieldTypeInteger", "alias": "SymbolID", "domain": null }, { "name": "STATUS", "type": "esriFieldTypeSmallInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "Etat_annotation", "description": "Valeurs d'état d'annotation valides.", "codedValues": [ { "name": "Placed", "code": 0 }, { "name": "Non placée", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "TEXTSTRING", "type": "esriFieldTypeString", "alias": "TEXTSTRING", "length": 255, "domain": null }, { "name": "FONTNAME", "type": "esriFieldTypeString", "alias": "FONTNAME", "length": 255, "domain": null }, { "name": "FONTSIZE", "type": "esriFieldTypeDouble", "alias": "FONTSIZE", "domain": null }, { "name": "BOLD", "type": "esriFieldTypeSmallInteger", "alias": "Bold", "domain": { "type": "codedValue", "name": "Valeur du symbole booléen", "description": "Les valeurs autorisées sont Oui et Non.", "codedValues": [ { "name": "Oui", "code": 1 }, { "name": "Non", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ITALIC", "type": "esriFieldTypeSmallInteger", "alias": "Italic", "domain": { "type": "codedValue", "name": "Valeur du symbole booléen", "description": "Les valeurs autorisées sont Oui et Non.", "codedValues": [ { "name": "Oui", "code": 1 }, { "name": "Non", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "UNDERLINE", "type": "esriFieldTypeSmallInteger", "alias": "Underline", "domain": { "type": "codedValue", "name": "Valeur du symbole booléen", "description": "Les valeurs autorisées sont Oui et Non.", "codedValues": [ { "name": "Oui", "code": 1 }, { "name": "Non", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "VERTICALALIGNMENT", "type": "esriFieldTypeSmallInteger", "alias": "VerticalAlignment", "domain": { "type": "codedValue", "name": "Alignement vertical", "description": "Valeurs autorisées pour l'alignement vertical du symbole.", "codedValues": [ { "name": "Haut", "code": 0 }, { "name": "Centre", "code": 1 }, { "name": "Ligne de base", "code": 2 }, { "name": "Bas", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "HORIZONTALALIGNMENT", "type": "esriFieldTypeSmallInteger", "alias": "HorizontalAlignment", "domain": { "type": "codedValue", "name": "Alignement horizontal", "description": "Valeurs autorisées pour l'alignement horizontal du symbole.", "codedValues": [ { "name": "Left", "code": 0 }, { "name": "Centre", "code": 1 }, { "name": "Droit", "code": 2 }, { "name": "Justifié", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "XOFFSET", "type": "esriFieldTypeDouble", "alias": "XOFFSET", "domain": null }, { "name": "YOFFSET", "type": "esriFieldTypeDouble", "alias": "YOFFSET", "domain": null }, { "name": "ANGLE", "type": "esriFieldTypeDouble", "alias": "ANGLE", "domain": null }, { "name": "FONTLEADING", "type": "esriFieldTypeDouble", "alias": "FONTLEADING", "domain": null }, { "name": "WORDSPACING", "type": "esriFieldTypeDouble", "alias": "WORDSPACING", "domain": null }, { "name": "CHARACTERWIDTH", "type": "esriFieldTypeDouble", "alias": "CHARACTERWIDTH", "domain": null }, { "name": "CHARACTERSPACING", "type": "esriFieldTypeDouble", "alias": "CHARACTERSPACING", "domain": null }, { "name": "FLIPANGLE", "type": "esriFieldTypeDouble", "alias": "FLIPANGLE", "domain": null }, { "name": "OVERRIDE", "type": "esriFieldTypeInteger", "alias": "Override", "domain": null }, { "name": "CODCOMM", "type": "esriFieldTypeString", "alias": "CODCOMM", "length": 50, "domain": { "type": "codedValue", "name": "code_com", "description": "Code commune", "codedValues": [ { "name": "210003", "code": "210003" }, { "name": "210105", "code": "210105" }, { "name": "210106", "code": "210106" }, { "name": "210166", "code": "210166" }, { "name": "210171", "code": "210171" }, { "name": "210213", "code": "210213" }, { "name": "210223", "code": "210223" }, { "name": "210231", "code": "210231" }, { "name": "210263", "code": "210263" }, { "name": "210278", "code": "210278" }, { "name": "210315", "code": "210315" }, { "name": "210355", "code": "210355" }, { "name": "210370", "code": "210370" }, { "name": "210390", "code": "210390" }, { "name": "210452", "code": "210452" }, { "name": "210473", "code": "210473" }, { "name": "210481", "code": "210481" }, { "name": "210485", "code": "210485" }, { "name": "210515", "code": "210515" }, { "name": "210540", "code": "210540" }, { "name": "210605", "code": "210605" }, { "name": "210617", "code": "210617" }, { "name": "210192", "code": "210192" }, { "name": "210270", "code": "210270" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "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": "I984STATUS", "fields": "STATUS", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R183_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A156_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "types": [ { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 5, "name": "210171" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 6, "name": "210192" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 7, "name": "210213" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 8, "name": "210223" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 9, "name": "210231" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 10, "name": "210263" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 11, "name": "210270" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 12, "name": "210278" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 1, "name": "210003" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 2, "name": "210105" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 3, "name": "210106" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 4, "name": "210166" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 13, "name": "210315" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 14, "name": "210355" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 15, "name": "210370" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 16, "name": "210390" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 17, "name": "210452" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 18, "name": "210473" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 19, "name": "210481" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 20, "name": "210485" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 21, "name": "210515" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 22, "name": "210540" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 23, "name": "210605" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "id": 24, "name": "210617" } ], "subtypes": [ { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 5, "name": "210171" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 6, "name": "210192" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 7, "name": "210213" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 8, "name": "210223" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 9, "name": "210231" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 10, "name": "210263" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 11, "name": "210270" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 12, "name": "210278" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 1, "name": "210003" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 2, "name": "210105" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 3, "name": "210106" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 4, "name": "210166" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 13, "name": "210315" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 14, "name": "210355" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 15, "name": "210370" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 16, "name": "210390" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 17, "name": "210452" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 18, "name": "210473" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 19, "name": "210481" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 20, "name": "210485" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 21, "name": "210515" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 22, "name": "210540" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 23, "name": "210605" }, { "domains": { "STATUS": {"type": "inherited"}, "BOLD": {"type": "inherited"}, "ITALIC": {"type": "inherited"}, "UNDERLINE": {"type": "inherited"}, "VERTICALALIGNMENT": {"type": "inherited"}, "HORIZONTALALIGNMENT": {"type": "inherited"}, "CODCOMM": {"type": "inherited"} }, "defaultValues": { "FEATUREID": null, "ZORDER": null, "ANNOTATIONCLASSID": null, "ELEMENT": null, "SYMBOLID": null, "STATUS": 0, "TEXTSTRING": null, "FONTNAME": null, "FONTSIZE": null, "BOLD": null, "ITALIC": null, "UNDERLINE": null, "VERTICALALIGNMENT": null, "HORIZONTALALIGNMENT": null, "XOFFSET": null, "YOFFSET": null, "ANGLE": null, "FONTLEADING": null, "WORDSPACING": null, "CHARACTERWIDTH": null, "CHARACTERSPACING": null, "FLIPANGLE": null, "OVERRIDE": null, "CODCOMM": null }, "code": 24, "name": "210617" } ], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE.AREA", "shapeLengthFieldName": "SHAPE.LEN", "units": "esriMeters", "mapUnits": {"uwkid": 9001} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": false }