MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
return impl.getMapById(in0);
}
public it.eng.spagobi.sdk.maps.bo.SDKFeature[] getMapFeatures(java.lang.Integer in0) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
return impl.getMapFeatures(in0);
}