OAFExtent
Objective-C
@interface OAFExtent : OAFFeaturesObject
Swift
class OAFExtent : OAFFeaturesObject
The extent of the features in the collection. In the Core only spatial and temporal extents are specified. Extensions may add additional members to represent other extents, for example, thermal or pressure ranges.
-
The spatial extent of the features in the collection.
Declaration
Objective-C
@property (nonatomic, strong) OAFSpatial *spatial;
Swift
var spatial: OAFSpatial! { get set }
-
The temporal extent of the features in the collection.
Declaration
Objective-C
@property (nonatomic, strong) OAFTemporal *temporal;
Swift
var temporal: OAFTemporal! { get set }
-
Initialize
Declaration
Objective-C
- (instancetype)init;
Swift
init!()
Return Value
new extent
-
Initialize
Declaration
Objective-C
- (instancetype)initWithTree:(NSDictionary *)tree;
Swift
init!(tree: [AnyHashable : Any]!)
Parameters
tree
JSON tree
Return Value
new extent