<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Layer has subtype? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61819#M594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Nick I was looking at the wrong server. Here is correct service json&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;{"currentVersion":10.41,"serviceDescription":"Service for HFD CIFOA supervision and Audit","hasVersionedData":false,"supportsDisconnectedEditing":false,"syncEnabled":true,"syncCapabilities":{"supportsRegisteringExistingData":true,"supportsSyncDirectionControl":true,"supportsPerLayerSync":true,"supportsPerReplicaSync":false,"supportsRollbackOnFailure":false,"supportsAsync":true,"supportsAttachmentsSyncDirection":true,"supportsSyncModelNone":true},"supportedQueryFormats":"JSON, AMF","maxRecordCount":10000,"capabilities":"Create,Delete,Extract,Query,Sync,Update,Uploads,Editing","description":"","copyrightText":"RobK","spatialReference":{"wkid":3308,"latestWkid":3308},"initialExtent":{"xmin":9405747.734332878,"ymin":4235472.443658285,"xmax":9409041.803421017,"ymax":4236913.102789603,"spatialReference":{"wkid":3308,"latestWkid":3308}},"fullExtent":{"xmin":0,"ymin":-3622637.5840000007,"xmax":1.03139531981E7,"ymax":5858939.346900001,"spatialReference":{"wkid":3308,"latestWkid":3308}},"allowGeometryUpdates":true,"supportsApplyEditsWithGlobalIds":true,"units":"esriMeters","documentInfo":{"Title":"","Author":"","Comments":"Testing FC for IFOA builds","Subject":"Test Build For mobile IFOA edit feature","Category":"","Keywords":"FCNSW IFOA HFD"},"layers":[{"id":0,"name":"CIFOAPlanPoly"},{"id":1,"name":"MassMovementMapping"},{"id":2,"name":"HFDHarvestPlanAreaGross"},{"id":3,"name":"HFDWildlifeHabitatClump"},{"id":4,"name":"HFDTreeRetentionClump"},{"id":5,"name":"HFDHarvestPlanBNA"},{"id":6,"name":"HFDHarvestPoly"},{"id":7,"name":"HFDPatch"},{"id":8,"name":"HFDHabitatCoastal"},{"id":9,"name":"HFD_OSA"},{"id":10,"name":"HFDTreesCoastal"},{"id":11,"name":"HFDHarvestBA"},{"id":12,"name":"HFDTraverse"},{"id":13,"name":"CIFOAPlanLines"},{"id":14,"name":"CIFOAPlanPoints"},{"id":15,"name":"HFDCrossing"},{"id":16,"name":"HFD_Dump"},{"id":17,"name":"HFD_IncidentalFF"},{"id":18,"name":"HFDContractorNote"},{"id":19,"name":"QAATree"},{"id":20,"name":"QAADump"},{"id":21,"name":"QAASnigDrainage"},{"id":22,"name":"QAASnigCrossing"},{"id":23,"name":"QAAPoint"},{"id":24,"name":"QAAIncursion"},{"id":25,"name":"QAAEvent"},{"id":26,"name":"QAABoundaryTransect"},{"id":27,"name":"CIFOACompliance"},{"id":28,"name":"HFDNote"},{"id":29,"name":"Hazard"}],"tables":[],"enableZDefaults":false}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2019 22:17:59 GMT</pubDate>
    <dc:creator>ShiminCai</dc:creator>
    <dc:date>2019-11-06T22:17:59Z</dc:date>
    <item>
      <title>Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61809#M584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I tell if a layer has subtype?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shimin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 05:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61809#M584</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2019-11-05T05:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61810#M585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can look on the&amp;nbsp;featureTable's &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_arc_g_i_s_feature_table.html#a043b6f1503bcfdb6d6811e9aa3b96ceb"&gt;&lt;STRONG&gt;featureSubtypes&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;property. Note, to read this you'll have to ensure the featureTable is loaded (which it will be if the featureLayer is loaded).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 17:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61810#M585</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-11-05T17:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61811#M586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply. I tried your suggestions but the subtypeField and featureSubtypes are all empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading the geodatabase:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/472531_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know the HFDHarvestPoly layer has subtype defined but as you can see the subtypeField and featureSubtypes are empty:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/472535_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Would you have any idea of how to implement subtype support?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shimin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 01:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61811#M586</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2019-11-06T01:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61812#M587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm. Thanks for the info, &lt;A href="https://community.esri.com/migrated-users/23123"&gt;Shimin Cai&lt;/A&gt;. I'm doing some digging. Where is this feature service hosted?‌ ArcGIS Online or ArcGIS Enterprise? If Enterprise, what version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 17:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61812#M587</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-11-06T17:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61813#M588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's is ArcGIS Enterprise 10.4.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shimin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61813#M588</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2019-11-06T21:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61814#M589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I sent you a DM with some more questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61814#M589</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-11-06T21:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61815#M590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I replied to that DM with the feature service json.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:28:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61815#M590</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2019-11-06T21:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61816#M591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the feature service json:&lt;/P&gt;&lt;PRE class="" style="color: #000000; font-size: 12px;"&gt;{"currentVersion":10.41,"serviceDescription":"HFDSUper","hasVersionedData":false,"supportsDisconnectedEditing":false,"syncEnabled":true,"syncCapabilities":{"supportsRegisteringExistingData":true,"supportsSyncDirectionControl":true,"supportsPerLayerSync":true,"supportsPerReplicaSync":false,"supportsRollbackOnFailure":false,"supportsAsync":true,"supportsAttachmentsSyncDirection":true,"supportsSyncModelNone":true},"supportedQueryFormats":"JSON, AMF","maxRecordCount":100000,"capabilities":"Create,Delete,Extract,Query,Sync,Update,Uploads,Editing","description":"","copyrightText":"robk","spatialReference":{"wkid":3308,"latestWkid":3308},"initialExtent":{"xmin":9860167.134816462,"ymin":4946953.487653883,"xmax":9860835.390870487,"ymax":4947364.722148668,"spatialReference":{"wkid":3308,"latestWkid":3308}},"fullExtent":{"xmin":0,"ymin":-3622637.5840000007,"xmax":1.03139531981E7,"ymax":5858939.346900001,"spatialReference":{"wkid":3308,"latestWkid":3308}},"allowGeometryUpdates":true,"supportsApplyEditsWithGlobalIds":true,"units":"esriMeters","documentInfo":{"Title":"","Author":"","Comments":"HFDSUper","Subject":"HFDSUper","Category":"","Keywords":"HFD"},"layers":[{"id":0,"name":"HFD_Planpolys"},{"id":1,"name":"HFD_Planlines"},{"id":2,"name":"HFDHarvestLine"},{"id":3,"name":"HFD_KoalaStarLine"},{"id":4,"name":"HFD_KoalaStarTree"},{"id":5,"name":"HFDHarvestPoly"},{"id":6,"name":"HFDHarvestPoint"},{"id":7,"name":"HFD_Planpoints"},{"id":8,"name":"HFD_Trees"},{"id":9,"name":"HFDCrossing"},{"id":10,"name":"HFDContractorTree"},{"id":11,"name":"HFDNonCompliance"},{"id":12,"name":"HFD_Dump"},{"id":13,"name":"HFD_IncidentalFF"},{"id":14,"name":"HFDNote"},{"id":15,"name":"Hazard"},{"id":16,"name":"TempNoGoZone"}],"tables":[],"enableZDefaults":false}&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shimin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61816#M591</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2019-11-06T21:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61817#M592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Could you also share&amp;nbsp;the JSON for layer 5 please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 21:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61817#M592</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-11-06T21:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61818#M593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer 6 has subtype and here is the json:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{"currentVersion":10.41,"id":6,"name":"HFDHarvestPoly","type":"Feature Layer","description":"","copyrightText":"","defaultVisibility":false,"editFieldsInfo":{"creationDateField":"created_date","editDateField":"last_edited_date"},"ownershipBasedAccessControlForFeatures":null,"syncCanReturnChanges":true,"relationships":[],"isDataVersioned":false,"supportsRollbackOnFailureParameter":true,"supportsStatistics":true,"supportsAdvancedQueries":true,"supportsValidateSQL":true,"supportsCalculate":false,"advancedQueryCapabilities":{"supportsPagination":true,"supportsQueryWithDistance":true,"supportsReturningQueryExtent":true,"supportsStatistics":true,"supportsOrderBy":true,"supportsDistinct":true},"geometryType":"esriGeometryPolygon","minScale":200000,"maxScale":0,"extent":{"xmin":746841.3055000007,"ymin":4034351.2918999996,"xmax":9901071.460900001,"ymax":5858939.346900001,"spatialReference":{"wkid":3308,"latestWkid":3308}},"drawingInfo":{"renderer":{"type":"uniqueValue","field1":"PointType","field2":null,"field3":null,"fieldDelimiter":", ","defaultSymbol":null,"defaultLabel":null,"uniqueValueInfos":[{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[0,0,0,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[255,170,0,255],"width":4}},"value":"3","label":"UnClassified","description":""},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[0,0,0,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[255,0,197,255],"width":4}},"value":"1","label":"NonHarvestPoly","description":""},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[0,0,0,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[78,78,78,255],"width":4}},"value":"0","label":"HarvestedPoly","description":""}]},"transparency":0,"labelingInfo":null},"hasM":false,"hasZ":false,"allowGeometryUpdates":true,"hasAttachments":false,"supportsApplyEditsWithGlobalIds":true,"htmlPopupType":"esriServerHTMLPopupTypeAsHTMLText","objectIdField":"OBJECTID","globalIdField":"GlobalID","displayField":"Notes","typeIdField":"PointType","fields":[{"name":"PointType","type":"esriFieldTypeInteger","alias":"PoinType","domain":null,"editable":true,"nullable":true},{"name":"HarvestDetails","type":"esriFieldTypeInteger","alias":"HarvestDetails","domain":null,"editable":true,"nullable":true},{"name":"Notes","type":"esriFieldTypeString","alias":"Notes","domain":null,"editable":true,"nullable":true,"length":500},{"name":"GlobalID","type":"esriFieldTypeGlobalID","alias":"GlobalID","domain":null,"editable":false,"nullable":false,"length":38},{"name":"created_user","type":"esriFieldTypeString","alias":"created_user","domain":null,"editable":true,"nullable":true,"length":255},{"name":"created_date","type":"esriFieldTypeDate","alias":"created_date","domain":null,"editable":false,"nullable":true,"length":8},{"name":"last_edited_user","type":"esriFieldTypeString","alias":"last_edited_user","domain":null,"editable":true,"nullable":true,"length":255},{"name":"last_edited_date","type":"esriFieldTypeDate","alias":"last_edited_date","domain":null,"editable":false,"nullable":true,"length":8},{"name":"OBJECTID","type":"esriFieldTypeOID","alias":"OBJECTID","domain":null,"editable":false,"nullable":false},{"name":"PlanID","type":"esriFieldTypeString","alias":"SHAPE.STArea())","domain":null,"editable":false,"nullable":true,"length":50},{"name":"PlanName","type":"esriFieldTypeString","alias":"PlanName","domain":null,"editable":true,"nullable":true,"length":150}],"indexes":[{"name":"UUID_282","fields":"GlobalID","isAscending":true,"isUnique":true,"description":""},{"name":"gdb_ct3_282","fields":"OBJECTID","isAscending":true,"isUnique":false,"description":""},{"name":"S159_idx","fields":"SHAPE","isAscending":true,"isUnique":true,"description":""}],"dateFieldsTimeReference":{"timeZone":"UTC","respectsDaylightSaving":false},"types":[{"id":3,"name":"UnClassified","domains":{},"templates":[{"name":"UnClassified","description":"","prototype":{"attributes":{"PointType":3,"HarvestDetails":null,"Notes":null,"PlanName":null,"created_user":null,"last_edited_user":null}},"drawingTool":"esriFeatureEditToolPolygon"}]},{"id":1,"name":"NonHarvestPoly","domains":{"HarvestDetails":{"type":"codedValue","name":"DmHFDNoHarvest","codedValues":[{"name":"BA Offset","code":21},{"name":"Topo Inaccessible","code":22},{"name":"Steep","code":23},{"name":"Uneconomic","code":24},{"name":"Env Protection","code":25},{"name":"Pre-Merch","code":26},{"name":"Unlogged Missed","code":27},{"name":"Unlogged Other","code":28},{"name":"Alternate Coupe","code":29},{"name":"Unknown","code":31},{"name":"Other - see notes","code":8}]}},"templates":[{"name":"NonHarvestPoly","description":"","prototype":{"attributes":{"PointType":1,"HarvestDetails":null,"Notes":null,"PlanName":null,"created_user":null,"last_edited_user":null}},"drawingTool":"esriFeatureEditToolPolygon"}]},{"id":0,"name":"HarvestedPoly","domains":{"HarvestDetails":{"type":"codedValue","name":"DmHFDSiviculture","codedValues":[{"name":"STS Light","code":1},{"name":"STS Medium","code":2},{"name":"STS Heavy","code":3},{"name":"STS Regen","code":4},{"name":"AGS","code":5},{"name":"Thinning","code":6},{"name":"Other - see notes","code":8},{"name":"Clearfell","code":9},{"name":"STS Release","code":7},{"name":"Early Thinning","code":10},{"name":"Alternate Coupe","code":11}]}},"templates":[{"name":"HarvestedPoly","description":"","prototype":{"attributes":{"PointType":0,"HarvestDetails":2,"Notes":null,"PlanName":null,"created_user":null,"last_edited_user":null}},"drawingTool":"esriFeatureEditToolPolygon"}]}],"templates":[],"maxRecordCount":10000,"supportedQueryFormats":"JSON, AMF, geoJSON","capabilities":"Create,Delete,Extract,Query,Sync,Update,Uploads,Editing","useStandardizedQueries":true}


I noticed a layer id discrepancy between the layer json and the service json: the layer id in the service json is 5 but 6 in the service json. Not sure why...

The layer list in the service directory:&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/472615_pastedImage_514.png" /&gt;
  

Thanks,

Shimin&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61818#M593</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2021-12-10T22:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61819#M594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Nick I was looking at the wrong server. Here is correct service json&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;{"currentVersion":10.41,"serviceDescription":"Service for HFD CIFOA supervision and Audit","hasVersionedData":false,"supportsDisconnectedEditing":false,"syncEnabled":true,"syncCapabilities":{"supportsRegisteringExistingData":true,"supportsSyncDirectionControl":true,"supportsPerLayerSync":true,"supportsPerReplicaSync":false,"supportsRollbackOnFailure":false,"supportsAsync":true,"supportsAttachmentsSyncDirection":true,"supportsSyncModelNone":true},"supportedQueryFormats":"JSON, AMF","maxRecordCount":10000,"capabilities":"Create,Delete,Extract,Query,Sync,Update,Uploads,Editing","description":"","copyrightText":"RobK","spatialReference":{"wkid":3308,"latestWkid":3308},"initialExtent":{"xmin":9405747.734332878,"ymin":4235472.443658285,"xmax":9409041.803421017,"ymax":4236913.102789603,"spatialReference":{"wkid":3308,"latestWkid":3308}},"fullExtent":{"xmin":0,"ymin":-3622637.5840000007,"xmax":1.03139531981E7,"ymax":5858939.346900001,"spatialReference":{"wkid":3308,"latestWkid":3308}},"allowGeometryUpdates":true,"supportsApplyEditsWithGlobalIds":true,"units":"esriMeters","documentInfo":{"Title":"","Author":"","Comments":"Testing FC for IFOA builds","Subject":"Test Build For mobile IFOA edit feature","Category":"","Keywords":"FCNSW IFOA HFD"},"layers":[{"id":0,"name":"CIFOAPlanPoly"},{"id":1,"name":"MassMovementMapping"},{"id":2,"name":"HFDHarvestPlanAreaGross"},{"id":3,"name":"HFDWildlifeHabitatClump"},{"id":4,"name":"HFDTreeRetentionClump"},{"id":5,"name":"HFDHarvestPlanBNA"},{"id":6,"name":"HFDHarvestPoly"},{"id":7,"name":"HFDPatch"},{"id":8,"name":"HFDHabitatCoastal"},{"id":9,"name":"HFD_OSA"},{"id":10,"name":"HFDTreesCoastal"},{"id":11,"name":"HFDHarvestBA"},{"id":12,"name":"HFDTraverse"},{"id":13,"name":"CIFOAPlanLines"},{"id":14,"name":"CIFOAPlanPoints"},{"id":15,"name":"HFDCrossing"},{"id":16,"name":"HFD_Dump"},{"id":17,"name":"HFD_IncidentalFF"},{"id":18,"name":"HFDContractorNote"},{"id":19,"name":"QAATree"},{"id":20,"name":"QAADump"},{"id":21,"name":"QAASnigDrainage"},{"id":22,"name":"QAASnigCrossing"},{"id":23,"name":"QAAPoint"},{"id":24,"name":"QAAIncursion"},{"id":25,"name":"QAAEvent"},{"id":26,"name":"QAABoundaryTransect"},{"id":27,"name":"CIFOACompliance"},{"id":28,"name":"HFDNote"},{"id":29,"name":"Hazard"}],"tables":[],"enableZDefaults":false}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 22:17:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61819#M594</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2019-11-06T22:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61820#M595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm. That service JSON doesn't have a &lt;STRONG&gt;subtypes&lt;/STRONG&gt; attribute. Contrast with this version that I found:&amp;nbsp;&lt;A class="jivelink11" href="http://52.64.246.55/arcgis/rest/services/EPA/HFDRegulationRef/MapServer/11?f=json" title="http://52.64.246.55/arcgis/rest/services/EPA/HFDRegulationRef/MapServer/11?f=json"&gt;http://52.64.246.55/arcgis/rest/services/EPA/HFDRegulationRef/MapServer/11?f=json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That service is 10.6.1 compared to your 10.4.1.&amp;nbsp;I'm asking around to see what this means (this is an area of the spec I'm not very familiar with). But it&amp;nbsp;matches what we're seeing in Runtime and if I open that 10.6.1 layer in Runtime I do see the subtypes parsed properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 22:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61820#M595</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2019-11-06T22:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Layer has subtype?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61821#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nick. Looks like ArcGIS Server 10.4.1 does not support subtypes...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 22:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/layer-has-subtype/m-p/61821#M596</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2019-11-06T22:50:12Z</dc:date>
    </item>
  </channel>
</rss>

