public interface IGeoServer
| Modifier and Type | Method and Description |
|---|---|
void |
deleteService(ServiceType type,
String serviceName)
删除指定服务
|
IGeoService |
getService(ServiceType type,
String serviceName)
获取服务详情
|
List<IGeoService> |
getServices()
获取服务器下所有服务
|
com.geoway.adf.gis.basic.PageList<IGeoService> |
getServices(List<ServiceType> serviceTypes,
String keyword,
int pageIndex,
int rows)
搜索服务器下的服务
|
String |
getUrl()
获取服务器地址
|
IGeoService |
publishService(IServicePublishParams publishParams)
发布服务
|
IGeoService |
publishTempService(IServicePublishParams params)
发布临时服务
|
void |
reCreateCache(IGeoService service)
重建服务缓存
|
boolean |
testConnect()
测试连接
|
boolean testConnect()
String getUrl()
List<IGeoService> getServices()
com.geoway.adf.gis.basic.PageList<IGeoService> getServices(List<ServiceType> serviceTypes, String keyword, int pageIndex, int rows)
serviceTypes - 服务类型keyword - 关键词void deleteService(ServiceType type, String serviceName)
type - 服务类型serviceName - 服务名称IGeoService getService(ServiceType type, String serviceName)
type - 服务类型serviceName - 服务名称IGeoService publishService(IServicePublishParams publishParams)
publishParams - 发布参数void reCreateCache(IGeoService service)
service - IGeoService publishTempService(IServicePublishParams params)
params - Copyright © 2025. All rights reserved.