| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.dms.common.web.Response<String> |
AppCatalogManageController.addCompositeNode(String appCatalogId,
String fatherId,
String nodeName,
Integer nodeType,
String nodePhase,
Boolean showTimeLine,
org.springframework.web.multipart.MultipartFile picture) |
com.geoway.adf.dms.common.web.Response<String> |
AppCatalogManageController.addFolderNode(String appCatalogId,
String fatherId,
String nodeName,
String describe,
org.springframework.web.multipart.MultipartFile picture) |
com.geoway.adf.dms.common.web.Response<String> |
MapSceneController.addMapScene(String name,
Integer type,
String pid,
String desc,
String layerInfo,
String location,
String chartUrl,
org.springframework.web.multipart.MultipartFile picture) |
com.geoway.adf.dms.common.web.Response |
MapViewSchemaController.addViewSchema(String name,
Short catalogModel,
String appCatalogId,
String groupName,
String cardId,
String layerInfo,
String location,
String chartUrl,
Boolean isPublic,
String desc,
String extType,
String hotkey,
org.springframework.web.multipart.MultipartFile picture) |
com.geoway.adf.dms.common.web.Response |
AppCatalogManageController.editCompositeNode(String nodeId,
String nodeName,
String extension,
String nodePhase,
Boolean showTimeLine,
org.springframework.web.multipart.MultipartFile picture,
Boolean deletePicture,
String serviceId,
String styleId,
Boolean autoload,
Integer minLevel,
Integer maxLevel,
Boolean serviceVague,
Double xmin,
Double ymin,
Double xmax,
Double ymax) |
com.geoway.adf.dms.common.web.Response |
AppCatalogManageController.editDatasetNode(String nodeId,
String nodeName,
String describe,
String extension,
Boolean autoload,
Boolean canChoose,
Boolean canQuery,
Integer minLevel,
Integer maxLevel,
Boolean serviceVague,
Double xmin,
Double ymin,
Double xmax,
Double ymax,
org.springframework.web.multipart.MultipartFile picture,
Boolean deletePicture,
String defineQueryString) |
com.geoway.adf.dms.common.web.Response |
AppCatalogManageController.editFolderNode(String nodeId,
String nodeName,
String describe,
String extension,
org.springframework.web.multipart.MultipartFile picture,
Boolean deletePicture) |
com.geoway.adf.dms.common.web.Response |
AppCatalogManageController.editGeoDatasetNode(String nodeId,
String nodeName,
String describe,
Boolean autoload,
Boolean canChoose,
Boolean canQuery,
String extension,
Integer minLevel,
Integer maxLevel,
Boolean serviceVague,
Double xmin,
Double ymin,
Double xmax,
Double ymax,
org.springframework.web.multipart.MultipartFile picture,
Boolean deletePicture,
String defineQueryString,
String styleId,
Boolean showAggregation,
String aggregationSetting) |
com.geoway.adf.dms.common.web.Response |
AppCatalogManageController.editVectorTileServiceDatasetNode(String nodeId,
String nodeName,
String describe,
String styleId,
Boolean autoload,
Boolean canChoose,
Boolean canQuery,
String extension,
Integer minLevel,
Integer maxLevel,
Boolean serviceVague,
Double xmin,
Double ymin,
Double xmax,
Double ymax,
org.springframework.web.multipart.MultipartFile picture,
Boolean deletePicture) |
com.geoway.adf.dms.common.web.Response |
MapSceneController.updateMapScene(String id,
String name,
String desc,
String layerInfo,
String location,
String chartUrl,
org.springframework.web.multipart.MultipartFile picture,
Boolean deletePicture) |
com.geoway.adf.dms.common.web.Response |
MapViewSchemaController.updateViewSchema(Long schemaId,
String name,
Short catalogModel,
String appCatalogId,
String cardId,
String groupName,
String layerInfo,
String location,
String chartUrl,
Boolean isPublic,
String desc,
String extType,
String hotkey,
org.springframework.web.multipart.MultipartFile picture,
Boolean deletePicture) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadFileCheckAspect.before(org.aspectj.lang.JoinPoint joinPoint,
UploadFileCheck annotation) |
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.dms.common.web.Response<String> |
MaterialController.importGroup(String typeId,
Integer importStrategy,
org.springframework.web.multipart.MultipartFile file) |
com.geoway.adf.dms.common.web.Response<Boolean> |
SysParamsController.importScheme(org.springframework.web.multipart.MultipartFile file) |
com.geoway.adf.dms.common.web.Response<Boolean> |
ColorManageController.importScheme(org.springframework.web.multipart.MultipartFile file,
String schemeId) |
com.geoway.adf.dms.common.web.Response |
DictionaryController.importXml(org.springframework.web.multipart.MultipartFile file,
Long dictionaryId) |
com.geoway.adf.dms.common.web.Response |
FileModelController.importXml(org.springframework.web.multipart.MultipartFile file,
String name) |
com.geoway.adf.dms.common.web.Response<List<AttachmentDTO>> |
AttachmentController.uploadAttachment(String relatedType,
String relatedId,
org.springframework.web.multipart.MultipartFile[] files,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
com.geoway.adf.dms.common.web.Response<List<String>> |
MaterialController.uploadMaterial(String groupId,
org.springframework.web.multipart.MultipartFile[] files) |
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.dms.common.web.Response<List<com.geoway.adf.dms.common.dto.FieldDTO>> |
GeoDatabaseController.loadFieldTemplateFile(org.springframework.web.multipart.MultipartFile file) |
com.geoway.adf.dms.common.web.Response<List<InputDataResultDTO>> |
DataInputController.uploadDataInput(org.springframework.web.multipart.MultipartFile file,
Integer srid,
Boolean create,
Boolean publishService,
String dsKey) |
com.geoway.adf.dms.common.web.Response<String> |
DataInputController.uploadDataInputAsync(org.springframework.web.multipart.MultipartFile file,
Integer srid,
Boolean create,
Boolean publishService,
String dsKey) |
com.geoway.adf.dms.common.web.Response<DatasetDTO> |
DataInputController.uploadS57DataInput(org.springframework.web.multipart.MultipartFile file) |
com.geoway.adf.dms.common.web.Response<String> |
FileStorageController.uploadSelectFile(org.springframework.web.multipart.MultipartFile file,
String uuid,
Boolean unzip) |
void |
FileStorageController.uploadSelectFile(org.springframework.web.multipart.MultipartFile file,
String dbKey,
String tarPath,
Boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
com.geoway.adf.dms.common.web.Response<String> |
CommonUtilController.uploadGeometryFile(org.springframework.web.multipart.MultipartFile file,
Integer srid) |
com.geoway.adf.dms.common.web.Response<CommonUtilController.TempRasterInfo> |
CommonUtilController.uploadRasterFile(org.springframework.web.multipart.MultipartFile[] files) |
com.geoway.adf.dms.common.web.Response<CommonUtilController.TempFileInfo> |
CommonUtilController.uploadTempFile(org.springframework.web.multipart.MultipartFile file) |
Copyright © 2025. All rights reserved.