SFWTGeometryTypeInfo
Objective-C
@interface SFWTGeometryTypeInfo : NSObject
Swift
class SFWTGeometryTypeInfo : NSObject
Geometry type info
-
Initializer
Declaration
Objective-C
- (instancetype)initWithType:(enum SFGeometryType)geometryType andHasZ:(BOOL)hasZ andHasM:(BOOL)hasM;Swift
init!(type geometryType: SFGeometryType, andHasZ hasZ: Bool, andHasM hasM: Bool)Parameters
geometryTypegeometry type
hasZhas z
hasMhas m
-
Get the geometry type
Declaration
Objective-C
- (enum SFGeometryType)geometryType;Swift
func geometryType() -> SFGeometryTypeReturn Value
geometry type
-
Has z values
Declaration
Objective-C
- (BOOL)hasZ;Swift
func hasZ() -> BoolReturn Value
true if has z values
-
Has m values
Declaration
Objective-C
- (BOOL)hasM;Swift
func hasM() -> BoolReturn Value
true if has m values
View on GitHub
SFWTGeometryTypeInfo Class Reference