[MetaCRS] Anyone developing CSMap for NET?

Maksim Sestic max at geoinova.com
Thu Jan 20 08:55:21 EST 2011


Hi Andre,

If I recall correctly - there was both namespace and versioning collision.
Map 3D expected binary compatible version of MGOS wrappers. I think it was
Map 3D 2011 and my set of MGOS 2.1 libraries. There was slight difference in
assembly versions build numbers. 

Regards,
Maksim Sestic

-----Original Message-----
From: Andre Barth [mailto:Andre.Barth at autodesk.com] 
Sent: Thursday, January 20, 2011 14:24
To: Maksim Sestic; Hugues Wisniewski; Norm Olsen; 'STEPHEN STANTON';
metacrs at lists.osgeo.org
Subject: RE: [MetaCRS] Anyone developing CSMap for NET?

Hi Maksim,

Could it be that you had a name space collision, i.e. you basically built
your app against the MgOS wrappers but you've then been unable to load your
assembly into M3D because that had its own version of the SWIG wrappers?

If that was true - which version have you been using?

André

-----Original Message-----
From: metacrs-bounces at lists.osgeo.org
[mailto:metacrs-bounces at lists.osgeo.org] On Behalf Of Maksim Sestic
Sent: Donnerstag, 20. Januar 2011 09:39
To: Hugues Wisniewski; Norm Olsen; 'STEPHEN STANTON';
metacrs at lists.osgeo.org
Subject: RE: [MetaCRS] Anyone developing CSMap for NET?

Hi Hugues,

The idea was to use MGOS managed wrappers to access CS-MAP functionality.
The API I've been coding was supposed to work on AutoCAD and its verticals,
but was basically host-neutral (had a "provider" for managed ObjectARX).
Everything worked fine, except on Map 3D. Somehow I had problems running my
set of MGOS libraries side-by-side with Map's wrappers for MGOS wrappers for
CS-MAP :-) I don't remember what was exact issue anymore, but I resorted to
GDAL's OGR managed wrapper + CS-MAP's NameMapper.csv file to resolve naming
issues when creating FDO datastores.

Regards,
Maksim Sestic

-----Original Message-----
From: Hugues Wisniewski [mailto:hugues.wisniewski at autodesk.com]
Sent: Tuesday, January 18, 2011 21:36
To: Maksim Sestic; Norm Olsen; 'STEPHEN STANTON'; metacrs at lists.osgeo.org
Subject: RE: [MetaCRS] Anyone developing CSMap for NET?

Hello Maksim,

And what kind of problem would that be?
Can you please be more specific?
Thanks

Hugues

-----Original Message-----
From: metacrs-bounces at lists.osgeo.org
[mailto:metacrs-bounces at lists.osgeo.org] On Behalf Of Maksim Sestic
Sent: Tuesday, January 18, 2011 9:52 AM
To: Norm Olsen; 'STEPHEN STANTON'; metacrs at lists.osgeo.org
Subject: RE: [MetaCRS] Anyone developing CSMap for NET?

Hi Norm,

There's actually a problem running latest version of open soruce managed
MapGuide API and AutoCAD Map 3D side-by-side (that is - in case of managed
code running within Map).

Regards,
Maksim Sestic


-----Original Message-----
From: metacrs-bounces at lists.osgeo.org
[mailto:metacrs-bounces at lists.osgeo.org] On Behalf Of Norm Olsen
Sent: Tuesday, January 18, 2011 18:00
To: STEPHEN STANTON; metacrs at lists.osgeo.org
Subject: RE: [MetaCRS] Anyone developing CSMap for NET?

Hello Steve . . .

Categories was an Autodesk addition to the CS-MAP package, thus it is
handled quite differently and much of the functionality is actually
implemented in the MapGuide API.  As far as figuring out what is available
as far as API, I suggest you look at the CoordSysCategoryDictionary.cpp
module.

There is a list for MetaCRS which is quite small and more suitable for
questions regarding CS-MAP.  I'm not sure exactly how to get on that list,
but it should be pretty easy.  (MetaCRS is an open source group for
coordinate system related stuff in general.  It includes CS-MAP, Proj4,
Proj4 emulations in Java, and other CRS related stuff.)

Norm

-----Original Message-----
From: metacrs-bounces at lists.osgeo.org
[mailto:metacrs-bounces at lists.osgeo.org] On Behalf Of STEPHEN STANTON
Sent: Sunday, January 16, 2011 3:32 PM
To: metacrs at lists.osgeo.org
Subject: RE: [MetaCRS] Anyone developing CSMap for NET?

Thanks André, I had a look at the MapGuide classes, but decided there's just
too much baggage - it would take me a month to get up to speed, and make any
installation a bit unwieldy.

So I'm looking once more at using CSMap itself. Having actually looked at
the user manual, I now see how to iterate over coordinate systems, datums,
and ellipsoids. I was hoping that access to information on categories would
follow the same pattern, but it looks like they're handled differently. Is
there any documentation out there, or example code that shows how categories
might be used as part of a coordinate system browser?

Steve

P.S. Is there a CSMap developers list that I should perhaps be posting to?


--- On Mon, 10/1/11, Andre Barth <Andre.Barth at autodesk.com> wrote:

> From: Andre Barth <Andre.Barth at autodesk.com>
> Subject: RE: [MetaCRS] Anyone developing CSMap for NET?
> To: "STEPHEN STANTON" <sstanton at btinternet.com>, "metacrs at lists.osgeo.org"
<metacrs at lists.osgeo.org>
> Date: Monday, 10 January, 2011, 7:11
> Hi Stephen,
>
> You could use the MapGuide managed API to (indirectly) access the 
> CsMap API - not all of CsMap's capabilities are exposed, though.
>
> Take a look at
http://svn.osgeo.org/mapguide/trunk/MgDev/Common/Geometry/CoordinateSystem/
> - this is the API your managed app can be implemented against.
>
> CsMap virtually has no dependencies on other 3rd party libs whereas 
> MapGuide has. Don't know, whether this would be a problem for you.
>
> André
>
> -----Original Message-----
> From: metacrs-bounces at lists.osgeo.org
> [mailto:metacrs-bounces at lists.osgeo.org]
> On Behalf Of STEPHEN STANTON
> Sent: Sonntag, 9. Januar 2011 00:29
> To: metacrs at lists.osgeo.org
> Subject: [MetaCRS] Anyone developing CSMap for NET?
>
> I've been looking to see if I can use CSMap as part of my C# 
> application, since the codebase is full of loads of good stuff. I 
> thought of trying out SWIG to generate some C# bindings, but I get the 
> impression the results would be a bit messy.
>
> Meanwhile, if I look at Proj.Net on codeplex, I see something that 
> looks relatively intuitive (perhaps that's due to GeoAPI.NET). But the 
> number of map projections supported by Proj.Net isn't that extensive, 
> and it seems no-one has been committing for ages.
>
> Is anybody working on code to make the CSMap code more accessible? If 
> not, what needs to be done to make it happen, and can I help?
>
> Steve

_______________________________________________
MetaCRS mailing list
MetaCRS at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/metacrs
_______________________________________________
MetaCRS mailing list
MetaCRS at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/metacrs

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5797 (20110118) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com




__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5797 (20110118) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


_______________________________________________
MetaCRS mailing list
MetaCRS at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/metacrs

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5798 (20110118) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


 

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5801 (20110119) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

_______________________________________________
MetaCRS mailing list
MetaCRS at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/metacrs

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5803 (20110120) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


 

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5803 (20110120) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 



More information about the MetaCRS mailing list