Services Directory Login
{
  "currentVersion" : 10.81,
  "id" : 14,
  "name" : "Landscape Areas_70",
  "type" : "Feature Layer",
  "description" : "The extent of open space and other unpaved areas on the Esri campus.",
  "geometryType" : "esriGeometryPolygon",
  "copyrightText" : "Esri",
  "parentLayer" : {
    "id" : 0,
    "name" : "70"
  },
  "subLayers" : [ ],
  "minScale" : 0,
  "maxScale" : 0,
  "drawingInfo" : {
    "renderer" : {
      "type" : "uniqueValue",
      "field1" : "SURFTYPE",
      "field2" : null,
      "field3" : null,
      "fieldDelimiter" : ", ",
      "defaultSymbol" : null,
      "defaultLabel" : null,
      "uniqueValueInfos" : [ {
        "symbol" : {
          "type" : "esriSFS",
          "style" : "esriSFSSolid",
          "color" : [ 199, 215, 158, 255 ],
          "outline" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 0, 0, 0, 0 ],
            "width" : 0.4
          }
        },
        "value" : "Ivy / Groundcover",
        "label" : "Ivy / Groundcover; Planter; Grass",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSFS",
          "style" : "esriSFSSolid",
          "color" : [ 199, 215, 158, 255 ],
          "outline" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 0, 0, 0, 0 ],
            "width" : 0.4
          }
        },
        "value" : "Planter",
        "label" : "Ivy / Groundcover; Planter; Grass",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSFS",
          "style" : "esriSFSSolid",
          "color" : [ 199, 215, 158, 255 ],
          "outline" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 0, 0, 0, 0 ],
            "width" : 0.4
          }
        },
        "value" : "Grass",
        "label" : "Ivy / Groundcover; Planter; Grass",
        "description" : ""
      }, {
        "symbol" : {
          "type" : "esriSFS",
          "style" : "esriSFSSolid",
          "color" : [ 179, 179, 179, 255 ],
          "outline" : {
            "type" : "esriSLS",
            "style" : "esriSLSSolid",
            "color" : [ 78, 78, 78, 255 ],
            "width" : 0.4
          }
        },
        "value" : "Rock",
        "label" : "Rock",
        "description" : ""
      } ]
    },
    "transparency" : 0,
    "labelingInfo" : null
  },
  "defaultVisibility" : true,
  "extent" : {
    "xmin" : -1.3046639276809873E7,
    "ymin" : 4036277.2441868377,
    "xmax" : -1.3045691118632419E7,
    "ymax" : 4036783.0587740126,
    "spatialReference" : {
      "wkid" : 102100,
      "latestWkid" : 3857
    }
  },
  "hasAttachments" : false,
  "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
  "displayField" : "FACILITYID",
  "typeIdField" : null,
  "fields" : [ {
    "name" : "OBJECTID",
    "type" : "esriFieldTypeOID",
    "alias" : "OBJECTID",
    "domain" : null
  }, {
    "name" : "SHAPE",
    "type" : "esriFieldTypeGeometry",
    "alias" : "SHAPE",
    "domain" : null
  }, {
    "name" : "FACILITYID",
    "type" : "esriFieldTypeString",
    "alias" : "Facility Identifier",
    "length" : 50,
    "domain" : null
  }, {
    "name" : "SURFTYPE",
    "type" : "esriFieldTypeString",
    "alias" : "Surface Type",
    "length" : 50,
    "domain" : {
      "type" : "codedValue",
      "name" : "LandscapeSurfaceType",
      "codedValues" : [ {
        "name" : "Grass",
        "code" : "Grass"
      }, {
        "name" : "Mulch",
        "code" : "Mulch"
      }, {
        "name" : "Gravel",
        "code" : "Gravel"
      }, {
        "name" : "Rock",
        "code" : "Rock"
      }, {
        "name" : "Ivy / Groundcover",
        "code" : "Ivy / Groundcover"
      }, {
        "name" : "Planter",
        "code" : "Planter"
      }, {
        "name" : "Other",
        "code" : "Other"
      }, {
        "name" : "Unknown",
        "code" : "Unknown"
      } ]
    }
  }, {
    "name" : "INSTALLDATE",
    "type" : "esriFieldTypeDate",
    "alias" : "Install Date",
    "length" : 8,
    "domain" : null
  }, {
    "name" : "CONDITION",
    "type" : "esriFieldTypeString",
    "alias" : "Condition",
    "length" : 50,
    "domain" : {
      "type" : "codedValue",
      "name" : "Condition",
      "codedValues" : [ {
        "name" : "Excellent",
        "code" : "Excellent"
      }, {
        "name" : "Very Good",
        "code" : "Very Good"
      }, {
        "name" : "Good",
        "code" : "Good"
      }, {
        "name" : "Fair",
        "code" : "Fair"
      }, {
        "name" : "Poor",
        "code" : "Poor"
      }, {
        "name" : "Very Poor",
        "code" : "Very Poor"
      }, {
        "name" : "Unknown",
        "code" : "Unknown"
      } ]
    }
  }, {
    "name" : "OWNEDBY",
    "type" : "esriFieldTypeSmallInteger",
    "alias" : "Owned By",
    "domain" : {
      "type" : "codedValue",
      "name" : "AssetOwner",
      "codedValues" : [ {
        "name" : "Our Agency",
        "code" : 1
      }, {
        "name" : "Private",
        "code" : -1
      }, {
        "name" : "Other",
        "code" : -2
      } ]
    }
  }, {
    "name" : "MAINTBY",
    "type" : "esriFieldTypeSmallInteger",
    "alias" : "Managed By",
    "domain" : {
      "type" : "codedValue",
      "name" : "AssetManager",
      "codedValues" : [ {
        "name" : "Our Agency",
        "code" : 1
      }, {
        "name" : "Private",
        "code" : -1
      }, {
        "name" : "Other",
        "code" : -2
      } ]
    }
  }, {
    "name" : "LASTUPDATE",
    "type" : "esriFieldTypeDate",
    "alias" : "Last Update Date",
    "length" : 8,
    "domain" : null
  }, {
    "name" : "LASTEDITOR",
    "type" : "esriFieldTypeString",
    "alias" : "Last Editor",
    "length" : 50,
    "domain" : null
  }, {
    "name" : "SHAPE_Length",
    "type" : "esriFieldTypeDouble",
    "alias" : "SHAPE_Length",
    "domain" : null
  }, {
    "name" : "SHAPE_Area",
    "type" : "esriFieldTypeDouble",
    "alias" : "SHAPE_Area",
    "domain" : null
  } ],
  "relationships" : [ ],
  "canModifyLayer" : false,
  "canScaleSymbols" : false,
  "hasLabels" : false,
  "capabilities" : "Map",
  "maxRecordCount" : 1000,
  "supportsStatistics" : true,
  "supportsAdvancedQueries" : true,
  "supportedQueryFormats" : "JSON, AMF",
  "effectiveMinScale" : 99,
  "ownershipBasedAccessControlForFeatures" : {
    "allowOthersToQuery" : true
  },
  "advancedQueryCapabilities" : {
    "useStandardizedQueries" : false,
    "supportsStatistics" : true,
    "supportsOrderBy" : true,
    "supportsDistinct" : true,
    "supportsPagination" : true,
    "supportsTrueCurve" : true,
    "supportsReturningQueryExtent" : true,
    "supportsQueryWithDistance" : true
  },
  "dateFieldsTimeReference" : null
}