ArcGIS REST Services Directory Login | Get Token
JSON | SOAP

Sewer/SewerPipes_LastInspected (MapServer)

View In:   ArcGIS JavaScript   ArcGIS Online Map Viewer   ArcGIS Earth   ArcMap   ArcGIS Pro

View Footprint In:   ArcGIS Online Map Viewer

Service Description:

Map Name: SewerPipes_LastInspected

Legend

All Layers and Tables

Dynamic Legend

Dynamic All Layers

Layers: Description:

Arcade expression to symbolize based on last inspected date:

// pipes inspected in the last year

if(DateDiff(Now(), Date($feature["Last_Insp"]), 'years') <=1)

{

return "Inspected in Last Year"

}

// pipes inspected 2 years ago

else if(DateDiff(Now(), Date($feature["Last_Insp"]), 'years') >=2 &&

DateDiff(Now(), Date($feature["Last_Insp"]), 'years') <3)

{

return "Inspected 2 Years Ago"

}

// pipes inspected in the last 3-5 years

else if(DateDiff(Now(), Date($feature["Last_Insp"]), 'years') >=3 &&

DateDiff(Now(), Date($feature["Last_Insp"]), 'years') <=5)

{

return "Inspected 3-5 Years Ago"

}

// pipes inspected more than 5 years ago

else if(DateDiff(Now(), Date($feature["Last_Insp"]), 'years') >5)

{

return "Inspected More Than 5 Years Ago"

}



Copyright Text:

Spatial Reference: 102729  (2272)  VCSWkid(105703)  LatestVCSWkid(6360)


Single Fused Map Cache: false

Initial Extent: Full Extent: Units: esriFeet

Supported Image Format Types: PNG32,PNG24,PNG,JPG,DIB,TIFF,EMF,PS,PDF,GIF,SVG,SVGZ,BMP

Document Info: Supports Dynamic Layers: true

Resampling: false

MaxRecordCount: 2000

MaxImageHeight: 4096

MaxImageWidth: 4096

Supported Query Formats: JSON, geoJSON, PBF

Supports Query Data Elements: true

Min Scale: 0

Max Scale: 0

Supports Datum Transformation: true



Child Resources:   Info   Dynamic Layer

Supported Operations:   Export Map   Identify   QueryDomains   QueryLegends   Find   Return Updates