Protocols
The following protocols are available globally.
-
Identifiable object interface
See moreDeclaration
Objective-C
@protocol CRSIdentifiable <NSObject>
Swift
protocol CRSIdentifiable : NSObjectProtocol
-
Interface Scope, Extent, Identifier, and Remark values
See moreDeclaration
Objective-C
@protocol CRSScopeExtentIdentifierRemark <CRSIdentifiable>
Swift
protocol CRSScopeExtentIdentifierRemark : CRSIdentifiable
-
Common Operation interface
See moreDeclaration
Objective-C
@protocol CRSGeoDatum <CRSIdentifiable>
Swift
protocol CRSGeoDatum : CRSIdentifiable
-
Common Operation interface
See moreDeclaration
Objective-C
@protocol CRSCommonOperation <CRSIdentifiable>
Swift
protocol CRSCommonOperation : CRSIdentifiable