I am using the setProjectionType() function of the MapBean class and the
compiler said that the setProjectionType() function is deprecated. Does
anyone know what function replaces the setProjectionType() function?
Does anyone have source code they could send me that uses the function
that replaces it? Below is a snap shot if the source code I use that
when compiled shows that the setProjectionType is deprecated.
basicMapPanel = new BasicMapPanel(new com.bbn.openmap.PropertyHandler(
getFrameProperties()));
//Get BasicMapPanel's MapBean
MapBean mapBean = basicMapPanel.getMapBean();
> mapBean.setProjectionType(CADRG.CADRGType);
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Tue Nov 23 2004 - 16:56:47 EST