OAFFeaturesConverter
Objective-C
@interface OAFFeaturesConverter : NSObjectSwift
class OAFFeaturesConverter : NSObjectFeatures Converter
- 
                  
                  Convert the JSON string to a collections DeclarationObjective-C + (OAFCollections *)jsonToCollections:(NSString *)json;Swift class func json(toCollections json: String!) -> OAFCollections!ParametersjsonJSON string Return Valuecollections 
- 
                  
                  Convert the JSON tree to a collections DeclarationObjective-C + (OAFCollections *)treeToCollections:(NSDictionary *)tree;Swift class func tree(toCollections tree: [AnyHashable : Any]!) -> OAFCollections!Parameterstreetree node Return Valuecollections 
- 
                  
                  Convert the JSON string to a collection DeclarationObjective-C + (OAFCollection *)jsonToCollection:(NSString *)json;Swift class func json(toCollection json: String!) -> OAFCollection!ParametersjsonJSON string Return Valuecollection 
- 
                  
                  Convert the JSON tree to a collection DeclarationObjective-C + (OAFCollection *)treeToCollection:(NSDictionary *)tree;Swift class func tree(toCollection tree: [AnyHashable : Any]!) -> OAFCollection!Parameterstreetree node Return Valuecollection 
- 
                  
                  Convert the JSON string to a feature collection DeclarationObjective-C + (OAFFeatureCollection *)jsonToFeatureCollection:(NSString *)json;Swift class func json(toFeatureCollection json: String!) -> OAFFeatureCollection!ParametersjsonJSON string Return Valuefeature collection 
- 
                  
                  Convert the JSON tree to a feature collection DeclarationObjective-C + (OAFFeatureCollection *)treeToFeatureCollection:(NSDictionary *)tree;Swift class func tree(toFeatureCollection tree: [AnyHashable : Any]!) -> OAFFeatureCollection!Parameterstreetree node Return Valuefeature collection 
- 
                  
                  Convert a simple geometry to a feature collection DeclarationObjective-C + (OAFFeatureCollection *)simpleGeometryToFeatureCollection: (SFGeometry *)simpleGeometry;Swift class func simpleGeometry(toFeatureCollection simpleGeometry: SFGeometry!) -> OAFFeatureCollection!ParameterssimpleGeometrysimple geometry Return Valuefeature collection 
- 
                  
                  Convert simple geometries to a feature collection DeclarationObjective-C + (OAFFeatureCollection *)simpleGeometriesToFeatureCollection: (NSArray<SFGeometry *> *)simpleGeometries;Swift class func simpleGeometries(toFeatureCollection simpleGeometries: [SFGeometry]!) -> OAFFeatureCollection!ParameterssimpleGeometriessimple geometries Return Valuefeature collection 
- 
                  
                  Convert the JSON string to a spatial DeclarationObjective-C + (OAFSpatial *)jsonToSpatial:(NSString *)json;Swift class func json(toSpatial json: String!) -> OAFSpatial!ParametersjsonJSON string Return Valuespatial 
- 
                  
                  Convert the JSON tree to a spatial DeclarationObjective-C + (OAFSpatial *)treeToSpatial:(NSDictionary *)tree;Swift class func tree(toSpatial tree: [AnyHashable : Any]!) -> OAFSpatial!Parameterstreetree node Return Valuespatial 
- 
                  
                  Convert the JSON string to a temporal DeclarationObjective-C + (OAFTemporal *)jsonToTemporal:(NSString *)json;Swift class func json(toTemporal json: String!) -> OAFTemporal!ParametersjsonJSON string Return Valuetemporal 
- 
                  
                  Convert the JSON tree to a temporal DeclarationObjective-C + (OAFTemporal *)treeToTemporal:(NSDictionary *)tree;Swift class func tree(toTemporal tree: [AnyHashable : Any]!) -> OAFTemporal!Parameterstreetree node Return Valuetemporal 
- 
                  
                  Convert the object to a JSON value DeclarationObjective-C + (NSString *)objectToJSON:(OAFFeaturesObject *)object;Swift class func object(toJSON object: OAFFeaturesObject!) -> String!Parametersobjectobject Return Valuestring value 
- 
                  
                  Convert the Features object to a mutable tree DeclarationObjective-C + (NSMutableDictionary *)objectToMutableTree:(OAFFeaturesObject *)object;Swift class func object(toMutableTree object: OAFFeaturesObject!) -> NSMutableDictionary!ParametersobjectFeatures object Return Valueobject map 
- 
                  
                  Convert the Features object to a tree DeclarationObjective-C + (NSDictionary *)objectToTree:(OAFFeaturesObject *)object;Swift class func object(toTree object: OAFFeaturesObject!) -> [AnyHashable : Any]!ParametersobjectFeatures object Return Valueobject map 
 View on GitHub
View on GitHub OAFFeaturesConverter Class Reference
        OAFFeaturesConverter Class Reference