Package com.bbn.openmap.layer.rpf.corba.CRpfFrameProvider

Examples of com.bbn.openmap.layer.rpf.corba.CRpfFrameProvider.RawImage


                                       short x, short y, String uniqueID) {

        Debug.message("crfpdetail",
                "CRFPServer: handling raw subframe request for client");

        RawImage ri = new RawImage();
        RpfIndexedImageData riid = null;

        try {
            currentCache = getCurrentCache(uniqueID);
View Full Code Here


        Debug.message("crfp",
                "CRFPClient: getting raw subframe data from server.");

        try {
            RawImage ri = serv.getRawSubframeData((short) tocNumber,
                    (short) entryNumber,
                    (short) x,
                    (short) y,
                    clientID);
View Full Code Here

TOP

Related Classes of com.bbn.openmap.layer.rpf.corba.CRpfFrameProvider.RawImage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.