📄 statelessmapimage.java
字号:
package com.esri.arcgis.samples.ejb;
import com.esri.arcgis.samples.ejb.value.Envelope;
import java.rmi.RemoteException;
public interface StatelessMapImage extends javax.ejb.EJBObject {
public java.util.Hashtable getMap(String mapServerHost, String mapServerName, String mapName, int width, int height, double dpi, int imageFormat, int imageReturnType) throws RemoteException, Exception;
public java.util.Hashtable zoomMap(String mapServerHost, String mapServerName, String mapDescription, String imageDescription, int pixelX, int pixelY, double factor) throws RemoteException, Exception;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -