diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-10-08 19:57:21 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-10-08 19:57:21 +0000 |
commit | 8b4c46a01eab8f390ff4ab8ec5b78d8055ff4f34 (patch) | |
tree | 4a50ee43cccab449686c08d6626ccf4015086ae5 /Frameworks/MCPKit/MCPFoundationKit/MCPGeometryData.h | |
parent | deea4b3347eed9d145bffcb0baf75544f99b6f14 (diff) | |
download | sequelpro-8b4c46a01eab8f390ff4ab8ec5b78d8055ff4f34.tar.gz sequelpro-8b4c46a01eab8f390ff4ab8ec5b78d8055ff4f34.tar.bz2 sequelpro-8b4c46a01eab8f390ff4ab8ec5b78d8055ff4f34.zip |
• some further work on displaying geometry fields as image
- to enable the very first approach simply uncomment code in SPTableContent tableView:toolTipForCell:rect:tableColumn:row:mouseLocation: for MCPGeometryData class
Diffstat (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPGeometryData.h')
-rw-r--r-- | Frameworks/MCPKit/MCPFoundationKit/MCPGeometryData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPGeometryData.h b/Frameworks/MCPKit/MCPFoundationKit/MCPGeometryData.h index 7d141991..cca59b30 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPGeometryData.h +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPGeometryData.h @@ -58,6 +58,7 @@ typedef struct st_point_2d_ - (NSUInteger)length; - (NSData*)data; - (NSString*)wktString; +- (NSDictionary*)coordinates; - (NSInteger)wkbType; - (NSString*)wktType; |