Services Directory Login
{
  "cimVersion" : "1.4.0",
  "id" : 19,
  "name" : "UCB_DITCHES_CHANNELS",
  "type" : "Feature Layer",
  "description" : "UCB_DITCHES_CHANNELS",
  "geometryType" : "esriGeometryPolyline",
  "sourceSpatialReference" : {
    "wkid" : 2876,
    "latestWkid" : 2876
  },
  "copyrightText" : "",
  "parentLayer" : null,
  "subLayers" : [ ],
  "minScale" : 100000,
  "maxScale" : 0,
  "drawingInfo" : {
    "renderer" : {
      "type" : "uniqueValue",
      "field1" : "CHNL_TYPE",
      "field2" : null,
      "defaultSymbol" : {
        "type" : "esriSLS",
        "style" : "esriSLSDashDot",
        "color" : [ 158, 187, 215, 255 ],
        "width" : 0.4
      },
      "defaultLabel" : "Other",
      "uniqueValueInfos" : [ {
        "symbol" : {
          "type" : "esriSLS",
          "style" : "esriSLSDashDot",
          "color" : [ 115, 178, 255, 255 ],
          "width" : 0.4
        },
        "value" : "DITCH",
        "label" : "Ditch",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSLS",
          "style" : "esriSLSDashDot",
          "color" : [ 122, 142, 245, 255 ],
          "width" : 0.4
        },
        "value" : "DITCH_UNDR",
        "label" : "Ditch Underground",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSLS",
          "style" : "esriSLSSolid",
          "color" : [ 112, 168, 0, 255 ],
          "width" : 0.5
        },
        "value" : "SWALE",
        "label" : "Swale",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSLS",
          "style" : "esriSLSSolid",
          "color" : [ 158, 215, 194, 255 ],
          "width" : 1
        },
        "value" : "T_DRAIN",
        "label" : "T-Drain",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSLS",
          "style" : "esriSLSSolid",
          "color" : [ 190, 179, 252, 255 ],
          "width" : 1
        },
        "value" : "U_DRAIN",
        "label" : "U-Drain",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSLS",
          "style" : "esriSLSSolid",
          "color" : [ 202, 252, 251, 255 ],
          "width" : 1
        },
        "value" : "V_DRAIN",
        "label" : "V-Drain",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSLS",
          "style" : "esriSLSDash",
          "color" : [ 182, 252, 204, 0 ],
          "width" : 0.25
        },
        "value" : "ROOF_DRAIN",
        "label" : "Roof Drain",
        "description" : ""
      } ],
      "fieldDelimiter" : ","
    },
    "transparency" : 0,
    "labelingInfo" : null
  },
  "defaultVisibility" : true,
  "extent" : {
    "xmin" : -1.1722075210779829E7,
    "ymin" : 4863852.598884995,
    "xmax" : -1.1713579866454216E7,
    "ymax" : 4870944.852209295,
    "spatialReference" : {
      "wkid" : 102100,
      "latestWkid" : 3857
    }
  },
  "hasAttachments" : false,
  "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
  "displayField" : "GID",
  "typeIdField" : null,
  "fields" : [ {
    "name" : "OBJECTID",
    "type" : "esriFieldTypeOID",
    "alias" : "OBJECTID",
    "domain" : null
  }, {
    "name" : "Shape",
    "type" : "esriFieldTypeGeometry",
    "alias" : "Shape",
    "domain" : null
  }, {
    "name" : "GID",
    "type" : "esriFieldTypeDouble",
    "alias" : "GID",
    "domain" : null
  }, {
    "name" : "CHNL_ID",
    "type" : "esriFieldTypeDouble",
    "alias" : "CHNL_ID",
    "domain" : null
  }, {
    "name" : "CHNL_GRADI",
    "type" : "esriFieldTypeDouble",
    "alias" : "CHNL_GRADI",
    "domain" : null
  }, {
    "name" : "CHNL_BWIDT",
    "type" : "esriFieldTypeDouble",
    "alias" : "CHNL_BWIDT",
    "domain" : null
  }, {
    "name" : "CHNL_TWIDT",
    "type" : "esriFieldTypeDouble",
    "alias" : "CHNL_TWIDT",
    "domain" : null
  }, {
    "name" : "CHNL_DEPTH",
    "type" : "esriFieldTypeDouble",
    "alias" : "CHNL_DEPTH",
    "domain" : null
  }, {
    "name" : "CHNL_TYPE",
    "type" : "esriFieldTypeString",
    "alias" : "CHNL_TYPE",
    "length" : 254,
    "domain" : {
      "type" : "codedValue",
      "name" : "DMS_CHANNELTYPE",
      "codedValues" : [ {
        "name" : "Underground Ditch",
        "code" : "DITCH_UNDR"
      }, {
        "name" : "Ditch",
        "code" : "DITCH"
      }, {
        "name" : "Side Drain",
        "code" : "SIDE_DRAIN"
      }, {
        "name" : "V - Drain",
        "code" : "V_DRAIN"
      }, {
        "name" : "U - Drain",
        "code" : "U_DRAIN"
      }, {
        "name" : "Open Drain",
        "code" : "OPEN_DRAIN"
      }, {
        "name" : "Roof Drain",
        "code" : "ROOF_DRAIN"
      }, {
        "name" : "Swale",
        "code" : "SWALE"
      }, {
        "name" : "T - Drain",
        "code" : "T_DRAIN"
      }, {
        "name" : "Unknown",
        "code" : "UNKNOWN"
      } ],
      "mergePolicy" : "esriMPTDefaultValue",
      "splitPolicy" : "esriSPTDefaultValue"
    }
  }, {
    "name" : "CHNL_MATRL",
    "type" : "esriFieldTypeString",
    "alias" : "CHNL_MATRL",
    "length" : 254,
    "domain" : {
      "type" : "codedValue",
      "name" : "DMS_CHANNELMATRL",
      "codedValues" : [ {
        "name" : "Clay",
        "code" : "CLAY"
      }, {
        "name" : "Unknown",
        "code" : "UNKNOWN"
      }, {
        "name" : "Other",
        "code" : "OTHER"
      }, {
        "name" : "Concrete",
        "code" : "CONC"
      }, {
        "name" : "Pavers",
        "code" : "PAVER"
      }, {
        "name" : "Gabion",
        "code" : "GABION"
      }, {
        "name" : "Armourflex",
        "code" : "ARMOUR"
      }, {
        "name" : "Metal",
        "code" : "METAL"
      }, {
        "name" : "Grass",
        "code" : "GRASS"
      }, {
        "name" : "Unlined",
        "code" : "UNLINED"
      } ],
      "mergePolicy" : "esriMPTDefaultValue",
      "splitPolicy" : "esriSPTDefaultValue"
    }
  }, {
    "name" : "START_NODE",
    "type" : "esriFieldTypeDouble",
    "alias" : "START_NODE",
    "domain" : null
  }, {
    "name" : "END_NODE",
    "type" : "esriFieldTypeDouble",
    "alias" : "END_NODE",
    "domain" : null
  }, {
    "name" : "START_GL",
    "type" : "esriFieldTypeDouble",
    "alias" : "START_GL",
    "domain" : null
  }, {
    "name" : "END_GL",
    "type" : "esriFieldTypeDouble",
    "alias" : "END_GL",
    "domain" : null
  }, {
    "name" : "START_IL",
    "type" : "esriFieldTypeDouble",
    "alias" : "START_IL",
    "domain" : null
  }, {
    "name" : "END_IL",
    "type" : "esriFieldTypeDouble",
    "alias" : "END_IL",
    "domain" : null
  }, {
    "name" : "GEOM_LENGT",
    "type" : "esriFieldTypeDouble",
    "alias" : "GEOM_LENGT",
    "domain" : null
  }, {
    "name" : "COMMENTS",
    "type" : "esriFieldTypeString",
    "alias" : "COMMENTS",
    "length" : 254,
    "domain" : null
  }, {
    "name" : "TAG_X",
    "type" : "esriFieldTypeDouble",
    "alias" : "TAG_X",
    "domain" : null
  }, {
    "name" : "TAG_Y",
    "type" : "esriFieldTypeDouble",
    "alias" : "TAG_Y",
    "domain" : null
  }, {
    "name" : "TAG_VALUE",
    "type" : "esriFieldTypeString",
    "alias" : "TAG_VALUE",
    "length" : 254,
    "domain" : null
  }, {
    "name" : "TAG_SIZE",
    "type" : "esriFieldTypeDouble",
    "alias" : "TAG_SIZE",
    "domain" : null
  }, {
    "name" : "TAG_ANGLE",
    "type" : "esriFieldTypeDouble",
    "alias" : "TAG_ANGLE",
    "domain" : null
  }, {
    "name" : "TAG_JUST",
    "type" : "esriFieldTypeString",
    "alias" : "TAG_JUST",
    "length" : 254,
    "domain" : null
  }, {
    "name" : "OBJ_VERIFY",
    "type" : "esriFieldTypeString",
    "alias" : "OBJ_VERIFY",
    "length" : 254,
    "domain" : {
      "type" : "codedValue",
      "name" : "OBJ_VERIFY",
      "codedValues" : [ {
        "name" : "Needs to be Verified",
        "code" : "NEED_TO_BE_VERIFIED"
      }, {
        "name" : "GPS",
        "code" : "GPS"
      }, {
        "name" : "As Built",
        "code" : "ASBUILT"
      }, {
        "name" : "Field Verified",
        "code" : "FIELD_VERIFY"
      }, {
        "name" : "On Existing Map",
        "code" : "EXISTING"
      }, {
        "name" : "Other",
        "code" : "OTHER"
      }, {
        "name" : "City Data",
        "code" : "CITY"
      }, {
        "name" : "Individual Book Edits",
        "code" : "INDV_BOOK_EDITS"
      }, {
        "name" : "Locator Verified",
        "code" : "LOCATOR"
      }, {
        "name" : "Review Drawings",
        "code" : "REVIEW"
      }, {
        "name" : "From Redline",
        "code" : "From Redline"
      }, {
        "name" : "Hide On Map",
        "code" : "HIDE"
      }, {
        "name" : "Auto Generated",
        "code" : "GENERATED"
      }, {
        "name" : "Temporary",
        "code" : "TEMP"
      } ],
      "mergePolicy" : "esriMPTDefaultValue",
      "splitPolicy" : "esriSPTDefaultValue"
    }
  }, {
    "name" : "OWNER",
    "type" : "esriFieldTypeString",
    "alias" : "OWNER",
    "length" : 254,
    "domain" : null
  }, {
    "name" : "LINK",
    "type" : "esriFieldTypeString",
    "alias" : "LINK",
    "length" : 254,
    "domain" : null
  }, {
    "name" : "Shape_Length",
    "type" : "esriFieldTypeDouble",
    "alias" : "Shape_Length",
    "domain" : null
  } ],
  "indexes" : [ {
    "name" : "FDO_OBJECTID",
    "fields" : "OBJECTID",
    "isAscending" : true,
    "isUnique" : true,
    "description" : ""
  }, {
    "name" : "FDO_Shape",
    "fields" : "Shape",
    "isAscending" : true,
    "isUnique" : false,
    "description" : ""
  } ],
  "relationships" : [ ],
  "canModifyLayer" : false,
  "canScaleSymbols" : true,
  "hasLabels" : false,
  "capabilities" : "Map",
  "maxRecordCount" : 1000,
  "supportsStatistics" : true,
  "supportsAdvancedQueries" : true,
  "supportedQueryFormats" : "JSON, AMF, geoJSON",
  "ownershipBasedAccessControlForFeatures" : {
    "allowOthersToQuery" : true
  },
  "advancedQueryCapabilities" : {
    "useStandardizedQueries" : false,
    "supportsStatistics" : true,
    "supportsOrderBy" : true,
    "supportsDistinct" : true,
    "supportsPagination" : true,
    "supportsTrueCurve" : true,
    "supportsReturningQueryExtent" : true,
    "supportsQueryWithDistance" : true,
    "supportsSqlExpression" : false
  },
  "supportsDatumTransformation" : true,
  "currentVersion" : 10.81
}