Structure
FeatureLayer
public struct FeatureLayer: Codable, Equatable
Relationships
Conforms To
Codable
Equatable
Properties
id
public let id: Int
objectIdFieldName
public var objectIdFieldName: String? = nil
objectIds
@FallbackDecoding<EmptyArray>
public var objectIds: [Int]
count
public var count: Int? = nil
globalIdFieldName
public var globalIdFieldName: String? = nil
geometryType
public var geometryType: String? = nil
spatialReference
public var spatialReference: SpatialReference? = nil
geometryProperties
public var geometryProperties: GeometryProperties? = nil
fields
@FallbackCoding<EmptyArray>
public var fields: [TableField]? = []
features
@FallbackDecoding<EmptyArray>
public var features: [AGKFeature]