{ "layers": [ { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 0, "name": "AdoptedStreamSegmentIDs", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "This dataset contains line segments representing the stream network within Mecklenburg County, NC. The segments are broken up into approximately one mile lengths. These segments may be eligible for citizen groups to adopt for clean up purposes.", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 1384216.000072986, "ymin": 460860.33759349585, "xmax": 1533570.7834440768, "ymax": 647117.8707589656, "spatialReference": { "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": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102719, "latestWkid": 2264, "xyTolerance": 1.280000001192093E-4, "zTolerance": 2, "mTolerance": 2, "falseX": -1.218418999997463E8, "falseY": -9.365899999991846E7, "xyUnits": 15624.999985448083, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 165, 116, 255 ], "width": 1 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": false, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "StreamName", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "STREAM", "type": "esriFieldTypeString", "alias": "Segment Name", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "STREAM" }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "domain": { "type": "codedValue", "name": "AAS_Status", "description": "Adopt-A-Stream Segment Status", "codedValues": [ { "name": "Adopted", "code": "Adopted" }, { "name": "Available", "code": "Available" }, { "name": "Unadoptable", "code": "Unadoptable" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "Status" }, { "name": "URL", "type": "esriFieldTypeString", "alias": "URL", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "URL" }, { "name": "MIles", "type": "esriFieldTypeSingle", "alias": "MIles", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "MIles" }, { "name": "SEG_ID", "type": "esriFieldTypeString", "alias": "Segment ID", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "SEG_ID" }, { "name": "BASIN_ID", "type": "esriFieldTypeInteger", "alias": "Basin ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "BASIN_ID" }, { "name": "JURISDICTION", "type": "esriFieldTypeString", "alias": "Jurisdiction", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "JURISDICTION" }, { "name": "SignLatitude", "type": "esriFieldTypeDouble", "alias": "Sign Latitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SignLatitude" }, { "name": "SignLongitude", "type": "esriFieldTypeDouble", "alias": "Sign Longitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SignLongitude" }, { "name": "SignLocation", "type": "esriFieldTypeString", "alias": "Sign Location", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "SignLocation" }, { "name": "SegType", "type": "esriFieldTypeString", "alias": "Segment Type", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "SegType" }, { "name": "SegNote", "type": "esriFieldTypeString", "alias": "Segment Notes", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "SegNote" }, { "name": "StreamName", "type": "esriFieldTypeString", "alias": "Stream Name", "domain": null, "editable": true, "nullable": true, "length": 512, "defaultValue": null, "modelName": "StreamName" }, { "name": "START_X", "type": "esriFieldTypeDouble", "alias": "Start Longitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "START_X" }, { "name": "START_Y", "type": "esriFieldTypeDouble", "alias": "Start Latitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "START_Y" }, { "name": "END_X", "type": "esriFieldTypeDouble", "alias": "End Longitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "END_X" }, { "name": "END_Y", "type": "esriFieldTypeDouble", "alias": "End Latitude", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "END_Y" }, { "name": "last_clean", "type": "esriFieldTypeDate", "alias": "last_clean", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_clean" }, { "name": "segment_contact", "type": "esriFieldTypeString", "alias": "segment_contact", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "segment_contact" }, { "name": "contact_phone", "type": "esriFieldTypeString", "alias": "contact_phone", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "contact_phone" }, { "name": "contact_email", "type": "esriFieldTypeString", "alias": "contact_email", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "contact_email" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Shape.STLength()" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R66_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "PK_ADOPTED_STREAMS", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "AdoptedStreamSegmentIDs", "description": "", "prototype": { "attributes": { "contact_email": null, "contact_phone": null, "STREAM": null, "Status": null, "URL": null, "MIles": null, "SEG_ID": null, "BASIN_ID": null, "JURISDICTION": null, "SignLatitude": null, "SignLongitude": null, "SignLocation": null, "SegType": null, "SegNote": null, "StreamName": null, "START_X": null, "START_Y": null, "END_X": null, "END_Y": null, "last_clean": null, "segment_contact": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Update,Uploads,Editing", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 } ], "tables": [] }