{ "currentVersion": 10.81, "id": 1, "name": "Daily Detection Routes", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "[Source: DETECTION_ROUTES_FC (LIO AFFES Data)]", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": false, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": -106.99478998500001, "ymin": 42.652225043, "xmax": -59.131478218000005, "ymax": 56.286383023, "spatialReference": { "wkid": 4326, "latestWkid": 4326 } }, "sourceSpatialReference": { "wkid": 4326, "latestWkid": 4326 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "ROUTE_TYPE", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 9.900001525878906 }, "value": "Alternate", "label": "Alternate", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 170, 0, 255 ], "width": 9.900001525878906 }, "value": "Detection", "label": "Detection", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 170, 0, 255 ], "width": 9.900001525878906 }, "value": "Delayed", "label": "Delayed", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 204, 204, 204, 255 ], "width": 9.900001525878906 }, "value": "Cancelled", "label": "Cancelled", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": null, "labelExpression": "[AC_ALIAS]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 12, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 0, "maxScale": 0 } ] }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "AC_ALIAS", "typeIdField": "ROUTE_TYPE", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "ID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "FLIGHT_DAY", "type": "esriFieldTypeDate", "alias": "Day", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "FLIGHT_DAY" }, { "name": "BASE_DEPARTURE", "type": "esriFieldTypeString", "alias": "Departure", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "BASE_DEPARTURE" }, { "name": "BASE_ARRIVAL", "type": "esriFieldTypeString", "alias": "Arrival", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "BASE_ARRIVAL" }, { "name": "PURPOSE_CODE", "type": "esriFieldTypeString", "alias": "Purpose", "domain": null, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "PURPOSE_CODE" }, { "name": "PILOT", "type": "esriFieldTypeString", "alias": "Pilot", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "PILOT" }, { "name": "OBSERVER", "type": "esriFieldTypeString", "alias": "Observer", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "OBSERVER" }, { "name": "LENGTH_KM", "type": "esriFieldTypeDouble", "alias": "km Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LENGTH_KM" }, { "name": "LENGTH_NM", "type": "esriFieldTypeDouble", "alias": "NM Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LENGTH_NM" }, { "name": "FLIGHT_TIME", "type": "esriFieldTypeString", "alias": "Duration", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "FLIGHT_TIME" }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "Status", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "STATUS" }, { "name": "ROUTE_TYPE", "type": "esriFieldTypeString", "alias": "Type", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "ROUTE_TYPE" }, { "name": "TURNING_INFO", "type": "esriFieldTypeString", "alias": "Turning Points", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "TURNING_INFO" }, { "name": "REMARKS", "type": "esriFieldTypeString", "alias": "Remarks", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "REMARKS" }, { "name": "AC_ALIAS", "type": "esriFieldTypeString", "alias": "Aircraft Alias", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "AC_ALIAS" }, { "name": "START_TIME", "type": "esriFieldTypeString", "alias": "Flight Start Time", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "START_TIME" }, { "name": "TIME_MINS", "type": "esriFieldTypeDouble", "alias": "Flight Time (Minutes)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TIME_MINS" }, { "name": "AC_DESCRIPTION", "type": "esriFieldTypeString", "alias": "Aircraft Description", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "AC_DESCRIPTION" }, { "name": "AC_REGISTRATION", "type": "esriFieldTypeString", "alias": "Aircraft Registration", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "AC_REGISTRATION" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R46414_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "DET_ROUTE_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": "Alternate", "name": "Alternate", "domains": {}, "templates": [ { "name": "Alternate", "description": "", "prototype": { "attributes": { "STATUS": null, "AC_REGISTRATION": null, "FLIGHT_DAY": null, "BASE_DEPARTURE": null, "BASE_ARRIVAL": null, "PURPOSE_CODE": null, "PILOT": null, "OBSERVER": null, "LENGTH_KM": null, "LENGTH_NM": null, "FLIGHT_TIME": null, "ROUTE_TYPE": "Alternate", "TURNING_INFO": null, "REMARKS": null, "AC_ALIAS": null, "START_TIME": null, "TIME_MINS": null, "AC_DESCRIPTION": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "Alternate, Approved", "description": "", "prototype": { "attributes": { "FLIGHT_TIME": null, "STATUS": "Approved", "AC_REGISTRATION": null, "FLIGHT_DAY": null, "BASE_DEPARTURE": null, "BASE_ARRIVAL": null, "PURPOSE_CODE": null, "PILOT": null, "OBSERVER": null, "LENGTH_KM": null, "LENGTH_NM": null, "ROUTE_TYPE": "Alternate", "TURNING_INFO": null, "REMARKS": null, "AC_ALIAS": null, "START_TIME": null, "TIME_MINS": null, "AC_DESCRIPTION": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "Alternate, Proposed", "description": "", "prototype": { "attributes": { "FLIGHT_TIME": null, "STATUS": "Proposed", "AC_REGISTRATION": null, "FLIGHT_DAY": null, "BASE_DEPARTURE": null, "BASE_ARRIVAL": null, "PURPOSE_CODE": null, "PILOT": null, "OBSERVER": null, "LENGTH_KM": null, "LENGTH_NM": null, "ROUTE_TYPE": "Alternate", "TURNING_INFO": null, "REMARKS": null, "AC_ALIAS": null, "START_TIME": null, "TIME_MINS": null, "AC_DESCRIPTION": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "Detection", "name": "Detection", "domains": {}, "templates": [ { "name": "Detection", "description": "", "prototype": { "attributes": { "STATUS": null, "AC_REGISTRATION": null, "FLIGHT_DAY": null, "BASE_DEPARTURE": null, "BASE_ARRIVAL": null, "PURPOSE_CODE": null, "PILOT": null, "OBSERVER": null, "LENGTH_KM": null, "LENGTH_NM": null, "FLIGHT_TIME": null, "ROUTE_TYPE": "Detection", "TURNING_INFO": null, "REMARKS": null, "AC_ALIAS": null, "START_TIME": null, "TIME_MINS": null, "AC_DESCRIPTION": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "Detection, Approved", "description": "", "prototype": { "attributes": { "FLIGHT_TIME": null, "STATUS": "Approved", "AC_REGISTRATION": null, "FLIGHT_DAY": null, "BASE_DEPARTURE": null, "BASE_ARRIVAL": null, "PURPOSE_CODE": null, "PILOT": null, "OBSERVER": null, "LENGTH_KM": null, "LENGTH_NM": null, "ROUTE_TYPE": "Detection", "TURNING_INFO": null, "REMARKS": null, "AC_ALIAS": null, "START_TIME": null, "TIME_MINS": null, "AC_DESCRIPTION": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "Detection, Proposed", "description": "", "prototype": { "attributes": { "FLIGHT_TIME": null, "STATUS": "Proposed", "AC_REGISTRATION": null, "FLIGHT_DAY": null, "BASE_DEPARTURE": null, "BASE_ARRIVAL": null, "PURPOSE_CODE": null, "PILOT": null, "OBSERVER": null, "LENGTH_KM": null, "LENGTH_NM": null, "ROUTE_TYPE": "Detection", "TURNING_INFO": null, "REMARKS": null, "AC_ALIAS": null, "START_TIME": null, "TIME_MINS": null, "AC_DESCRIPTION": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "Delayed", "name": "Delayed", "domains": {}, "templates": [ { "name": "Delayed", "description": "", "prototype": { "attributes": { "AC_DESCRIPTION": null, "AC_REGISTRATION": null, "FLIGHT_DAY": null, "BASE_DEPARTURE": null, "BASE_ARRIVAL": null, "PURPOSE_CODE": null, "PILOT": null, "OBSERVER": null, "LENGTH_KM": null, "LENGTH_NM": null, "FLIGHT_TIME": null, "STATUS": null, "ROUTE_TYPE": "Delayed", "TURNING_INFO": null, "REMARKS": null, "AC_ALIAS": null, "START_TIME": null, "TIME_MINS": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": "Cancelled", "name": "Cancelled", "domains": {}, "templates": [ { "name": "Cancelled", "description": "", "prototype": { "attributes": { "AC_DESCRIPTION": null, "AC_REGISTRATION": null, "FLIGHT_DAY": null, "BASE_DEPARTURE": null, "BASE_ARRIVAL": null, "PURPOSE_CODE": null, "PILOT": null, "OBSERVER": null, "LENGTH_KM": null, "LENGTH_NM": null, "FLIGHT_TIME": null, "STATUS": null, "ROUTE_TYPE": "Cancelled", "TURNING_INFO": null, "REMARKS": null, "AC_ALIAS": null, "START_TIME": null, "TIME_MINS": null } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }