{ "layers": [ { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 0, "name": "Towers", "type": "Feature Layer", "description": "Point features representing known tower locations in Chatham County, NC. The tower feature class identifies the tower type as either communication, water, or lookout tower. There is a separate attribute field that defines if the tower has cellular equipment on it.The feature class was created in July of 2015 by the Chatham County GIS department and said department will maintain it moving forward on an as needed basis.", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "Chatham County, Chatham County GIS", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "081567d6d1dd0c4e4872678ab0068353", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXCAYAAAA7kX6CAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABHUlEQVQ4jc3UTSvFQRTH8c/lupKHbCQk7G42UlaSZ2+DpZ2XoXgByo6VstHdKBsiS+VhYUMhJRZKIpFiMaP+rv+9YSGnps6Zme+Z0/zOTNYvLftvwEHkUIULHH8XfMRO9Md/AmYS/lvahjSwA5e/ATuxnYhzsYJPCdLABkxhOSbpwWkcZcEH7GIGL5jD8HfADJpxjXZUp+0rnmhCm6DfKmowLWhZFuzFLTZi/IRFLKBQDswJl1MrNAH0C/K04qoU+IwVTGIdA/HUWQyVA18FvZYxjyOsxbXKUqXW4S76I1hCHl04i0lTwTwOMYETnAvNPSpIVBKswBj2cZOY30Qf6tH4UVUSbMEW7n21PXQLLXhQDBZSgKR9epN//+e8A0GPOaVwQcBEAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 10, "height": 17, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1809516.9174720496, "ymin": 621281.3786926419, "xmax": 2043049.5970593095, "ymax": 805575.5196180642, "spatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -121841900, "falseY": -93659000, "xyUnits": 3.6365718124241434E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "OWNERNAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "TOWERTYPE", "type": "esriFieldTypeString", "alias": "TOWER TYPE", "length": 20, "domain": { "type": "codedValue", "name": "TowerType", "description": "Type of tower feature", "codedValues": [ { "name": "Communication", "code": "Communication" }, { "name": "Water", "code": "Water" }, { "name": "Lookout", "code": "Lookout" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "OWNERNAME", "type": "esriFieldTypeString", "alias": "OWNER NAME", "length": 50, "domain": null }, { "name": "OWNERTYPE", "type": "esriFieldTypeString", "alias": "OWNER TYPE", "length": 20, "domain": { "type": "codedValue", "name": "TowerOwner", "description": "Ownership Type", "codedValues": [ { "name": "Federal", "code": "Federal" }, { "name": "State", "code": "State" }, { "name": "County", "code": "County" }, { "name": "Municipal", "code": "Municipal" }, { "name": "Private", "code": "Private" }, { "name": "Non-Profit", "code": "Non-Profit" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "OWNERADDRESS", "type": "esriFieldTypeString", "alias": "OWNER ADDRESS", "length": 50, "domain": null }, { "name": "OWNERCITY", "type": "esriFieldTypeString", "alias": "CITY", "length": 25, "domain": null }, { "name": "OWNERSTATE", "type": "esriFieldTypeString", "alias": "STATE", "length": 4, "domain": null }, { "name": "OWNERZIP", "type": "esriFieldTypeDouble", "alias": "ZIP", "domain": null }, { "name": "PHYSICALADDRESS", "type": "esriFieldTypeString", "alias": "PHYSICAL ADDRESS", "length": 50, "domain": null }, { "name": "CELLTOWER", "type": "esriFieldTypeString", "alias": "CELL TOWER", "length": 3, "domain": { "type": "codedValue", "name": "CellTower", "description": "Is it a cellular tower?", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "HEIGHT", "type": "esriFieldTypeDouble", "alias": "HEIGHT", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "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 } ], "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": "" }, { "name": "FDO_GlobalID", "fields": "GlobalID", "isAscending": true, "isUnique": false, "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, "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, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true } ], "tables": [] }