{
 "currentVersion": 10.81,
 "id": 24,
 "name": "Reserves",
 "type": "Feature Layer",
 "description": "",
 "geometryType": "esriGeometryPolygon",
 "sourceSpatialReference": {
  "wkid": 4283,
  "latestWkid": 4283
 },
 "copyrightText": "",
 "parentLayer": null,
 "subLayers": [],
 "minScale": 500000,
 "maxScale": 250000,
 "drawingInfo": {
  "renderer": {
   "type": "simple",
   "symbol": {
    "type": "esriSFS",
    "style": "esriSFSSolid",
    "color": [
     230,
     230,
     179,
     255
    ],
    "outline": {
     "type": "esriSLS",
     "style": "esriSLSNull",
     "color": [
      216,
      222,
      174,
      255
     ],
     "width": 0
    }
   },
   "label": "",
   "description": ""
  },
  "transparency": 0,
  "labelingInfo": null
 },
 "defaultVisibility": true,
 "extent": {
  "xmin": 112.97142999999994,
  "ymin": -43.742980000000045,
  "xmax": 153.60127,
  "ymax": -9.08805000000001,
  "spatialReference": {
   "wkid": 4283,
   "latestWkid": 4283
  }
 },
 "hasAttachments": false,
 "htmlPopupType": "esriServerHTMLPopupTypeNone",
 "displayField": "NAME",
 "typeIdField": "Type",
 "subtypeFieldName": "Type",
 "subtypeField": "Type",
 "defaultSubtypeCode": 2,
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null
  },
  {
   "name": "FEATTYPE",
   "type": "esriFieldTypeString",
   "alias": "FEATURETYPE",
   "length": 32,
   "domain": null
  },
  {
   "name": "TYPE",
   "type": "esriFieldTypeInteger",
   "alias": "TYPE",
   "domain": null
  },
  {
   "name": "NAME",
   "type": "esriFieldTypeString",
   "alias": "NAME",
   "length": 60,
   "domain": null
  },
  {
   "name": "AUTHORITY",
   "type": "esriFieldTypeString",
   "alias": "AUTHORITY",
   "length": 100,
   "domain": null
  },
  {
   "name": "FEATREL",
   "type": "esriFieldTypeDate",
   "alias": "FEATURERELIABILITY",
   "length": 8,
   "domain": null
  },
  {
   "name": "ATTRREL",
   "type": "esriFieldTypeDate",
   "alias": "ATTRIBUTERELIABILITY",
   "length": 8,
   "domain": null
  },
  {
   "name": "PLANACC",
   "type": "esriFieldTypeSmallInteger",
   "alias": "PLANIMETRICACCURACY",
   "domain": null
  },
  {
   "name": "SOURCE",
   "type": "esriFieldTypeString",
   "alias": "SOURCE",
   "length": 50,
   "domain": null
  },
  {
   "name": "CREATED",
   "type": "esriFieldTypeDate",
   "alias": "CREATIONDATE",
   "length": 8,
   "domain": null
  },
  {
   "name": "RETIRED",
   "type": "esriFieldTypeDate",
   "alias": "RETIREMENTDATE",
   "length": 8,
   "domain": null
  },
  {
   "name": "PID",
   "type": "esriFieldTypeInteger",
   "alias": "PID",
   "domain": null
  },
  {
   "name": "SYMBOL",
   "type": "esriFieldTypeSmallInteger",
   "alias": "SYMBOL",
   "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
  }
 ],
 "geometryField": {
  "name": "SHAPE",
  "type": "esriFieldTypeGeometry",
  "alias": "Shape"
 },
 "indexes": [
  {
   "name": "R54_pk",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "S16_idx",
   "fields": "SHAPE",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "types": [
  {
   "domains": {},
   "id": 3,
   "name": "NatureConservationReserve"
  },
  {
   "domains": {},
   "id": 4,
   "name": "WaterSupplyReserve"
  },
  {
   "domains": {},
   "id": 2,
   "name": "ForestryReserve"
  },
  {
   "domains": {},
   "id": 1,
   "name": "IndigenousReserve"
  }
 ],
 "subtypes": [
  {
   "domains": {},
   "defaultValues": {
    "FEATTYPE": null,
    "TYPE": 3,
    "NAME": null,
    "AUTHORITY": null,
    "FEATREL": null,
    "ATTRREL": null,
    "PLANACC": null,
    "SOURCE": null,
    "CREATED": null,
    "RETIRED": null,
    "PID": null,
    "SYMBOL": null
   },
   "code": 3,
   "name": "NatureConservationReserve"
  },
  {
   "domains": {},
   "defaultValues": {
    "FEATTYPE": null,
    "TYPE": 4,
    "NAME": null,
    "AUTHORITY": null,
    "FEATREL": null,
    "ATTRREL": null,
    "PLANACC": null,
    "SOURCE": null,
    "CREATED": null,
    "RETIRED": null,
    "PID": null,
    "SYMBOL": null
   },
   "code": 4,
   "name": "WaterSupplyReserve"
  },
  {
   "domains": {},
   "defaultValues": {
    "FEATTYPE": null,
    "TYPE": 2,
    "NAME": null,
    "AUTHORITY": null,
    "FEATREL": null,
    "ATTRREL": null,
    "PLANACC": null,
    "SOURCE": null,
    "CREATED": null,
    "RETIRED": null,
    "PID": null,
    "SYMBOL": null
   },
   "code": 2,
   "name": "ForestryReserve"
  },
  {
   "domains": {},
   "defaultValues": {
    "FEATTYPE": null,
    "TYPE": 1,
    "NAME": null,
    "AUTHORITY": null,
    "FEATREL": null,
    "ATTRREL": null,
    "PLANACC": null,
    "SOURCE": null,
    "CREATED": null,
    "RETIRED": null,
    "PID": null,
    "SYMBOL": null
   },
   "code": 1,
   "name": "IndigenousReserve"
  }
 ],
 "relationships": [],
 "canModifyLayer": true,
 "canScaleSymbols": false,
 "hasLabels": false,
 "capabilities": "Map,Query,Data",
 "maxRecordCount": 1000,
 "supportsStatistics": true,
 "supportsAdvancedQueries": true,
 "supportedQueryFormats": "JSON, geoJSON",
 "isDataVersioned": false,
 "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true},
 "advancedQueryCapabilities": {
  "useStandardizedQueries": false,
  "supportsStatistics": true,
  "supportsHavingClause": true,
  "supportsCountDistinct": true,
  "supportsOrderBy": true,
  "supportsDistinct": true,
  "supportsPagination": true,
  "supportsTrueCurve": true,
  "supportsReturningQueryExtent": true,
  "supportsQueryWithDistance": true,
  "supportsSqlExpression": true
 },
 "supportsDatumTransformation": true,
 "dateFieldsTimeReference": null,
 "supportsCoordinatesQuantization": true
}