Services Directory Login
{
  "currentVersion" : 10.81,
  "id" : 32,
  "name" : "Facility Site Points_560 Bldgs",
  "type" : "Feature Layer",
  "description" : "Facility Site Point (building) labels.",
  "geometryType" : "esriGeometryPoint",
  "copyrightText" : "Esri",
  "parentLayer" : {
    "id" : 30,
    "name" : "560"
  },
  "subLayers" : [ ],
  "minScale" : 0,
  "maxScale" : 0,
  "drawingInfo" : {
    "renderer" : {
      "type" : "simple",
      "symbol" : {
        "type" : "esriSMS",
        "style" : "esriSMSCircle",
        "color" : [ 0, 0, 0, 0 ],
        "size" : 4,
        "angle" : 0,
        "xoffset" : 0,
        "yoffset" : 0,
        "outline" : {
          "color" : [ 0, 0, 0, 255 ],
          "width" : 1
        }
      },
      "label" : "",
      "description" : ""
    },
    "transparency" : 0,
    "labelingInfo" : [ {
      "labelPlacement" : "esriServerPointLabelPlacementCenterCenter",
      "where" : "\"NAME\" NOT IN ('Restroom') AND \"FEATURECODE\" <> 'Lake / Pond'",
      "labelExpression" : "[NAME]",
      "useCodedValues" : true,
      "symbol" : {
        "type" : "esriTS",
        "color" : [ 78, 78, 78, 255 ],
        "backgroundColor" : null,
        "borderLineColor" : null,
        "borderLineSize" : null,
        "verticalAlignment" : "baseline",
        "horizontalAlignment" : "left",
        "rightToLeft" : false,
        "angle" : 0,
        "xoffset" : 0,
        "yoffset" : 0,
        "kerning" : true,
        "haloColor" : null,
        "haloSize" : null,
        "font" : {
          "family" : "Arial",
          "size" : 12,
          "style" : "normal",
          "weight" : "bold",
          "decoration" : "none"
        }
      },
      "minScale" : 0,
      "maxScale" : 0
    } ]
  },
  "defaultVisibility" : false,
  "extent" : {
    "xmin" : -2.0037507067161843E7,
    "ymin" : -1.1757188448325213E7,
    "xmax" : 2.0037507067161843E7,
    "ymax" : 3.0240971958386205E7,
    "spatialReference" : {
      "wkid" : 102100,
      "latestWkid" : 3857
    }
  },
  "hasAttachments" : false,
  "htmlPopupType" : "esriServerHTMLPopupTypeAsHTMLText",
  "displayField" : "NAME",
  "typeIdField" : "SUBTYPEFIELD",
  "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" : "NAME",
    "type" : "esriFieldTypeString",
    "alias" : "Name of Facility",
    "length" : 255,
    "domain" : null
  }, {
    "name" : "OWNER",
    "type" : "esriFieldTypeString",
    "alias" : "Owner Name",
    "length" : 50,
    "domain" : null
  }, {
    "name" : "OWNTYPE",
    "type" : "esriFieldTypeString",
    "alias" : "Owner Type",
    "length" : 50,
    "domain" : null
  }, {
    "name" : "SUBTYPEFIELD",
    "type" : "esriFieldTypeInteger",
    "alias" : "Subtype Field",
    "domain" : null
  }, {
    "name" : "FEATURECODE",
    "type" : "esriFieldTypeString",
    "alias" : "Feature Code",
    "length" : 100,
    "domain" : null
  }, {
    "name" : "STATE",
    "type" : "esriFieldTypeString",
    "alias" : "State Name",
    "length" : 2,
    "domain" : null
  }, {
    "name" : "CAPTUREMETH",
    "type" : "esriFieldTypeString",
    "alias" : "Capture Method",
    "length" : 30,
    "domain" : null
  }, {
    "name" : "LOCATIONTYPE",
    "type" : "esriFieldTypeString",
    "alias" : "Location Type",
    "length" : 30,
    "domain" : null
  }, {
    "name" : "DESCRIPT",
    "type" : "esriFieldTypeString",
    "alias" : "Description",
    "length" : 254,
    "domain" : null
  }, {
    "name" : "LASTUPDATE",
    "type" : "esriFieldTypeDate",
    "alias" : "Last Update Date",
    "length" : 8,
    "domain" : null
  }, {
    "name" : "LASTEDITOR",
    "type" : "esriFieldTypeString",
    "alias" : "Last Editor",
    "length" : 50,
    "domain" : null
  }, {
    "name" : "FACAREA",
    "type" : "esriFieldTypeDouble",
    "alias" : "Facility Area",
    "domain" : null
  }, {
    "name" : "FULLADDR",
    "type" : "esriFieldTypeString",
    "alias" : "Full Address",
    "length" : 250,
    "domain" : null
  }, {
    "name" : "MUNICIPALITY",
    "type" : "esriFieldTypeString",
    "alias" : "Municipality Name",
    "length" : 100,
    "domain" : null
  } ],
  "types" : [ {
    "id" : 701,
    "name" : "Agriculture, Food, and Livestock",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Agriculture Food and Livestock FCode",
        "codedValues" : [ {
          "name" : "Agriculture or Livestock Structure",
          "code" : "Agriculture or Livestock Structure"
        }, {
          "name" : "Agricultural Experimental Station",
          "code" : "Agricultural Experimental Station"
        }, {
          "name" : "Food Industry Facility",
          "code" : "Food Industry Facility"
        }, {
          "name" : "Bakery (Regional)",
          "code" : "Bakery (Regional)"
        }, {
          "name" : "Beverage Bottling Plant",
          "code" : "Beverage Bottling Plant"
        }, {
          "name" : "Brewery / Distillery / Winery",
          "code" : "Brewery / Distillery / Winery"
        }, {
          "name" : "Cannery",
          "code" : "Cannery"
        }, {
          "name" : "Corral",
          "code" : "Corral"
        }, {
          "name" : "Dairy",
          "code" : "Dairy"
        }, {
          "name" : "Farm / Ranch",
          "code" : "Farm / Ranch"
        }, {
          "name" : "Feedlot",
          "code" : "Feedlot"
        }, {
          "name" : "Food Distribution Center",
          "code" : "Food Distribution Center"
        }, {
          "name" : "Fish Farm / Hatchery",
          "code" : "Fish Farm / Hatchery"
        }, {
          "name" : "Fish Ladder",
          "code" : "Fish Ladder"
        }, {
          "name" : "Grain Elevator",
          "code" : "Grain Elevator"
        }, {
          "name" : "Grain Mill",
          "code" : "Grain Mill"
        }, {
          "name" : "Greenhouse / Nursery",
          "code" : "Greenhouse / Nursery"
        }, {
          "name" : "Livestock Complex",
          "code" : "Livestock Complex"
        }, {
          "name" : "Meat Processing / Packaging Facility",
          "code" : "Meat Processing / Packaging Facility"
        }, {
          "name" : "Stockyard / Feedlot",
          "code" : "Stockyard / Feedlot"
        }, {
          "name" : "Veterinary Hospital / Clinic",
          "code" : "Veterinary Hospital / Clinic"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 710,
    "name" : "Industry",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Industry FCode",
        "codedValues" : [ {
          "name" : "Industrial Facility",
          "code" : "Industrial Facility"
        }, {
          "name" : "Chemical Facility",
          "code" : "Chemical Facility"
        }, {
          "name" : "Manufacturing Facility",
          "code" : "Manufacturing Facility"
        }, {
          "name" : "Aircraft Manufacturing Facility",
          "code" : "Aircraft Manufacturing Facility"
        }, {
          "name" : "Armament Manufacturing Facility",
          "code" : "Armament Manufacturing Facility"
        }, {
          "name" : "Automotive Manufacturing Facility",
          "code" : "Automotive Manufacturing Facility"
        }, {
          "name" : "Bus Services - Operations Garages",
          "code" : "Bus Services - Operations Garages"
        }, {
          "name" : "Durable / Non-Durable Goods Facility",
          "code" : "Durable / Non-Durable Goods Facility"
        }, {
          "name" : "Explosives Facility",
          "code" : "Explosives Facility"
        }, {
          "name" : "Fertilizer Facility",
          "code" : "Fertilizer Facility"
        }, {
          "name" : "Hazardous Materials Facility",
          "code" : "Hazardous Materials Facility"
        }, {
          "name" : "Hazardous Waste Facility",
          "code" : "Hazardous Waste Facility"
        }, {
          "name" : "Household Products Facility",
          "code" : "Household Products Facility"
        }, {
          "name" : "Landfill",
          "code" : "Landfill"
        }, {
          "name" : "Lumber Mill / Saw Mill",
          "code" : "Lumber Mill / Saw Mill"
        }, {
          "name" : "Maintenance Yard",
          "code" : "Maintenance Yard"
        }, {
          "name" : "Manufacturing Warehouse",
          "code" : "Manufacturing Warehouse"
        }, {
          "name" : "Mine",
          "code" : "Mine"
        }, {
          "name" : "Mine Waste Disposal Site",
          "code" : "Mine Waste Disposal Site"
        }, {
          "name" : "Mine Uranium Facility",
          "code" : "Mine Uranium Facility"
        }, {
          "name" : "Nuclear Weapons Facility",
          "code" : "Nuclear Weapons Facility"
        }, {
          "name" : "Ore Processing Facility",
          "code" : "Ore Processing Facility"
        }, {
          "name" : "Paper / Pulp Mill",
          "code" : "Paper / Pulp Mill"
        }, {
          "name" : "Pharmaceutical Plant",
          "code" : "Pharmaceutical Plant"
        }, {
          "name" : "Semiconductor and Microchip Facility",
          "code" : "Semiconductor and Microchip Facility"
        }, {
          "name" : "Shipyard",
          "code" : "Shipyard"
        }, {
          "name" : "Steel Plant",
          "code" : "Steel Plant"
        }, {
          "name" : "Superfund Site",
          "code" : "Superfund Site"
        }, {
          "name" : "Textile Plant",
          "code" : "Textile Plant"
        }, {
          "name" : "Trucking Firm",
          "code" : "Trucking Firm"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 720,
    "name" : "Commercial and Retail",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Commercial and Retail FCode",
        "codedValues" : [ {
          "name" : "Commercial or Retail Facility",
          "code" : "Commercial or Retail Facility"
        }, {
          "name" : "Corporate Headquarters",
          "code" : "Corporate Headquarters"
        }, {
          "name" : "Gas Station",
          "code" : "Gas Station"
        }, {
          "name" : "Grocery Store",
          "code" : "Grocery Store"
        }, {
          "name" : "Hotel / Motel",
          "code" : "Hotel / Motel"
        }, {
          "name" : "Restaurant / Eating Establishment",
          "code" : "Restaurant / Eating Establishment"
        }, {
          "name" : "Shopping Mall / Complex",
          "code" : "Shopping Mall / Complex"
        }, {
          "name" : "Warehouse (Retail / Wholesale)",
          "code" : "Warehouse (Retail / Wholesale)"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 730,
    "name" : "Education",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Education FCode",
        "codedValues" : [ {
          "name" : "Education Facility",
          "code" : "Education Facility"
        }, {
          "name" : "School",
          "code" : "School"
        }, {
          "name" : "School: Elementary",
          "code" : "School: Elementary"
        }, {
          "name" : "School: Middle School",
          "code" : "School: Middle School"
        }, {
          "name" : "School: High School",
          "code" : "School: High School"
        }, {
          "name" : "College / University",
          "code" : "College / University"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 740,
    "name" : "Emergency Response and Law Enforcement",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Emergency Response and Law Enforcement FCode",
        "codedValues" : [ {
          "name" : "Emergency Response or Law Enforcement Facility",
          "code" : "Emergency Response or Law Enforcement Facility"
        }, {
          "name" : "Ambulance Service",
          "code" : "Ambulance Service"
        }, {
          "name" : "American Red Cross Facility",
          "code" : "American Red Cross Facility"
        }, {
          "name" : "Border Patrol",
          "code" : "Border Patrol"
        }, {
          "name" : "Bureau of Alcohol, Tobacco, and Firearms",
          "code" : "Bureau of Alcohol, Tobacco, and Firearms"
        }, {
          "name" : "Civil Defense",
          "code" : "Civil Defense"
        }, {
          "name" : "Coast Guard",
          "code" : "Coast Guard"
        }, {
          "name" : "Customs Service",
          "code" : "Customs Service"
        }, {
          "name" : "Department of Justice",
          "code" : "Department of Justice"
        }, {
          "name" : "Drug Enforcement Agency",
          "code" : "Drug Enforcement Agency"
        }, {
          "name" : "Emergency Response Facility",
          "code" : "Emergency Response Facility"
        }, {
          "name" : "Federal Bureau of Investigation",
          "code" : "Federal Bureau of Investigation"
        }, {
          "name" : "Federal Emergency Management Agency",
          "code" : "Federal Emergency Management Agency"
        }, {
          "name" : "Fire Equipment Manufacturer",
          "code" : "Fire Equipment Manufacturer"
        }, {
          "name" : "Fire Hydrant",
          "code" : "Fire Hydrant"
        }, {
          "name" : "Fire Station / EMS Station",
          "code" : "Fire Station / EMS Station"
        }, {
          "name" : "Fire Training Facility / Academy",
          "code" : "Fire Training Facility / Academy"
        }, {
          "name" : "Immigration and Naturalization Service",
          "code" : "Immigration and Naturalization Service"
        }, {
          "name" : "Marshal Service",
          "code" : "Marshal Service"
        }, {
          "name" : "Law Enforcement",
          "code" : "Law Enforcement"
        }, {
          "name" : "Prison / Correctional Facility",
          "code" : "Prison / Correctional Facility"
        }, {
          "name" : "Public Safety Office",
          "code" : "Public Safety Office"
        }, {
          "name" : "Search and Rescue Office / Facility",
          "code" : "Search and Rescue Office / Facility"
        }, {
          "name" : "Secret Service",
          "code" : "Secret Service"
        }, {
          "name" : "Transportation Safety Board",
          "code" : "Transportation Safety Board"
        }, {
          "name" : "Office of Emergency Management",
          "code" : "Office of Emergency Management"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 750,
    "name" : "Energy",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Energy FCode",
        "codedValues" : [ {
          "name" : "Energy Facility",
          "code" : "Energy Facility"
        }, {
          "name" : "Energy Distribution Control Facility",
          "code" : "Energy Distribution Control Facility"
        }, {
          "name" : "Natural Gas Facility",
          "code" : "Natural Gas Facility"
        }, {
          "name" : "Nuclear Fuel Plant",
          "code" : "Nuclear Fuel Plant"
        }, {
          "name" : "Nuclear Research Facility",
          "code" : "Nuclear Research Facility"
        }, {
          "name" : "Nuclear Waste Processing / Storage Facility",
          "code" : "Nuclear Waste Processing / Storage Facility"
        }, {
          "name" : "Nuclear Weapons Plant",
          "code" : "Nuclear Weapons Plant"
        }, {
          "name" : "Oil / Gas Facility",
          "code" : "Oil / Gas Facility"
        }, {
          "name" : "Oil / Gas Well or Field",
          "code" : "Oil / Gas Well or Field"
        }, {
          "name" : "Oil / Gas Extraction or Injection Well",
          "code" : "Oil / Gas Extraction or Injection Well"
        }, {
          "name" : "Oil / Gas Pumping Station",
          "code" : "Oil / Gas Pumping Station"
        }, {
          "name" : "Oil / Gas Refinery",
          "code" : "Oil / Gas Refinery"
        }, {
          "name" : "Oil / Gas Processing Plant",
          "code" : "Oil / Gas Processing Plant"
        }, {
          "name" : "Oil / Gas Storage Facility / Tank Farm",
          "code" : "Oil / Gas Storage Facility / Tank Farm"
        }, {
          "name" : "POL Storage Tank",
          "code" : "POL Storage Tank"
        }, {
          "name" : "Strategic Petroleum Reserve",
          "code" : "Strategic Petroleum Reserve"
        }, {
          "name" : "Electric Facility",
          "code" : "Electric Facility"
        }, {
          "name" : "Hydroelectric Facility",
          "code" : "Hydroelectric Facility"
        }, {
          "name" : "Nuclear Facility",
          "code" : "Nuclear Facility"
        }, {
          "name" : "Solar Facility",
          "code" : "Solar Facility"
        }, {
          "name" : "Substation",
          "code" : "Substation"
        }, {
          "name" : "Coal Facility",
          "code" : "Coal Facility"
        }, {
          "name" : "Wind Facility",
          "code" : "Wind Facility"
        }, {
          "name" : "Waste / Biomass Facility",
          "code" : "Waste / Biomass Facility"
        }, {
          "name" : "Tidal Facility",
          "code" : "Tidal Facility"
        }, {
          "name" : "Geothermal Facility",
          "code" : "Geothermal Facility"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 760,
    "name" : "Banking and Finance",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Banking and Finance FCode",
        "codedValues" : [ {
          "name" : "Banking or Finance Facility",
          "code" : "Banking or Finance Facility"
        }, {
          "name" : "Bank",
          "code" : "Bank"
        }, {
          "name" : "Bullion Repository",
          "code" : "Bullion Repository"
        }, {
          "name" : "Check Clearing Center",
          "code" : "Check Clearing Center"
        }, {
          "name" : "Commodities Exchange",
          "code" : "Commodities Exchange"
        }, {
          "name" : "Federal Reserve Bank / Branch",
          "code" : "Federal Reserve Bank / Branch"
        }, {
          "name" : "Financial Processing Center",
          "code" : "Financial Processing Center"
        }, {
          "name" : "Financial Services Company",
          "code" : "Financial Services Company"
        }, {
          "name" : "Investment / Brokerage Center",
          "code" : "Investment / Brokerage Center"
        }, {
          "name" : "Insurance and Finance Center",
          "code" : "Insurance and Finance Center"
        }, {
          "name" : "Stock Exchange",
          "code" : "Stock Exchange"
        }, {
          "name" : "US Mint / Bureau of Engraving and Printing",
          "code" : "US Mint / Bureau of Engraving and Printing"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 780,
    "name" : "Mail and Shipping",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Mail and Shipping FCode",
        "codedValues" : [ {
          "name" : "Mail or Shipping Facility",
          "code" : "Mail or Shipping Facility"
        }, {
          "name" : "Air Shipping Hub",
          "code" : "Air Shipping Hub"
        }, {
          "name" : "Bulk Mail Center",
          "code" : "Bulk Mail Center"
        }, {
          "name" : "Post Office",
          "code" : "Post Office"
        }, {
          "name" : "Private and Express Shipping Facility",
          "code" : "Private and Express Shipping Facility"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 790,
    "name" : "Building General",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Building General FCode",
        "codedValues" : [ {
          "name" : "Building General",
          "code" : "Building General"
        }, {
          "name" : "Mobile Home Park",
          "code" : "Mobile Home Park"
        }, {
          "name" : "Multi-Family Dwelling",
          "code" : "Multi-Family Dwelling"
        }, {
          "name" : "Single-Family Dwelling",
          "code" : "Single-Family Dwelling"
        }, {
          "name" : "Institutional Residence / Dorm / Barracks",
          "code" : "Institutional Residence / Dorm / Barracks"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 800,
    "name" : "Health and Medical",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Health and Medical FCode",
        "codedValues" : [ {
          "name" : "Health or Medical Facility",
          "code" : "Health or Medical Facility"
        }, {
          "name" : "Blood Bank",
          "code" : "Blood Bank"
        }, {
          "name" : "Center for Disease Control Office",
          "code" : "Center for Disease Control Office"
        }, {
          "name" : "Day Care Facility",
          "code" : "Day Care Facility"
        }, {
          "name" : "Diagnostic Laboratory",
          "code" : "Diagnostic Laboratory"
        }, {
          "name" : "Homeless Shelter",
          "code" : "Homeless Shelter"
        }, {
          "name" : "Hospital / Medical Center",
          "code" : "Hospital / Medical Center"
        }, {
          "name" : "Medical Research Laboratory",
          "code" : "Medical Research Laboratory"
        }, {
          "name" : "Medical Stockpile Facility",
          "code" : "Medical Stockpile Facility"
        }, {
          "name" : "Morgue",
          "code" : "Morgue"
        }, {
          "name" : "Mortuary / Crematory",
          "code" : "Mortuary / Crematory"
        }, {
          "name" : "Nursing Home / Long Term Care",
          "code" : "Nursing Home / Long Term Care"
        }, {
          "name" : "Outpatient Clinic",
          "code" : "Outpatient Clinic"
        }, {
          "name" : "Pharmacy",
          "code" : "Pharmacy"
        }, {
          "name" : "Public Health Office",
          "code" : "Public Health Office"
        }, {
          "name" : "Rehabilitation Center",
          "code" : "Rehabilitation Center"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 810,
    "name" : "Transportation Facilities",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Transportation Facilities FCode",
        "codedValues" : [ {
          "name" : "Transportation Facility",
          "code" : "Transportation Facility"
        }, {
          "name" : "Airport Terminal",
          "code" : "Airport Terminal"
        }, {
          "name" : "Air Support / Maintenance Facility",
          "code" : "Air Support / Maintenance Facility"
        }, {
          "name" : "Air Traffic Control Center / Command Center",
          "code" : "Air Traffic Control Center / Command Center"
        }, {
          "name" : "Boat Ramp / Dock",
          "code" : "Boat Ramp / Dock"
        }, {
          "name" : "Bridge",
          "code" : "Bridge"
        }, {
          "name" : "Bridge: Light Rail / Subway",
          "code" : "Bridge: Light Rail / Subway"
        }, {
          "name" : "Bridge: Railroad",
          "code" : "Bridge: Railroad"
        }, {
          "name" : "Bridge: Road",
          "code" : "Bridge: Road"
        }, {
          "name" : "Border Crossing / Port of Entry",
          "code" : "Border Crossing / Port of Entry"
        }, {
          "name" : "Bus Station / Dispatch Facility",
          "code" : "Bus Station / Dispatch Facility"
        }, {
          "name" : "Ferry Terminal / Dispatch Facility",
          "code" : "Ferry Terminal / Dispatch Facility"
        }, {
          "name" : "Harbor / Marina",
          "code" : "Harbor / Marina"
        }, {
          "name" : "Helipad / Heliport / Helispot",
          "code" : "Helipad / Heliport / Helispot"
        }, {
          "name" : "Launch Facility",
          "code" : "Launch Facility"
        }, {
          "name" : "Launch Pad",
          "code" : "Launch Pad"
        }, {
          "name" : "Light Rail Power Substation",
          "code" : "Light Rail Power Substation"
        }, {
          "name" : "Light Rail Station",
          "code" : "Light Rail Station"
        }, {
          "name" : "Park and Ride / Commuter Lot",
          "code" : "Park and Ride / Commuter Lot"
        }, {
          "name" : "Parking Lot Structure / Garage",
          "code" : "Parking Lot Structure / Garage"
        }, {
          "name" : "Pier / Wharf / Quay / Mole",
          "code" : "Pier / Wharf / Quay / Mole"
        }, {
          "name" : "Port Facility",
          "code" : "Port Facility"
        }, {
          "name" : "Port Facility: Commercial Port",
          "code" : "Port Facility: Commercial Port"
        }, {
          "name" : "Port Facility: Crane",
          "code" : "Port Facility: Crane"
        }, {
          "name" : "Port Facility: Maintenance and Fuel Facility",
          "code" : "Port Facility: Maintenance and Fuel Facility"
        }, {
          "name" : "Port Facility: Modal Transfer Facility",
          "code" : "Port Facility: Modal Transfer Facility"
        }, {
          "name" : "Port Facility: Passenger Terminal",
          "code" : "Port Facility: Passenger Terminal"
        }, {
          "name" : "Port Facility: Warehouse Storage / Container Yard",
          "code" : "Port Facility: Warehouse Storage / Container Yard"
        }, {
          "name" : "Railroad Facility",
          "code" : "Railroad Facility"
        }, {
          "name" : "Railroad Command / Control Facility",
          "code" : "Railroad Command / Control Facility"
        }, {
          "name" : "Railroad Freight Loading Facility",
          "code" : "Railroad Freight Loading Facility"
        }, {
          "name" : "Railroad Maintenance / Fuel Facility",
          "code" : "Railroad Maintenance / Fuel Facility"
        }, {
          "name" : "Railroad Roundhouse / Turntable",
          "code" : "Railroad Roundhouse / Turntable"
        }, {
          "name" : "Railroad Station",
          "code" : "Railroad Station"
        }, {
          "name" : "Railroad Yard",
          "code" : "Railroad Yard"
        }, {
          "name" : "Rest Stop / Roadside Park",
          "code" : "Rest Stop / Roadside Park"
        }, {
          "name" : "Seaplane Anchorage / Base",
          "code" : "Seaplane Anchorage / Base"
        }, {
          "name" : "Snowshed",
          "code" : "Snowshed"
        }, {
          "name" : "Subway Station",
          "code" : "Subway Station"
        }, {
          "name" : "Toll Booth / Plaza",
          "code" : "Toll Booth / Plaza"
        }, {
          "name" : "Truck Stop",
          "code" : "Truck Stop"
        }, {
          "name" : "Tunnel",
          "code" : "Tunnel"
        }, {
          "name" : "Tunnel: Light Rail / Subway",
          "code" : "Tunnel: Light Rail / Subway"
        }, {
          "name" : "Tunnel: Road",
          "code" : "Tunnel: Road"
        }, {
          "name" : "Tunnel: Railroad",
          "code" : "Tunnel: Railroad"
        }, {
          "name" : "Weigh Station / Inspection Station",
          "code" : "Weigh Station / Inspection Station"
        }, {
          "name" : "Airport Runway / Airfield",
          "code" : "Airport Runway / Airfield"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 820,
    "name" : "Public Attractions and Landmark Buildings",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Public Attractions and Landmark Structures FCode",
        "codedValues" : [ {
          "name" : "Public Attraction or Landmark Building",
          "code" : "Public Attraction or Landmark Building"
        }, {
          "name" : "Amusement / Water Park",
          "code" : "Amusement / Water Park"
        }, {
          "name" : "Arboretum / Botanical Garden",
          "code" : "Arboretum / Botanical Garden"
        }, {
          "name" : "Auditorium / Concert Hall / Theater / Opera House",
          "code" : "Auditorium / Concert Hall / Theater / Opera House"
        }, {
          "name" : "Campground",
          "code" : "Campground"
        }, {
          "name" : "Casino",
          "code" : "Casino"
        }, {
          "name" : "Cemetery",
          "code" : "Cemetery"
        }, {
          "name" : "Community / Recreation Center",
          "code" : "Community / Recreation Center"
        }, {
          "name" : "Convention Center",
          "code" : "Convention Center"
        }, {
          "name" : "Fair / Exhibition / Rodeo Grounds",
          "code" : "Fair / Exhibition / Rodeo Grounds"
        }, {
          "name" : "Golf Course",
          "code" : "Golf Course"
        }, {
          "name" : "Historic Site / Point of Interest",
          "code" : "Historic Site / Point of Interest"
        }, {
          "name" : "House of Worship",
          "code" : "House of Worship"
        }, {
          "name" : "Ice Arena",
          "code" : "Ice Arena"
        }, {
          "name" : "Library",
          "code" : "Library"
        }, {
          "name" : "Lighthouse / Light",
          "code" : "Lighthouse / Light"
        }, {
          "name" : "Lookout Tower",
          "code" : "Lookout Tower"
        }, {
          "name" : "Marina",
          "code" : "Marina"
        }, {
          "name" : "Museum",
          "code" : "Museum"
        }, {
          "name" : "National Symbol / Monument",
          "code" : "National Symbol / Monument"
        }, {
          "name" : "Observatory",
          "code" : "Observatory"
        }, {
          "name" : "Outdoor Theater / Amphitheater",
          "code" : "Outdoor Theater / Amphitheater"
        }, {
          "name" : "Picnic Area",
          "code" : "Picnic Area"
        }, {
          "name" : "Racetrack / Dragstrip",
          "code" : "Racetrack / Dragstrip"
        }, {
          "name" : "Ski Area / Ski Resort",
          "code" : "Ski Area / Ski Resort"
        }, {
          "name" : "Sports Arena / Stadium",
          "code" : "Sports Arena / Stadium"
        }, {
          "name" : "Trailhead",
          "code" : "Trailhead"
        }, {
          "name" : "Visitor / Information Center",
          "code" : "Visitor / Information Center"
        }, {
          "name" : "Zoo",
          "code" : "Zoo"
        }, {
          "name" : "Park",
          "code" : "Park"
        }, {
          "name" : "Public Pool",
          "code" : "Public Pool"
        }, {
          "name" : "Lake / Pond",
          "code" : "Lake / Pond"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 830,
    "name" : "Government and Military",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Government and Military FCode",
        "codedValues" : [ {
          "name" : "Government or Military Facility",
          "code" : "Government or Military Facility"
        }, {
          "name" : "Bureau of Land Management Facility",
          "code" : "Bureau of Land Management Facility"
        }, {
          "name" : "US Capitol",
          "code" : "US Capitol"
        }, {
          "name" : "State Capitol",
          "code" : "State Capitol"
        }, {
          "name" : "US Supreme Court",
          "code" : "US Supreme Court"
        }, {
          "name" : "State Supreme Court",
          "code" : "State Supreme Court"
        }, {
          "name" : "Court House",
          "code" : "Court House"
        }, {
          "name" : "Critical Federal Contractor Facility",
          "code" : "Critical Federal Contractor Facility"
        }, {
          "name" : "Department of Energy Facility",
          "code" : "Department of Energy Facility"
        }, {
          "name" : "Department of State Facility",
          "code" : "Department of State Facility"
        }, {
          "name" : "Deparment of Motor Vehicle Facility",
          "code" : "Deparment of Motor Vehicle Facility"
        }, {
          "name" : "DoD / Military Facility",
          "code" : "DoD / Military Facility"
        }, {
          "name" : "Governor Residence",
          "code" : "Governor Residence"
        }, {
          "name" : "Intelligence Facility",
          "code" : "Intelligence Facility"
        }, {
          "name" : "County Government Facility",
          "code" : "County Government Facility"
        }, {
          "name" : "NASA Facility",
          "code" : "NASA Facility"
        }, {
          "name" : "National Guard Armory / Base",
          "code" : "National Guard Armory / Base"
        }, {
          "name" : "National Park Service Facility",
          "code" : "National Park Service Facility"
        }, {
          "name" : "State Government Facility",
          "code" : "State Government Facility"
        }, {
          "name" : "Tribal Government Facility",
          "code" : "Tribal Government Facility"
        }, {
          "name" : "US Forest Service Facility",
          "code" : "US Forest Service Facility"
        }, {
          "name" : "US Government Facility",
          "code" : "US Government Facility"
        }, {
          "name" : "White House",
          "code" : "White House"
        }, {
          "name" : "Department of Public Works",
          "code" : "Department of Public Works"
        }, {
          "name" : "Municipal Government Facility",
          "code" : "Municipal Government Facility"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 840,
    "name" : "Weather",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Weather FCode",
        "codedValues" : [ {
          "name" : "Weather Facility or Structure",
          "code" : "Weather Facility or Structure"
        }, {
          "name" : "Warning Center",
          "code" : "Warning Center"
        }, {
          "name" : "Weather Data Center",
          "code" : "Weather Data Center"
        }, {
          "name" : "Weather Forecast Office",
          "code" : "Weather Forecast Office"
        }, {
          "name" : "Weather Radar Site",
          "code" : "Weather Radar Site"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 850,
    "name" : "Water Supply and Treatment",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Water Supply and Treatment FCode",
        "codedValues" : [ {
          "name" : "Water Supply or Treatment Facility",
          "code" : "Water Supply or Treatment Facility"
        }, {
          "name" : "Potable Water Facility",
          "code" : "Potable Water Facility"
        }, {
          "name" : "Public Water Supply Intake",
          "code" : "Public Water Supply Intake"
        }, {
          "name" : "Public Water Supply Well",
          "code" : "Public Water Supply Well"
        }, {
          "name" : "Wastewater Treatment Plant",
          "code" : "Wastewater Treatment Plant"
        }, {
          "name" : "Water Pumping Station",
          "code" : "Water Pumping Station"
        }, {
          "name" : "Water System Control Facility",
          "code" : "Water System Control Facility"
        }, {
          "name" : "Water Tank",
          "code" : "Water Tank"
        }, {
          "name" : "Water Tower",
          "code" : "Water Tower"
        }, {
          "name" : "Water Treatment Facility",
          "code" : "Water Treatment Facility"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  }, {
    "id" : 880,
    "name" : "Information and Communication",
    "domains" : {
      "OWNTYPE" : {
        "type" : "codedValue",
        "name" : "OwnerType",
        "codedValues" : [ {
          "name" : "Municipal",
          "code" : "Municipal"
        }, {
          "name" : "County",
          "code" : "County"
        }, {
          "name" : "Regional",
          "code" : "Regional"
        }, {
          "name" : "State",
          "code" : "State"
        }, {
          "name" : "Federal",
          "code" : "Federal"
        }, {
          "name" : "International",
          "code" : "International"
        }, {
          "name" : "Tribal",
          "code" : "Tribal"
        }, {
          "name" : "Private",
          "code" : "Private"
        }, {
          "name" : "Non Profit",
          "code" : "Non Profit"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      },
      "FEATURECODE" : {
        "type" : "codedValue",
        "name" : "Information and Communication FCode",
        "codedValues" : [ {
          "name" : "Information or Communication Facility",
          "code" : "Information or Communication Facility"
        }, {
          "name" : "Communication Tower",
          "code" : "Communication Tower"
        }, {
          "name" : "Data Center",
          "code" : "Data Center"
        }, {
          "name" : "Internet DNS Location / Other Node",
          "code" : "Internet DNS Location / Other Node"
        }, {
          "name" : "Internet Metro Area Exchange / Hub",
          "code" : "Internet Metro Area Exchange / Hub"
        }, {
          "name" : "Internet Service Provider",
          "code" : "Internet Service Provider"
        }, {
          "name" : "Radio / TV Broadcast Facility",
          "code" : "Radio / TV Broadcast Facility"
        }, {
          "name" : "Satellite Ground Station",
          "code" : "Satellite Ground Station"
        }, {
          "name" : "Telephone Facility",
          "code" : "Telephone Facility"
        } ]
      },
      "CAPTUREMETH" : {
        "type" : "codedValue",
        "name" : "PointCollectionMethod",
        "codedValues" : [ {
          "name" : "Geocoded",
          "code" : "Geocoded"
        }, {
          "name" : "GPS",
          "code" : "GPS"
        }, {
          "name" : "Site Visit",
          "code" : "Site Visit"
        }, {
          "name" : "Placed on Map",
          "code" : "Placed on Map"
        }, {
          "name" : "Other",
          "code" : "Other"
        } ]
      },
      "LOCATIONTYPE" : {
        "type" : "codedValue",
        "name" : "SiteAddressLocation",
        "codedValues" : [ {
          "name" : "Building",
          "code" : "Building"
        }, {
          "name" : "Parcel",
          "code" : "Parcel"
        }, {
          "name" : "Unit, Condo, Office or Suite",
          "code" : "Unit, Condo, Office or Suite"
        }, {
          "name" : "Utility Asset",
          "code" : "Utility Asset"
        }, {
          "name" : "Other",
          "code" : "Other"
        }, {
          "name" : "Unknown",
          "code" : "Unknown"
        } ]
      }
    }
  } ],
  "relationships" : [ ],
  "canModifyLayer" : false,
  "canScaleSymbols" : false,
  "hasLabels" : true,
  "capabilities" : "Map",
  "maxRecordCount" : 1000,
  "supportsStatistics" : true,
  "supportsAdvancedQueries" : true,
  "supportedQueryFormats" : "JSON, AMF",
  "effectiveMinScale" : 750,
  "effectiveMaxScale" : 351,
  "ownershipBasedAccessControlForFeatures" : {
    "allowOthersToQuery" : true
  },
  "advancedQueryCapabilities" : {
    "useStandardizedQueries" : false,
    "supportsStatistics" : true,
    "supportsOrderBy" : true,
    "supportsDistinct" : true,
    "supportsPagination" : true,
    "supportsTrueCurve" : true,
    "supportsReturningQueryExtent" : true,
    "supportsQueryWithDistance" : true
  },
  "dateFieldsTimeReference" : null
}