{
 "currentVersion": 11.1,
 "cimVersion": "3.1.0",
 "id": 1,
 "name": "Buildings",
 "type": "Feature Layer",
 "description": "<DIV STYLE=\"text-align:Left;\"><DIV><DIV><P><SPAN>This layer represents general building bounds of current standing structures. Data originated from CAD and aerial imagery. Accuracy varies across the dataset. This is a highly prioritized dataset. Deleted features (demolished buildings) are kept in a demo layer for historic record. <\/SPAN><\/P><P><SPAN>Key Attributes List:<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Building Number: Unique building ID number assigned by OSU<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Building Name: The full name for a building. Will be the building address when not named by other means. <\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>link: a static URL link to the building's image page on OSU's website<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Name (#): name concatenated with number <\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Address, City, State Zip, and County: All copied from the address point layer<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Gross Area: Value pulled from SIMS for entire area of building's interior (all floors)<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Campus and Owner: Defined from domains<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Region and Zone: <\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Status: Construction/Demolition progress level. <\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Maintenance: Department responsible for maintenance of building<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Institution Type: Building's main usage<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Framework District: Framework district name<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>LEEDCert: Sustainability certification and details field<\/SPAN><\/P><P STYLE=\"margin:1 1 1 20;\"><SPAN>Campus Map: Name displayed on Campus map may not be full name. Common names/ abbreviations may be used and this field is used for labeling them differently than the full name.<\/SPAN><\/P><\/DIV><\/DIV><\/DIV>",
 "geometryType": "esriGeometryPolygon",
 "sourceSpatialReference": {
  "wkid": 102100,
  "latestWkid": 3857,
  "xyTolerance": 0.001,
  "zTolerance": 0.001,
  "mTolerance": 0.001,
  "falseX": -20037700,
  "falseY": -30241100,
  "xyUnits": 10000,
  "falseZ": -100000,
  "zUnits": 10000,
  "falseM": -100000,
  "mUnits": 10000
 },
 "copyrightText": "The Ohio State University: Facilities, Information and Technology Services (FITS)",
 "parentLayer": null,
 "subLayers": [],
 "minScale": 0,
 "maxScale": 0,
 "drawingInfo": {
  "renderer": {
   "type": "simple",
   "symbol": {
    "type": "esriSFS",
    "style": "esriSFSSolid",
    "color": [
     252,
     179,
     230,
     2
    ],
    "outline": {
     "type": "esriSLS",
     "style": "esriSLSSolid",
     "color": [
      110,
      110,
      110,
      2
     ],
     "width": 0.1
    }
   }
  },
  "scaleSymbols": false,
  "transparency": 0,
  "labelingInfo": null
 },
 "defaultVisibility": true,
 "extent": {
  "xmin": -1.3187953240600001E7,
  "ymin": 4037596.1278000027,
  "xmax": -7910434.4463,
  "ymax": 5213602.630700003,
  "spatialReference": {
   "wkid": 102100,
   "latestWkid": 3857,
   "xyTolerance": 0.001,
   "zTolerance": 0.001,
   "mTolerance": 0.001,
   "falseX": -20037700,
   "falseY": -30241100,
   "xyUnits": 10000,
   "falseZ": -100000,
   "zUnits": 10000,
   "falseM": -100000,
   "mUnits": 10000
  }
 },
 "hasAttachments": false,
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "displayField": "BLDG_NAME",
 "typeIdField": null,
 "subtypeFieldName": null,
 "subtypeField": null,
 "defaultSubtypeCode": null,
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null
  },
  {
   "name": "BLDG_NUM",
   "type": "esriFieldTypeString",
   "alias": "Building Number",
   "length": 20,
   "domain": null
  },
  {
   "name": "BLDG_NAME",
   "type": "esriFieldTypeString",
   "alias": "Building Name",
   "length": 75,
   "domain": null
  },
  {
   "name": "BldgNumber",
   "type": "esriFieldTypeInteger",
   "alias": "Building #",
   "domain": null
  },
  {
   "name": "ComName",
   "type": "esriFieldTypeString",
   "alias": "Name (#)",
   "length": 255,
   "domain": null
  },
  {
   "name": "Address",
   "type": "esriFieldTypeString",
   "alias": "Address",
   "length": 255,
   "domain": null
  },
  {
   "name": "City",
   "type": "esriFieldTypeString",
   "alias": "City",
   "length": 255,
   "domain": null
  },
  {
   "name": "State",
   "type": "esriFieldTypeString",
   "alias": "State",
   "length": 255,
   "domain": {
    "type": "codedValue",
    "name": "State",
    "description": "State",
    "codedValues": [
     {
      "name": "Ohio",
      "code": "OH"
     },
     {
      "name": "California",
      "code": "CA"
     },
     {
      "name": "Florida",
      "code": "FL"
     },
     {
      "name": "Washington D.C.",
      "code": "DC"
     },
     {
      "name": "Massachusetts",
      "code": "MA"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "Zip",
   "type": "esriFieldTypeString",
   "alias": "Zip",
   "length": 255,
   "domain": null
  },
  {
   "name": "County",
   "type": "esriFieldTypeString",
   "alias": "County",
   "length": 255,
   "domain": null
  },
  {
   "name": "GrossArea",
   "type": "esriFieldTypeInteger",
   "alias": "Gross Area",
   "domain": null
  },
  {
   "name": "Campus",
   "type": "esriFieldTypeString",
   "alias": "Campus",
   "length": 255,
   "domain": null
  },
  {
   "name": "OwnerName",
   "type": "esriFieldTypeString",
   "alias": "Owner",
   "length": 255,
   "domain": {
    "type": "codedValue",
    "name": "Owner",
    "description": "Owner",
    "codedValues": [
     {
      "name": "CampusParc",
      "code": "CampusParc"
     },
     {
      "name": "Leased as Tenant",
      "code": "Leased as Tenant"
     },
     {
      "name": "Leased as Landlord",
      "code": "Leased as Landlord"
     },
     {
      "name": "Non-OSU",
      "code": "Non-OSU"
     },
     {
      "name": "OSUP",
      "code": "OSUP"
     },
     {
      "name": "OSUP Lease",
      "code": "OSUP Lease"
     },
     {
      "name": "Student Life",
      "code": "Student Life"
     },
     {
      "name": "Tech Owned",
      "code": "Tech Owned"
     },
     {
      "name": "Other",
      "code": "Other"
     },
     {
      "name": "Tech Leased",
      "code": "Tech Leased"
     },
     {
      "name": "OSU Athletics",
      "code": "OSU Athletics"
     },
     {
      "name": "OSU Owned",
      "code": "OSU Owned"
     },
     {
      "name": "Land Lease",
      "code": "Land Lease"
     },
     {
      "name": "Board of Trustees",
      "code": "Board of Trustees"
     },
     {
      "name": "Campus Partners",
      "code": "Campus Partners"
     },
     {
      "name": "Land Lease/Leased as Tenant",
      "code": "Land Lease/Leased as Tenant"
     },
     {
      "name": "Land Lease/MOU",
      "code": "Land Lease/MOU"
     },
     {
      "name": "SciTech",
      "code": "SciTech"
     },
     {
      "name": "TTM",
      "code": "TTM"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "Zone",
   "type": "esriFieldTypeString",
   "alias": "Zone",
   "length": 255,
   "domain": null
  },
  {
   "name": "Status",
   "type": "esriFieldTypeString",
   "alias": "Status",
   "length": 255,
   "domain": {
    "type": "codedValue",
    "name": "Status",
    "description": "Status",
    "codedValues": [
     {
      "name": "Active",
      "code": "Active"
     },
     {
      "name": "Pending",
      "code": "Pending"
     },
     {
      "name": "Under Construction",
      "code": "Under Construction"
     },
     {
      "name": "Inactive",
      "code": "Inactive"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "BuildMaint",
   "type": "esriFieldTypeString",
   "alias": "Maintenance",
   "length": 255,
   "domain": null
  },
  {
   "name": "InstType",
   "type": "esriFieldTypeString",
   "alias": "Institution Type",
   "length": 255,
   "domain": null
  },
  {
   "name": "FrmwrkDist",
   "type": "esriFieldTypeString",
   "alias": "Framework District",
   "length": 255,
   "domain": null
  },
  {
   "name": "Shape",
   "type": "esriFieldTypeGeometry",
   "alias": "Shape",
   "domain": null
  },
  {
   "name": "FoscoreLink",
   "type": "esriFieldTypeString",
   "alias": "Foscore Link",
   "length": 255,
   "domain": null
  },
  {
   "name": "BIM360",
   "type": "esriFieldTypeString",
   "alias": "BIM 360",
   "length": 400,
   "domain": null
  },
  {
   "name": "buildingNumber",
   "type": "esriFieldTypeString",
   "alias": "building Number",
   "length": 255,
   "domain": null
  },
  {
   "name": "PhotoLink",
   "type": "esriFieldTypeString",
   "alias": "Photo Link",
   "length": 255,
   "domain": null
  },
  {
   "name": "AlsoKnownAs",
   "type": "esriFieldTypeString",
   "alias": "Also Known As",
   "length": 1200,
   "domain": null
  },
  {
   "name": "SchedulingAbbreviation",
   "type": "esriFieldTypeString",
   "alias": "Scheduling Abbreviation",
   "length": 10,
   "domain": null
  },
  {
   "name": "FormalName",
   "type": "esriFieldTypeString",
   "alias": "Formal Name",
   "length": 255,
   "domain": null
  },
  {
   "name": "Geography",
   "type": "esriFieldTypeString",
   "alias": "Geography",
   "length": 1000,
   "domain": null
  },
  {
   "name": "Latitude",
   "type": "esriFieldTypeString",
   "alias": "Latitude",
   "length": 1000,
   "domain": null
  },
  {
   "name": "Longitude",
   "type": "esriFieldTypeString",
   "alias": "Longitude",
   "length": 1000,
   "domain": null
  },
  {
   "name": "FCICompositeScore",
   "type": "esriFieldTypeDouble",
   "alias": "FCI Composite Score",
   "domain": null
  },
  {
   "name": "Acquisition_Date",
   "type": "esriFieldTypeString",
   "alias": "Acquisition Date",
   "length": 255,
   "domain": null
  },
  {
   "name": "Construction_Date",
   "type": "esriFieldTypeString",
   "alias": "Construction Date",
   "length": 255,
   "domain": null
  },
  {
   "name": "leasedAsLandlord",
   "type": "esriFieldTypeString",
   "alias": "Leased as Landlord",
   "length": 255,
   "domain": null
  },
  {
   "name": "FloorCount",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Floor Count",
   "domain": null
  }
 ],
 "geometryField": {
  "name": "Shape",
  "type": "esriFieldTypeGeometry",
  "alias": "Shape"
 },
 "indexes": [
  {
   "name": "FDO_OBJECTID",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "FDO_Shape",
   "fields": "Shape",
   "isAscending": true,
   "isUnique": false,
   "description": ""
  }
 ],
 "subtypes": [],
 "relationships": [],
 "canModifyLayer": true,
 "canScaleSymbols": false,
 "hasLabels": false,
 "capabilities": "Map,Query,Data",
 "maxRecordCount": 2000,
 "supportsStatistics": true,
 "supportsExceedsLimitStatistics": true,
 "supportsAdvancedQueries": true,
 "supportedQueryFormats": "JSON, geoJSON, PBF",
 "isDataVersioned": false,
 "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
 "useStandardizedQueries": true,
 "supportedSpatialRelationships": [
  "esriSpatialRelIntersects",
  "esriSpatialRelContains",
  "esriSpatialRelCrosses",
  "esriSpatialRelEnvelopeIntersects",
  "esriSpatialRelIndexIntersects",
  "esriSpatialRelOverlaps",
  "esriSpatialRelTouches",
  "esriSpatialRelWithin",
  "esriSpatialRelRelation"
 ],
 "advancedQueryCapabilities": {
  "useStandardizedQueries": true,
  "supportsStatistics": true,
  "supportsPercentileStatistics": true,
  "supportsHavingClause": true,
  "supportsOrderBy": true,
  "supportsDistinct": true,
  "supportsCountDistinct": true,
  "supportsPagination": true,
  "supportsLod": false,
  "supportsQueryWithLodSR": false,
  "supportsTrueCurve": true,
  "supportsQueryWithDatumTransformation": true,
  "supportsReturningQueryExtent": true,
  "supportsQueryWithDistance": true,
  "supportsSqlExpression": true,
  "supportsTimeRelation": true,
  "supportsSqlFormat": false,
  "supportsQueryAnalytic": false
 },
 "supportsDatumTransformation": true,
 "dateFieldsTimeReference": null,
 "preferredTimeReference": null,
 "datesInUnknownTimezone": false,
 "hasGeometryProperties": true,
 "geometryProperties": {
  "shapeAreaFieldName": "Shape_Area",
  "shapeLengthFieldName": "Shape_Length",
  "units": "esriMeters",
  "mapUnits": {"uwkid": 9001}
 },
 "hasMetadata": true,
 "isDataArchived": false,
 "archivingInfo": {
  "supportsQueryWithHistoricMoment": false,
  "startArchivingMoment": -1
 },
 "supportsCoordinatesQuantization": true,
 "supportsDynamicLegends": true,
 "serviceItemId": "ddfa9b1581d844feb3af4d6f23167cb5"
}