{ "currentVersion": 10.91, "id": 17, "name": "Vegetation Spraying", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 1000000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "Polygons that represent locations in the City of Longview that require vegetation control. Includes control method, description of area, length, width, ID, and status.", "copyrightText": "Creation of this dataset utilized source data from the City of Longview.", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "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": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": 3095520.947774753, "ymin": 6863790.377449334, "xmax": 3172430.526598379, "ymax": 6986278.900187418, "spatialReference": { "wkid": 102738, "latestWkid": 2276 } }, "sourceSpatialReference": { "wkid": 102738, "latestWkid": 2276 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "TYPE", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 123, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 104, 104, 104, 255 ], "width": 0 } }, "value": "GRL", "label": "GUARDRAIL", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 193, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 104, 104, 104, 255 ], "width": 0 } }, "value": "LOP", "label": "LOTP ROW", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 235, 55, 63, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 104, 104, 104, 255 ], "width": 0 } }, "value": "RWY", "label": "CURB AND GUTTER", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 167, 123, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 104, 104, 104, 255 ], "width": 0 } }, "value": "ROW", "label": "RIGHT-OF-WAY", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 156, 229, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 104, 104, 104, 255 ], "width": 0 } }, "value": "SLN", "label": "SEWER LINE", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 190, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSNull", "color": [ 104, 104, 104, 255 ], "width": 0 } }, "value": "DRN", "label": "DRAINAGE DITCHES & CREEKS", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "LongviewGIS.SDE.Vegetation_Control.AREA", "typeIdField": "TYPE", "subtypeField": "CONTRACT", "defaultSubtypeCode": 0, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "LongviewGIS.SDE.Vegetation_Control.AREA", "type": "esriFieldTypeString", "alias": "AREA", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "LongviewGIS.SDE.Vegetation_Control.AREA" }, { "name": "WIDTH", "type": "esriFieldTypeDouble", "alias": "WIDTH", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "WIDTH" }, { "name": "ID", "type": "esriFieldTypeDouble", "alias": "ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ID" }, { "name": "CONTRACT", "type": "esriFieldTypeSmallInteger", "alias": "CONTRACT", "domain": null, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "CONTRACT" }, { "name": "TYPE", "type": "esriFieldTypeString", "alias": "TYPE", "domain": { "type": "codedValue", "name": "MowType", "description": "Mowing contract vegetation control area type", "codedValues": [ { "name": "FLOODPLAIN AREA", "code": "FLD" }, { "name": "DETENTION POND", "code": "DET" }, { "name": "RESIDENTIAL LOT", "code": "RES" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "TYPE" }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "domain": { "type": "codedValue", "name": "AreaStatus", "description": "Active or Inactive", "codedValues": [ { "name": "ACTIVE", "code": "ACTIVE" }, { "name": "INACTIVE", "code": "INACTIVE" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 8, "defaultValue": "ACTIVE", "modelName": "STATUS" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user" }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date" }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user" }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R2174_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_2174", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_2174", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S1735_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": "GRL", "name": "GRL", "domains": { "TYPE": {"type": "inherited"}, "STATUS": {"type": "inherited"} }, "templates": [ { "name": "GRL", "description": "", "prototype": { "attributes": { "TYPE": "GRL", "STATUS": "ACTIVE", "LongviewGIS.SDE.Vegetation_Control.AREA": null, "WIDTH": null, "ID": null, "CONTRACT": 0 } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": "LOP", "name": "LOP", "domains": { "TYPE": {"type": "inherited"}, "STATUS": {"type": "inherited"} }, "templates": [ { "name": "LOP", "description": "", "prototype": { "attributes": { "TYPE": "LOP", "STATUS": "ACTIVE", "LongviewGIS.SDE.Vegetation_Control.AREA": null, "WIDTH": null, "ID": null, "CONTRACT": 0 } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": "RWY", "name": "RWY", "domains": { "TYPE": {"type": "inherited"}, "STATUS": {"type": "inherited"} }, "templates": [ { "name": "RWY", "description": "", "prototype": { "attributes": { "TYPE": "RWY", "STATUS": "ACTIVE", "LongviewGIS.SDE.Vegetation_Control.AREA": null, "WIDTH": null, "ID": null, "CONTRACT": 0 } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": "ROW", "name": "ROW", "domains": { "TYPE": {"type": "inherited"}, "STATUS": {"type": "inherited"} }, "templates": [ { "name": "ROW", "description": "", "prototype": { "attributes": { "TYPE": "ROW", "STATUS": "ACTIVE", "LongviewGIS.SDE.Vegetation_Control.AREA": null, "WIDTH": null, "ID": null, "CONTRACT": 0 } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": "SLN", "name": "SLN", "domains": { "TYPE": {"type": "inherited"}, "STATUS": {"type": "inherited"} }, "templates": [ { "name": "SLN", "description": "", "prototype": { "attributes": { "TYPE": "SLN", "STATUS": "ACTIVE", "LongviewGIS.SDE.Vegetation_Control.AREA": null, "WIDTH": null, "ID": null, "CONTRACT": 0 } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": "DRN", "name": "DRN", "domains": { "TYPE": {"type": "inherited"}, "STATUS": {"type": "inherited"} }, "templates": [ { "name": "DRN", "description": "", "prototype": { "attributes": { "TYPE": "DRN", "STATUS": "ACTIVE", "LongviewGIS.SDE.Vegetation_Control.AREA": null, "WIDTH": null, "ID": null, "CONTRACT": 0 } }, "drawingTool": "esriFeatureEditToolPolygon" } ] } ], "templates": [], "subtypes": [ { "code": 0, "name": "SPRAY", "defaultValues": { "LongviewGIS.SDE.Vegetation_Control.AREA": null, "WIDTH": null, "ID": null, "CONTRACT": 0, "TYPE": null, "STATUS": "ACTIVE", "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "domains": { "TYPE": { "type": "codedValue", "name": "SprayType", "description": "Spraying contract vegetation control area type", "codedValues": [ { "name": "DRAINAGE DITCH", "code": "DRN" }, { "name": "GUARDRAIL", "code": "GRL" }, { "name": "LOTP ROW", "code": "LOP" }, { "name": "MEDIAN", "code": "MDN" }, { "name": "RIGHT-OF-WAY", "code": "ROW" }, { "name": "ROADWAY", "code": "RWY" }, { "name": "SEWER LINE", "code": "SLN" }, { "name": "SIDEWALK", "code": "SDW" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "STATUS": {"type": "inherited"} } }, { "code": 1, "name": "MOW", "defaultValues": { "LongviewGIS.SDE.Vegetation_Control.AREA": null, "WIDTH": null, "ID": null, "CONTRACT": 1, "TYPE": null, "STATUS": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "domains": { "TYPE": {"type": "inherited"} } } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync,Extract", "useStandardizedQueries": true, "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "94058de9bcaf45898b161b6ce3d2f278" }