RE: MI-L autocad map 3d and mapinfo

2005-07-29 Thread Milo van der Linden
I've used it. The CAD engine used is a lot stronger then MapInfo's and has
3D-coordinates, you get much more manipulation functions to edit the
graphical side of the data. Disadvantage is that the interfaces to attribute
data, queries and remote databases have more of a "technical look and feel"
the user-level for AutoCAD Map is therefor of another level. If your
organization needs accurate geometry, has lots of plain AutoCAD files and is
specially looking into getting data connected to drawings and doing some
simple queries; Get AutoCAD Map. If you need to do more advanced analyses;
Get MapInfo. It is also absolutely no problem to let the two live together,
when you use common databases between MapInfo en AutoCAD Map. I would say,
put AutoCAD Map in the technical departments and MapInfo at strategic and
sales.

Kind regards,

Milo van der Linden 
AVD-ICT GIS Consultant
*   Hoogbloklandseweg 24
*   4205 NE  Gorinchem
Tel. +31 183 50 81 50
Fax. +31 183 50 81 60
Mob. +31 629 54 06 96


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: donderdag 28 juli 2005 20:57
To: mapinfo-l@lists.directionsmag.com
Subject: MI-L autocad map 3d and mapinfo


Hello,

  Has anyone out there used autocad map 3d? how does the GIS component
compare with Mapinfo.

cheers

Scott





-
List hosting provided by Directions Magazine | www.directionsmag.com | To
unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17303


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17307



RE: MI-L Integrated Mapping

2005-07-29 Thread Colin Henderson
Tony,

You can use integrated mapping from within .NET - the process is slightly 
different from VB6 but works just as well.  The fisrt thing you need to do is 
create a reference to the MapInfo COM component.  To do this in Visual Studio 
2003 you right-click on the references item in the Solution Explorer and select 
"Add Reference..." from the menu.  In the dialog that appears select the tab 
titled "COM" and scroll through the list until you find an entry called 
"MapInfo n OLE Automation Type Library" where n is the version of MapInfo you 
are running, in my case this is 7.8 so I assume in your case it would be 8.0.  
Highlight the entry and then click on the "Select" button, then click "OK".  
You will now have an entry under references called "MapInfo"

Now you can start writing the code in your form.  The same principles apply as 
if you are using VB6 with a couple of differences.  First of all you need to 
remember that where VB6 has a property called hWnd for the handle of a control 
VB.NET uses the actual word handle.

I usually create a private variable called miObj as type MapInfo.DMapInfo at 
the top of the form so all functions and subs on the form can access the 
object, then in the form load event I use the following:

objMI = CType(CreateObject("MapInfo.Application"), MapInfo.DMapInfo)
objMI.Do("Set Application Window " & Me.Handle.ToString)
objMI.Do("Set Next Document Parent " & Me.MapControl.Handle.ToString & " Style 
1")

Now just issue the statements to control MapInfo using objMI.Do

Hope this helps!

==
Colin Henderson
GI Consultant (South West) 
Pre & Post Sales Support 
Ordnance Survey
Romsey Road
Southampton
SO16 4GU

Tel: 05511 400842
Mob: 07771 972307
Email: [EMAIL PROTECTED]
==

 
-Original Message-
From: Tony Shepherd [mailto:[EMAIL PROTECTED]
Sent: 28 July 2005 03:09
To: MapInfo-L@lists.directionsmag.com
Subject: MI-L Integrated Mapping


Hi All

I am doing a bit of playing around with integrated mapping.

In the mapbasic book there is some sample code that looks something like
this:

Sub Form_Load() 
 Dim  mi  As Object
 Set mi = CreateObject("MapInfo.application") 
 mi.do "Set Application Window " & Form1.hWnd
 mi.do "Set Next Document Parent " & Form1.hWnd & " Style 1"
 mi.do "Open Table ""World"" Interactive  Map From World"
 mi.RunMenuCommand 1702 
 mi.do "Create Menu ""MapperShortcut"" ID 17 As ""(-"" "

End Sub 


I cant make this work at all from either Access 2003 or Visual Basic
.NET.  Am I right in assuming that V8 of Map Info is not .NET compliant
(I am assuming that Access 2003 is) and therefore wont work and that
perhaps we have to wait till the .NET version is released in Oct, or am
I not doing this right.  All I want to do is display a map window on an
access form, and throw a few mapbasic commands at the window to do a few
clever things for a demo I am doing.

Cheers
Tony

=
Tony Shepherd
IT/GIS Manager
Gore District Council
Gore, The Brown Trout Capital
www.goredc.govt.nz
=



This email and any attachments have been virus checked upon receipt at Ordnance 
Survey and are free of all known viruses.



This email is only intended for the person to whom it is addressed and may 
contain confidential information. If you have received this email in error, 
please notify the sender and delete this email which must not be copied, 
distributed or disclosed to any other person.
Unless stated otherwise, the contents of this email are personal to the writer 
and do not represent the official view of Ordnance Survey. Nor can any contract 
be formed on Ordnance Survey's behalf via email. We reserve the right to 
monitor emails and attachments without prior notice.

Thank you for your cooperation.

Ordnance Survey
Romsey Road
Southampton SO16 4GU
Tel: 023 8079 2000
http://www.ordnancesurvey.co.uk


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17308



MI-L Problems with Select in a Mapbasic Program

2005-07-29 Thread Jbgramm
Hello Listers,
 
I have a Mapbasic Program that is supposed to Select all the records from a  
table, order them by a specific column, into another table and commit the 
table  as another table.
 
The problem is the program gives me an error stating the "Expression does  
not evaluate to a column or table name"
 
The column that I wish the selection ordered by does exist in the table  that 
I am trying to make the selection from.
 
I am stumped.
 
Any Help would be greatly appreciated.
 
 
Thanks,
 
Jon Gramm
 
 
Code Below:
Offending line in Red
 
 
Print "Starting Culture Shot Selection"

Select * from Culture_Shot_Styles
Order By  Map_Point_Layer
Into Draw_Layers
 
Commit Table Draw_Layers as "Style_Table"
Open Table  "Style_Table"
Drop Table Draw_Layers
 
Fetch first from Style_Table
Do While Not EOT  (Style_Table)



MI-L MapInfo-L Reminder

2005-07-29 Thread MapInfo-L-Owner
This is just a reminder to help you manage your MapInfo-L subscription. This 
will be posted automatically each week, and please feel free to respond with 
suggestions or improvements.

- Bill Thoen
[EMAIL PROTECTED]

CONTENTS
1. THE MAPINFO-L FAQ
2. LINKS TO EZMLM FAQs AND MANUALS
3. LINK TO THE MAPINFO-L CLEARINGHOUSE
4. MAPINFO-L ARCHIVES
5. TIPS
6. HOW TO UNSUBSCRIBE/SUBSCRIBE

--
1. THE MAPINFO-L FAQ

The acronym "FAQ" stands for "Frequently Asked Questions" (with answers.) To 
get a copy of the MapInfo-L FAQ, send e-mail to:

[EMAIL PROTECTED]

Before you ask a question that's been asked a hundred times before, please 
consult the FAQ first. If you have suggestions for corrections or improvements, 
please send them to [EMAIL PROTECTED], and we'll make whatever changes are 
needed. Thanks to David Reid for putting this first draft together!


--
2. LINKS TO EZMLM FAQs AND MANUALS

We use the EZMLM mailing list software to host MapInfo-L. The following links 
will provide you with information about how to use it to manage your 
subscription.

ezmlm/idx MANUAL
http://ezmlm.area.com/ezman-0.32/ezman1.html


--
3. LINK TO THE MAPINFO-L CLEARINGHOUSE

For information about MapInfo-L and related resources, visit the MapInfo-L 
Clearinghouse at:
http://www.directionsmag.com/mapinfo-l


--
4. MAPINFO-L ARCHIVES

Past messages posted to MapInfo-l can be searched and viewed at the following 
URLs:
http://lists.directionsmag.com/discussion/list.php?f=7
http://testdrive.mapinfo.com/tdc/mapinfo-l.nsf/

--
5. TIPS

Did you know that the message header of every list post contains informative 
email addresses that will greatly help you to manage your subscription to the 
list?

Send an email to [EMAIL PROTECTED] and receive a copy of the List FAQ. You may 
be surprised at what the Mapinfo-L has to offer behind the scenes.

Did you know the Mapinfo-L is available as a "Digest" as apposed to individual 
messages?

When you go on vacation or holiday, please have your email server ignore 
Mapinfo-L traffic so as not to have "Out of office" auto-replies, sent to 
everyone on the list. Or simply temporarily un-subscribe from the list. The 
List FAQ describes how you can easily catch back up on all the news when you 
return.

--
6. HOW TO SUBSCRIBE/UNSUBSCRIBE

To un-subscribe: Simply send an email to
[EMAIL PROTECTED]

To subscribe: Simply send an email to
[EMAIL PROTECTED]

To catch up on all the news while you were away, simply send an email to [EMAIL 
PROTECTED] The FAQ is chocked full of essential information many users are not 
even aware of.


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17310



MI-L Saving Find Paramaters

2005-07-29 Thread MATT KITOSKI
Hello, is anyone aware of a way to save the paramaters you set when performing 
a find.  For instance when searching on a roads layer I sometimes use a zip 
code boundary to refine the search, but this does not always find my location, 
so I switch from a zip code boundary file to a civil division table to refine 
the search.  Wish there was a way to save these paramaters and be able to 
toggle back and forth between them instead of actually using the drop-down menu 
and switching tables manually.  I know this isn't too hard to do, but thought 
there may be an easier way.  Thanks!


MI-L Integrated Mapping Clone Windows

2005-07-29 Thread Milo van der Linden
Hello fellow MI addicts!

I am building an integrated Mapping application in Visual Basic and we use
the Mapbasic command Clone window to get several mapwindows open that are in
base the same, but get different thematic maps attached to them. In some
cases, and we can't figure out when, we close a cloned window and try to set
the frontwindow back to our main mapwindow. MapInfo refuses to answer to the
set frontwindow command and keeps returning 0 as frontwindowID.


Is there anyone who has experience with a problem like this? Losing
frontwindow after closing a cloned window?

Kind regards,

Milo van der Linden 
AVD-ICT GIS Consultant
*   Hoogbloklandseweg 24
*   4205 NE  Gorinchem
Tel. +31 183 50 81 50
Fax. +31 183 50 81 60
Mob. +31 629 54 06 96


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17312



MI-L Maximum Function

2005-07-29 Thread Ronning, Christine
Thanks to those who replied,

By nesting the function Maximum(Maximum(Maximum(field1,field2),field3) I
was able to get the value I was looking for

Christine


MI-L Error when splitting polygons

2005-07-29 Thread Broggio, Phil
> Has anyone come across a potential bug in MapInfo when splitting or
> erasing polygons?
> 
> We seem to be getting very small overlaps or gaps when using one polygon
> to split/erase another. This only seems to happen if the erase creates an
> object with two polygons or more per row. The width of these is very small
> about 0.1m but big enough to register. 
> 
> It seems that the the program isn't snapping exactly to the edges of the
> polygon used to split or erase.
> 
> Any thoughts gratefully received.
> 
> 
> Phil Broggio
> 
> Systems and Application Engineer
> Network Performance
> Southern Water
> 
> Tel :01273 210626
> E Mail :   [EMAIL PROTECTED]
> 

This e-mail is intended solely for the person or organisation to
which it is addressed. It may contain privileged and confidential
information. If you are not the intended recipient, you are
prohibited from copying, disclosing or distributing this e-mail or
its contents (as it may be unlawful for you to do so) or taking any
action in reliance on it.

If you receive this e-mail by mistake, please delete it then advise
the sender immediately by reply e-mail to [EMAIL PROTECTED]

Without prejudice to the above prohibition on unauthorised copying
and disclosure of this e-mail or its contents, it is your
responsibility to ensure that any onward transmission, opening or
use of this message and any attachments will not adversely affect
your or the onward recipients' systems or data.  Please carry out
such virus and other such checks as you consider appropriate.

An e-mail reply to this address may be subject to monitoring for
operational reasons or lawful business practices.

This e-mail is issued by Southern Water Services Limited, company
number 2366670 and having its registered office at Southern House,
Yeoman Road, Worthing, BN13 3NX.

In sending this e-mail the sender cannot be deemed to have specified
authority and the contents of the e-mail will have no contractual
effect unless (in either case) it is otherwise agreed between
Southern Water Services Limited and the recipient.

MI-L Points to Polygon

2005-07-29 Thread Cameron McGregor
Further to my question about converting points to polygon, I have used
the convex hull tool in MI and it works. I was wondering if there is a
concave hull creator out there. This would provide a little more detail
when combining my points to a polygon as the convex makes it rather
generalized.

Thanks,
Cam


- Original Message - 
From: "Cameron McGregor" <[EMAIL PROTECTED]>
To: 
Sent: Monday, July 18, 2005 7:31 PM
Subject: MI-L Points to Polygon


Hi there,

I was wondering if anyone had a method/MBX of being able to take a point
file and turn it into a polygon. The points would be huddled together
for the most part in one area. What I would anticipate the process doing
is taking the outmost points and connect them to create an enclosed
polygon.

Any help would be greatly appreciated.



Regards,

Cam





-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17193


-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17315



Re: MI-L Error when splitting polygons

2005-07-29 Thread Robert Crossley

Phil,

If it is not unrealistic from a data perspective, you may get a better  
result if you overlay the nodes of the target object to the splitting  
object first.  I am not sure what the effect is caused by, but have seem  
it myself when splitting one of two adjoining polygons, and then the two  
polygons not adjoining correctly anymore.  I needed to also insert a node  
in the adjoining (unsplit) polygon as well.  It may be something to do  
with projections and where MI projects the intersection to be from two  
differnt nodes, and how this fits in with the line.  Not quite sure.


r


On Fri, 29 Jul 2005 16:31:52 +0100, Broggio, Phil  
<[EMAIL PROTECTED]> wrote:



Has anyone come across a potential bug in MapInfo when splitting or
erasing polygons?

We seem to be getting very small overlaps or gaps when using one polygon
to split/erase another. This only seems to happen if the erase creates  
an
object with two polygons or more per row. The width of these is very  
small

about 0.1m but big enough to register.

It seems that the the program isn't snapping exactly to the edges of the
polygon used to split or erase.

Any thoughts gratefully received.


Phil Broggio

Systems and Application Engineer
Network Performance
Southern Water

Tel :01273 210626
E Mail :   [EMAIL PROTECTED]



This e-mail is intended solely for the person or organisation to
which it is addressed. It may contain privileged and confidential
information. If you are not the intended recipient, you are
prohibited from copying, disclosing or distributing this e-mail or
its contents (as it may be unlawful for you to do so) or taking any
action in reliance on it.

If you receive this e-mail by mistake, please delete it then advise
the sender immediately by reply e-mail to  
[EMAIL PROTECTED]


Without prejudice to the above prohibition on unauthorised copying
and disclosure of this e-mail or its contents, it is your
responsibility to ensure that any onward transmission, opening or
use of this message and any attachments will not adversely affect
your or the onward recipients' systems or data.  Please carry out
such virus and other such checks as you consider appropriate.

An e-mail reply to this address may be subject to monitoring for
operational reasons or lawful business practices.

This e-mail is issued by Southern Water Services Limited, company
number 2366670 and having its registered office at Southern House,
Yeoman Road, Worthing, BN13 3NX.

In sending this e-mail the sender cannot be deemed to have specified
authority and the contents of the e-mail will have no contractual
effect unless (in either case) it is otherwise agreed between
Southern Water Services Limited and the recipient.




--


Robert Crossley

Agtrix P/L
9 Short St
PO Box 63
New Brighton 2483
Far Southern Queensland
AUSTRALIA

153.549004 E 28.517344 S

P: 02 6680 1309
F: 02 6680 5214
M: 0419 718 642
E: [EMAIL PROTECTED]
W: www.agtrix.com
W: www.wotzhere.com
skype: robertcrossley

-
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17316



MI-L ML - friday funnies

2005-07-29 Thread Figuers
something to lighten the day

s. figuers


Subject: California Driving

  For those of you who are not "fortunate" enough to live in California,
here is a copy of the California Driver's Exam, and for those of you who
do, study real hard. This is a new Exam. Since driving conditions (and
culture) are unique in California, the California Department of Motor
Vehicles has revised this exam and driver's test solely for California.

  2005 CALIFORNIA DRIVER'S LICENSE APPLICATION

  Name: ___ Stage Name:


  Agent:  Attorney:

  Therapist's Name: _

  Sex: [ ] Male  [ ] Female*  [ ] Formerly Male  [ ] Formerly Female  [ ] Both

  *If female, indicate breast implant size: ___

  Will the size of your implants hinder your ability to safely operate a
motor vehicle in any way? [ ] Yes [ ] No

  Please list brand of cell phone: .

  If you don't own a cell phone, please explain why you don't:
  .

  (Use extra pages, if necessary)

  Please check hair color:

  Females: [ ] Blonde  [ ] Platinum Blonde

  Teenagers: [ ] Red  [ ] Orange  [ ] Green  [ ] Purple  [ ] Blue  [ ]
Skinhead  [ ] Other ___

  Please check activities you perform while driving: (Check all that apply)

  [ ] Eating

  [ ] Drinking Starbucks coffee

  [ ] Applying make-up

  [ ] Shaving (male or female)

  [X] Talking on the phone (already checked for your convenience)

  [ ] Lifting weights

  [ ] Slapping kids in the back-seat

  [ ] Applying cellulite treatment to thighs

  [ ] Tanning

  [ ] Watching TV of DVD

  [ ] Reading Variety

  [ ] Surfing the net via laptop

  [ ] Discharging firearms / reloading


  Please indicate how many times, while driving, you expect to:

  [ ] a) Shoot at other drivers ___

  [ ] b) Be shot at ___


  If you are the victim of a carjacking, you should immediately:

  [ ] a) Call the police to report the crime.

  [ ] b) Call Channel 9 News to report the crime, then watch your car
on the news in a high- speed chase.

  [ ] c) Call your attorney and discuss lawsuit against cellular phone
company for your 911 call not going through.

  [ ] d) Call your therapist.


  In the event of an earthquake, you should:

  [ ] a) Stop your car.

  [ ] b) Keep driving and hope for the best.

  [ ] c) Immediately use your cell phone to call all loved ones.

  [ ] d) Pull out your video camera and obtain footage for Channel 9.



  In the instance of rain, you should:

  [ ] a) Never drive over 5 MPH.

  [ ] b) Drive twice as fast as usual.

  [ ] c) You're not sure what "rain" is.


  Please indicate your current number of therapy sessions per week:  


  Are you presently taking any of the following medications?

  [ ] a) Prozac

  [ ] b) Zovirax

  [ ] c) Lithium

  [ ] d) Zanax

  [ ] e) Valium

  [ ] f) Medical pot

  [ ] g) Zoloft

  [ ] h) All of the above

  [ ] i) None of the above*

  * If none, please explain: __.



  Length of daily commute:

  [ ] a) Less than 1 hour*

  [ ] b) 1 hour

  [ ] c) 2 hours

  [ ] d) 3 hours

  [ ] e) 4 hours or more

  * If less than 1 hour, please explain:.


  When stopped by police, you should:

  [ ] a) Pull over and have your driver's license and insurance form 
ready.

  [ ] b) Try to outrun them by driving the wrong way on the freeway.

  [ ] c) Have your video camera ready and provoke them to attack, thus
ensuring yourself of a hefty lawsuit profit.


  When you see a woman driver with her arm extended out the window, it means:

  [ ] a) Her turn-signals are broken.

  [ ] b) She is giving an indication she intends to change lanes.

  [ ] c) She is drying her nails.


  Which part of your car will wear out first?

  [ ] a) The wiper blades

  [ ] b) The seat belts

  [ ] c) The horn


  Automatic door locks are good for:

  [ ] a) Security

  [ ] b) Convenience

  [ ] c) Messing with the heads of people trying to get in.


  The "bright" setting on your headlights is for:

  [ ] a) Dark, poorly lit roads

  [ ] b) Flashing to get the car ahead to move out of the way

  [ ] c) Revenge


MI-L Clip Raster

2005-07-29 Thread jelena puzic
Does anyone have a utility that clips or cookie cuts around a rater (grid 
geochem file)?
 
Thank you
Jelena

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com