Coordinate system API

Coordinate system API

Anonymous
Not applicable
582 Views
2 Replies
Message 1 of 3

Coordinate system API

Anonymous
Not applicable
Hi

Can anyone suggest a good way of doing coordinate transforms (e.g. UTM28S to
LL84) in AutoCAD map without doing query inserts e.g. using the coordinate
system api (csapi: can't find any documentation for this) or anything else?

Much appreciated!!

Oisin
0 Likes
583 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
From AcMapAds.chm...



Coordinate Transformation Functions
Data Extension Functions

The coordinate transformation functions begin with ade_proj.

ade_projgetctgyname
Identifies the category that a coordinate system belongs to.

ade_projgetinfo
Gets information about a projection system.

ade_projgetwscode
Gets the project drawing's coordinate system code.

ade_projlistctgy
Lists available coordinate system categories.

ade_projlistcrdsysts
Lists available coordinate systems in a given category.

ade_projptbackward
Computes new coordinates for a source point.

ade_projptforward
Computes new coordinates for a destination point.

ade_projsetdest
Sets the destination coordinate system.

ade_projsetsrc
Sets the source coordinate system.

ade_projsetwscode
Sets the project drawing's coordinate system.



"Oisin" wrote in message
news:049A6CE63E6D2FB473B69596974AC232@in.WebX.maYIadrTaRb...
> Hi
>
> Can anyone suggest a good way of doing coordinate transforms (e.g. UTM28S
to
> LL84) in AutoCAD map without doing query inserts e.g. using the coordinate
> system api (csapi: can't find any documentation for this) or anything
else?
>
> Much appreciated!!
>
> Oisin
>
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks for this! I'll now have to figure out how to use lisp or the ADSRX to access these in VB.

Oisin
0 Likes