SFExtendedGeometryCollection
@interface SFExtendedGeometryCollection : SFGeometryCollection
Extended Geometry Collection providing abstract geometry collection type support
-
Initialize
Declaration
Objective-C
- (instancetype)initWithGeometryCollection: (SFGeometryCollection *)geometryCollection;
Swift
init!(geometryCollection: SFGeometryCollection!)
Parameters
geometryCollection
geometry collection
Return Value
new extended geometry collection
-
Update the extended geometry type based upon the contained geometries
Declaration
Objective-C
- (void)updateGeometryType;
Swift
func updateGeometryType()