{
 "layers": [
  {
   "currentVersion": 11.3,
   "cimVersion": "3.3.0",
   "id": 0,
   "name": "Park Polygons",
   "type": "Feature Layer",
   "description": "Polygon coverage of the Parks",
   "geometryType": "esriGeometryPolygon",
   "sourceSpatialReference": {
    "wkid": 102659,
    "latestWkid": 2237,
    "xyTolerance": 0.0032808333333333335,
    "zTolerance": 0.001,
    "mTolerance": 0.001,
    "falseX": -17791300,
    "falseY": -41645400,
    "xyUnits": 3048.0060960121914,
    "falseZ": 0,
    "zUnits": 1,
    "falseM": 0,
    "mUnits": 1
   },
   "copyrightText": "City of Tampa:  GIS",
   "parentLayer": null,
   "subLayers": [],
   "minScale": 0,
   "maxScale": 0,
   "referenceScale": 0.0,
   "drawingInfo": {
    "renderer": {
     "type": "simple",
     "symbol": {
      "type": "esriSFS",
      "style": "esriSFSSolid",
      "color": [
       199,
       215,
       158,
       255
      ],
      "outline": {
       "type": "esriSLS",
       "style": "esriSLSSolid",
       "color": [
        112,
        168,
        0,
        255
       ],
       "width": 0.6
      }
     }
    },
    "scaleSymbols": true,
    "transparency": 0,
    "labelingInfo": null
   },
   "defaultVisibility": true,
   "extent": {
    "xmin": -9197316.109153178,
    "ymin": 3228857.1617631325,
    "xmax": -9164328.722218415,
    "ymax": 3266787.3087887033,
    "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": "PARKNAME",
   "typeIdField": "SUBTYPE",
   "subtypeFieldName": "SUBTYPE",
   "subtypeField": "SUBTYPE",
   "defaultSubtypeCode": 820,
   "fields": [
    {
     "name": "OBJECTID",
     "type": "esriFieldTypeOID",
     "alias": "OBJECTID",
     "domain": null
    },
    {
     "name": "FACILITYID",
     "type": "esriFieldTypeString",
     "alias": "Facility Identifier",
     "length": 50,
     "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": "Shape",
     "type": "esriFieldTypeGeometry",
     "alias": "SHAPE",
     "domain": null
    },
    {
     "name": "Shape.STArea()",
     "type": "esriFieldTypeDouble",
     "alias": "Shape.STArea()",
     "domain": null
    },
    {
     "name": "Shape.STLength()",
     "type": "esriFieldTypeDouble",
     "alias": "SHAPE.STLength()",
     "domain": null
    },
    {
     "name": "GlobalID",
     "type": "esriFieldTypeGlobalID",
     "alias": "GlobalID",
     "length": 38,
     "domain": null
    },
    {
     "name": "WEBSITE",
     "type": "esriFieldTypeString",
     "alias": "Website",
     "length": 254,
     "domain": null
    },
    {
     "name": "PARKNAME",
     "type": "esriFieldTypeString",
     "alias": "Park Name",
     "length": 255,
     "domain": null
    },
    {
     "name": "PARKTYPE",
     "type": "esriFieldTypeString",
     "alias": "Park Type",
     "length": 50,
     "domain": null
    },
    {
     "name": "SITADDR",
     "type": "esriFieldTypeString",
     "alias": "Address",
     "length": 75,
     "domain": null
    },
    {
     "name": "OWNER",
     "type": "esriFieldTypeString",
     "alias": "Owner",
     "length": 50,
     "domain": null
    },
    {
     "name": "OWNERTYPE",
     "type": "esriFieldTypeString",
     "alias": "Owner Type",
     "length": 50,
     "domain": null
    },
    {
     "name": "FEATURECODE",
     "type": "esriFieldTypeString",
     "alias": "Feature Code",
     "length": 100,
     "domain": null
    },
    {
     "name": "SUBTYPE",
     "type": "esriFieldTypeInteger",
     "alias": "Subtype",
     "domain": null
    },
    {
     "name": "DEPTACRES",
     "type": "esriFieldTypeDouble",
     "alias": "Department Acres",
     "domain": null
    },
    {
     "name": "ACRES",
     "type": "esriFieldTypeDouble",
     "alias": "Total Acres",
     "domain": null
    },
    {
     "name": "DESCRIPTION",
     "type": "esriFieldTypeString",
     "alias": "Description",
     "length": 254,
     "domain": null
    },
    {
     "name": "PUBLIC_",
     "type": "esriFieldTypeString",
     "alias": "Public",
     "length": 3,
     "domain": null
    },
    {
     "name": "COMMENTS",
     "type": "esriFieldTypeString",
     "alias": "Comments",
     "length": 255,
     "domain": null
    },
    {
     "name": "DEDPARK",
     "type": "esriFieldTypeString",
     "alias": "Dedicated Park",
     "length": 5,
     "domain": {
      "type": "codedValue",
      "name": "YesNo",
      "description": "A yes/no indicator",
      "codedValues": [
       {
        "name": "Yes",
        "code": "Yes"
       },
       {
        "name": "No",
        "code": "No"
       }
      ],
      "mergePolicy": "esriMPTDefaultValue",
      "splitPolicy": "esriSPTDefaultValue"
     }
    }
   ],
   "geometryField": {
    "name": "Shape",
    "type": "esriFieldTypeGeometry",
    "alias": "SHAPE"
   },
   "indexes": [
    {
     "name": "R32331_pk",
     "fields": "OBJECTID",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    },
    {
     "name": "UUID_32331",
     "fields": "GlobalID",
     "isAscending": true,
     "isUnique": false,
     "description": ""
    },
    {
     "name": "S19388_idx",
     "fields": "Shape",
     "isAscending": true,
     "isUnique": true,
     "description": ""
    }
   ],
   "types": [
    {
     "domains": {
      "OWNERTYPE": {
       "type": "codedValue",
       "name": "OwnerType",
       "description": "The type of owner",
       "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"
        }
       ],
       "mergePolicy": "esriMPTDefaultValue",
       "splitPolicy": "esriSPTDuplicate"
      },
      "FEATURECODE": {
       "type": "codedValue",
       "name": "Public Attractions and Landmark Structures FCode",
       "description": "The type of public attraction or landmark",
       "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": "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": "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"
        },
        {
         "name": "Beach",
         "code": "Beach"
        },
        {
         "name": "Marina / Seaplane Basin",
         "code": "Marina / Seaplane Basin"
        },
        {
         "name": "Museum / Cultural",
         "code": "Museum / Cultural"
        },
        {
         "name": "Trail / Trailhead",
         "code": "Trail / Trailhead"
        },
        {
         "name": "Playground",
         "code": "Playground"
        },
        {
         "name": "Sports Complex / Ball Fields",
         "code": "Sports Complex / Ball Fields"
        }
       ],
       "mergePolicy": "esriMPTDefaultValue",
       "splitPolicy": "esriSPTDefaultValue"
      }
     },
     "id": 820,
     "name": "Public Attractions and Landmark Buildings"
    }
   ],
   "subtypes": [
    {
     "domains": {
      "OWNERTYPE": {
       "type": "codedValue",
       "name": "OwnerType",
       "description": "The type of owner",
       "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"
        }
       ],
       "mergePolicy": "esriMPTDefaultValue",
       "splitPolicy": "esriSPTDuplicate"
      },
      "FEATURECODE": {
       "type": "codedValue",
       "name": "Public Attractions and Landmark Structures FCode",
       "description": "The type of public attraction or landmark",
       "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": "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": "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"
        },
        {
         "name": "Beach",
         "code": "Beach"
        },
        {
         "name": "Marina / Seaplane Basin",
         "code": "Marina / Seaplane Basin"
        },
        {
         "name": "Museum / Cultural",
         "code": "Museum / Cultural"
        },
        {
         "name": "Trail / Trailhead",
         "code": "Trail / Trailhead"
        },
        {
         "name": "Playground",
         "code": "Playground"
        },
        {
         "name": "Sports Complex / Ball Fields",
         "code": "Sports Complex / Ball Fields"
        }
       ],
       "mergePolicy": "esriMPTDefaultValue",
       "splitPolicy": "esriSPTDefaultValue"
      }
     },
     "defaultValues": {
      "FACILITYID": null,
      "PARKNAME": null,
      "PARKTYPE": null,
      "SITADDR": null,
      "OWNER": null,
      "OWNERTYPE": null,
      "FEATURECODE": null,
      "SUBTYPE": null,
      "DEPTACRES": null,
      "ACRES": null,
      "DESCRIPTION": null,
      "PUBLIC_": null,
      "LASTUPDATE": null,
      "LASTEDITOR": null,
      "WEBSITE": null,
      "COMMENTS": null,
      "GlobalID": null,
      "DEDPARK": null
     },
     "code": 820,
     "name": "Public Attractions and Landmark Buildings"
    }
   ],
   "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,
    "supportsAdvancedQueryRelated": true,
    "supportsQueryRelatedPagination": true,
    "supportsPagination": true,
    "supportsLod": false,
    "supportsQueryWithLodSR": false,
    "supportsTrueCurve": true,
    "supportsQueryWithDatumTransformation": true,
    "supportsReturningQueryExtent": true,
    "supportsQueryWithDistance": true,
    "supportsSqlExpression": true,
    "supportsTimeRelation": true,
    "supportsSqlFormat": false,
    "supportsQueryAnalytic": true,
    "supportsCurrentUserQueries": true
   },
   "supportsDatumTransformation": true,
   "advancedQueryAnalyticCapabilities": {
    "supportsLinearRegression": true,
    "supportsAsync": false,
    "supportsPercentileAnalytic": true
   },
   "dateFieldsTimeReference": null,
   "preferredTimeReference": null,
   "datesInUnknownTimezone": false,
   "hasGeometryProperties": true,
   "geometryProperties": {
    "shapeAreaFieldName": "Shape.STArea()",
    "shapeLengthFieldName": "Shape.STLength()",
    "units": "esriFeet",
    "mapUnits": {"uwkid": 9003}
   },
   "hasMetadata": true,
   "isDataArchived": false,
   "archivingInfo": {
    "supportsQueryWithHistoricMoment": false,
    "startArchivingMoment": -1
   },
   "supportsCoordinatesQuantization": true,
   "supportsDynamicLegends": true
  }
 ],
 "tables": []
}