CRSObject
Objective-C
@interface CRSObject : NSObject <CRSScopeExtentIdentifierRemark>Swift
class CRSObject : NSObject, CRSScopeExtentIdentifierRemarkWell-known text representation of coordinate reference systems object
- 
                  
                  Temporary extras that are not included as part of the CRS definition. Not included in equality and hashing. DeclarationObjective-C @property (nonatomic, strong) NSMutableDictionary<NSString *, NSObject *> *extras;Swift var extras: NSMutableDictionary! { get set }
- 
                  
                  Initialize DeclarationObjective-C - (instancetype)init;Swift init!()Return Valuenew instance 
- 
                  
                  Initialize Parameterstypecoordinate reference system type Return Valuenew instance 
- 
                  
                  Get the category type DeclarationObjective-C - (enum CRSCategoryType)categoryType;Swift func categoryType() -> CRSCategoryTypeReturn Valuecategory type 
- 
                  
                  Determine if there are temporary extras that are not part of the CRS definition DeclarationObjective-C - (BOOL)hasExtras;Swift func hasExtras() -> BoolReturn Valuetrue if extras 
- 
                  
                  Get the number of temporary extras that are not part of the CRS definition DeclarationObjective-C - (int)numExtras;Swift func numExtras() -> Int32Return Valuenumber of extras 
- 
                  
                  Get the temporary extra with the name DeclarationObjective-C - (NSObject *)extraWithName:(NSString *)name;Swift func extra(withName name: String!) -> NSObject!Parametersnameextra name Return Valueextra value or null 
- 
                  
                  Add the temporary extra which is not part of the CRS definition DeclarationObjective-C - (void)addExtra:(NSObject *)extra withName:(NSString *)name;Swift func addExtra(_ extra: NSObject!, withName name: String!)Parametersnameextra name extraextra value 
- 
                  
                  Add the temporary extras which are not part of the CRS definition DeclarationObjective-C - (void)addExtras:(NSMutableDictionary<NSString *, NSObject *> *)extras;Swift func addExtras(_ extras: NSMutableDictionary!)Parametersextrasextra values 
 View on GitHub
View on GitHub CRSObject Class Reference
        CRSObject Class Reference