
- thematic-map-mapxtreme
- 04-25-2006
![]() Re: thematic map mapxtreme
| Brian Cryer | 04-26-2006 |
If you were Registered and logged in, you could reply and use other advanced thread options
hi, i'm newb in mapxtreme
i can create a ranged thematics maps but today i need other kind of
thematic map, more like 'temperature map' in areas where exists most
dots density more dark color and gradient to other areas
for ranged thematics maps i do something like
Set objDS = objMapX.DataSets.Add(miDataSetADO, RS, "Tematico", "col", ,
QLayer )
.....
Set objTheme = objDS.Themes.Add(0, "CONTEO", "Uno",true )
but i don't know how to create a 'temperature like map'.... can u help
me ??
......thank's
i can create a ranged thematics maps but today i need other kind of
thematic map, more like 'temperature map' in areas where exists most
dots density more dark color and gradient to other areas
for ranged thematics maps i do something like
Set objDS = objMapX.DataSets.Add(miDataSetADO, RS, "Tematico", "col", ,
QLayer )
.....
Set objTheme = objDS.Themes.Add(0, "CONTEO", "Uno",true )
but i don't know how to create a 'temperature like map'.... can u help
me ??
......thank's
MapXtreme seems to require some magic to make it work. Its all quite logical
once you've got it working but the training courses never quite cover what
you need to know and neither do the manuals.
I can't answer your question directly (I've not touched MapXtreme for the
best part of a year now), but I do recall that the best place for advice
were the MapInfo forums.
(http://www.mapinfo.com/registration/discussions/forum.jsp?forum=88 ). You
need to register before you can post, but that's free. I think that's your
most likely source of help.
Hope this helps.
--
Brian Cryer
www.cryer.co.uk/brian
- Problem with drawing vehicle historical tracks on MapXtreme Java Edition
- Satellite Navigation
- 2008-01-21
- MapInfo.Professional.v7.8, AVL SWIFT V3.1.1, AVL FIRE V8.2, AVL WORKSPACE V3.1.1 SUITE, AVL WORKSPACE V4.0 SUITE, MAPINFO PRO V7.5, MAPINFO MAPXTREME V4.70.36, NTF to MapInfo File Converter v1.0, MAPINFO MAPXTREME JAVA EDITION V4.5, MapInfo MapX v5.02,
- Geographic Information Systems (GIS)
- 2005-03-06



> i can create a ranged thematics maps but today i need other kind of
> thematic map, more like 'temperature map' in areas where exists most
> dots density more dark color and gradient to other areas
> for ranged thematics maps i do something like
> Set objDS = objMapX.DataSets.Add(miDataSetADO, RS, "Tematico", "col", ,
> QLayer )
> .....
> Set objTheme = objDS.Themes.Add(0, "CONTEO", "Uno",true )
> but i don't know how to create a 'temperature like map'.... can u help
> me ??
> ......thank's