{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 2, "name": "ADS State", "type": "Feature Layer", "description": "This map layer portrays the State and county boundaries of the United States, Puerto Rico, and the U.S. Virgin Islands. The map layer was created by extracting county polygon features from the individual 1:2,000,000-scale State boundary Digital Line Graph (DLG) files produced by the U.S. Geological Survey. These files were then merged into a single file. This is a revised version of the November 2004 map layer.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102039, "latestWkid": 102039, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16901100, "falseY": -6972200, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "National Atlas of the United States of America", "parentLayer": { "id": 0, "name": "Active Duty Spouse" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "classBreaks", "authoringInfo": { "type": "classedColor", "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 255, 212, 255 ], "toColor": [ 255, 255, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 218, 143, 255 ], "toColor": [ 255, 218, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 255, 155, 41, 255 ], "toColor": [ 255, 155, 41, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 95, 13, 255 ], "toColor": [ 217, 95, 13, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 52, 5, 255 ], "toColor": [ 153, 52, 5, 255 ] } ] }, "classificationMethod": "esriClassifyNaturalBreaks" }, "valueExpression": "// Replace \u201cYourField\u201d with the name of your text field\nvar v = $feature.Spouse;\nif (IsEmpty(v)) {\n return null; // / no data\n} else if (Left(v, 1) == \"<\") {\n // e.g. \"<10\" → 9\n return Number(Mid(v, 1)) - 1;\n} else {\n return Number(v);\n}\n", "valueExpressionTitle": "Custom", "classificationMethod": "esriClassifyNaturalBreaks", "minValue": 16, "classBreakInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "classMaxValue": 3603, "label": "16.000000 - 3603.000000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 217, 142, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "classMaxValue": 9813, "label": "3603.000001 - 9813.000000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 254, 153, 41, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "classMaxValue": 17628, "label": "9813.000001 - 17628.000000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 217, 95, 14, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "classMaxValue": 35225, "label": "17628.000001 - 35225.000000" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 52, 4, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "classMaxValue": 64212, "label": "35225.000001 - 64212.000000" } ], "legendOptions": {"order": "ascendingValues"} }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -6292410.0803, "ymin": -78261.75970000029, "xmax": 3407723.4147999994, "ymax": 6198597.7991, "spatialReference": { "wkid": 102039, "latestWkid": 102039, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -16901100, "falseY": -6972200, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "State_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "AREA", "type": "esriFieldTypeDouble", "alias": "AREA", "domain": null }, { "name": "PERIMETER", "type": "esriFieldTypeDouble", "alias": "PERIMETER", "domain": null }, { "name": "STATE", "type": "esriFieldTypeString", "alias": "STATE", "length": 2, "domain": null }, { "name": "STATE_FIPS", "type": "esriFieldTypeString", "alias": "STATE_FIPS", "length": 2, "domain": null }, { "name": "SQUARE_MIL", "type": "esriFieldTypeDouble", "alias": "SQUARE_MIL", "domain": null }, { "name": "STATE_FULL", "type": "esriFieldTypeString", "alias": "STATE_FULL", "length": 30, "domain": null }, { "name": "STATE_SHORT", "type": "esriFieldTypeString", "alias": "STATE_SHORT", "length": 255, "domain": null }, { "name": "OBJECTID_1", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "Year", "type": "esriFieldTypeInteger", "alias": "Year", "domain": null }, { "name": "FIPS", "type": "esriFieldTypeString", "alias": "FIPS", "length": 255, "domain": null }, { "name": "State_Name", "type": "esriFieldTypeString", "alias": "State_Name", "length": 255, "domain": null }, { "name": "Spouse", "type": "esriFieldTypeString", "alias": "Spouse", "length": 255, "domain": null }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length", "domain": null }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,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, "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_Length", "units": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }