[fusion-users] Coordinate System
Suhaimi AK
suhaimiak at gmail.com
Mon Nov 24 15:07:39 EST 2008
Hi,
I have a problem of getting the cs code to set SpatialContextAssociation.
Below is the example of setting
SetSpatialContextAssociation using WGS84, and it's code is LL84
MgGeometricPropertyDefinition locationProperty = new
MgGeometricPropertyDefinition("Location");
locationProperty.SetGeometryTypes(MgGeometryType.Point);
locationProperty.SetHasElevation(false);
locationProperty.SetHasMeasure(false);
locationProperty.SetReadOnly(false);
locationProperty.SetSpatialContextAssociation("LL84");
//locationProperty.SetSpatialContextAssociation("Kertau (RSO)");
How can i get the code for Kertau RSO?
Then the code will continue as follows:
MgCreateSdfParams sdfParams = new MgCreateSdfParams("LL84", map.GetMapSRS(),
addressSchema);
Again, i need to change it to cs code of Kertau RSO.
Can somebody help me.
Appreciate.
Regards,
Suhaimi AK
--
View this message in context: http://www.nabble.com/Coordinate-System-tp20668733p20668733.html
Sent from the Fusion Users mailing list archive at Nabble.com.
More information about the fusion-users
mailing list