NTWKBGeometryReader
@interface NTWKBGeometryReader : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
A WKB reader. Reads binary version of the Well Known Text representation of the geometry.
-
Constructs a new WKBGeometryReader object.
Declaration
Objective-C
- (id)init;
-
Reads geometry from the specified WKB data.
Warning
Throws NSException If reading fails.Declaration
Objective-C
- (NTGeometry *)readGeometry:(NTBinaryData *)wkbData;
Parameters
wkbData
The WKB data to read.
Return Value
The geometry read from the data vector. Null if reading failed.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;