CRSExtent
Objective-C
@interface CRSExtent : NSObjectSwift
class CRSExtent : NSObjectExtent
- 
                  
                  Area Description DeclarationObjective-C @property (nonatomic, strong) NSString *areaDescription;Swift var areaDescription: String! { get set }
- 
                  
                  Geographic Bounding Box DeclarationObjective-C @property (nonatomic, strong) CRSGeographicBoundingBox *geographicBoundingBox;Swift var geographicBoundingBox: CRSGeographicBoundingBox! { get set }
- 
                  
                  Vertical Extent DeclarationObjective-C @property (nonatomic, strong) CRSVerticalExtent *verticalExtent;Swift var verticalExtent: CRSVerticalExtent! { get set }
- 
                  
                  Temporal Extent DeclarationObjective-C @property (nonatomic, strong) CRSTemporalExtent *temporalExtent;Swift var temporalExtent: CRSTemporalExtent! { get set }
- 
                  
                  Create DeclarationObjective-C + (CRSExtent *)create;Swift class func create() -> CRSExtent!Return Valuenew instance 
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)init;Swift init!()Return Valuenew instance 
- 
                  
                  Has an area description DeclarationObjective-C - (BOOL)hasAreaDescription;Swift func hasAreaDescription() -> BoolReturn Valuetrue if has area description 
- 
                  
                  Has a geographic bounding box DeclarationObjective-C - (BOOL)hasGeographicBoundingBox;Swift func hasGeographicBoundingBox() -> BoolReturn Valuetrue if has geographic bounding box 
- 
                  
                  Has a vertical extent DeclarationObjective-C - (BOOL)hasVerticalExtent;Swift func hasVerticalExtent() -> BoolReturn Valuetrue if has vertical extent 
- 
                  
                  Has a temporal extent DeclarationObjective-C - (BOOL)hasTemporalExtent;Swift func hasTemporalExtent() -> BoolReturn Valuetrue if has temporal extent 
 View on GitHub
View on GitHub CRSExtent Class Reference
        CRSExtent Class Reference