Gilbert, Antoine wrote: > Hi > > How MapInfo define text objects in a MAP file? > > I mean, what is the info we can assume to extract from the MAP file > about a text object? >
Bonjour Antoine, Unfortunately the only source of info would be the source code. Look at the member functions of class TABText in mitab.h, that will give you the list of properties that are available. If you're really interested in the .MAP binary format specifically then look at the TABText::ReadGeometryFromMAPFile() implementation in mitab_feature.cpp, there you'll find exactly which bits and bytes of info are read from the .MAP file. Daniel -- ------------------------------------------------------------ Daniel Morissette [EMAIL PROTECTED] DM Solutions Group http://www.dmsolutions.ca/ ------------------------------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/mitab/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
