| Package | Description |
|---|---|
| com.geoway.adf.gis.geosrv | |
| com.geoway.adf.gis.geosrv.ime | |
| com.geoway.adf.gis.geosrv.publish | |
| com.geoway.adf.gis.geosrv.vtile |
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
ServiceType.getByValue(Integer value) |
ServiceType |
IGeoService.getServiceType()
服务类型
|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IGeoServer.deleteService(ServiceType type,
String serviceName)
删除指定服务
|
IGeoService |
IGeoServer.getService(ServiceType type,
String serviceName)
获取服务详情
|
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.gis.basic.PageList<IGeoService> |
IGeoServer.getServices(List<ServiceType> serviceTypes,
String keyword,
int pageIndex,
int rows)
搜索服务器下的服务
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
IMEService.getServiceType()
服务类型
|
ServiceType |
IMEServicePublishParams.getServiceType()
发布的服务类型(Tile,Terrain,3dtiles)
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMEServer.deleteService(ServiceType type,
String serviceName) |
IGeoService |
IMEServer.getService(ServiceType type,
String serviceName) |
void |
IMEService.setServiceType(ServiceType serviceType) |
void |
IMEServicePublishParams.setServiceType(ServiceType serviceType)
发布的服务类型(Tile,Terrain,3dtiles)
|
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.gis.basic.PageList<IGeoService> |
IMEServer.getServices(List<ServiceType> serviceTypes,
String keyword,
int pageIndex,
int rows) |
| Modifier and Type | Method and Description |
|---|---|
void |
IServicePublishParams.setServiceType(ServiceType serviceType)
设置待发布的服务类型
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
VTileService.getServiceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
VTileServer.deleteService(ServiceType type,
String serviceName) |
IGeoService |
VTileServer.getService(ServiceType type,
String serviceName) |
void |
VTileServicePublishParams.setServiceType(ServiceType serviceType) |
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.gis.basic.PageList<IGeoService> |
VTileServer.getServices(List<ServiceType> serviceTypes,
String keyword,
int pageIndex,
int rows) |
Copyright © 2025. All rights reserved.