Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周健威
rs-cloud-platform
Commits
56c98241
Commit
56c98241
authored
Dec 11, 2020
by
xiaosl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xml解析
parent
003d8bf7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
pom.xml
rs-datacenter/pom.xml
+8
-0
ImageOperateTools.java
.../platform/rs/datacenter/utils/gdal/ImageOperateTools.java
+25
-0
No files found.
rs-datacenter/pom.xml
View file @
56c98241
...
@@ -16,5 +16,13 @@
...
@@ -16,5 +16,13 @@
<module>
rs-datacenter-api
</module>
<module>
rs-datacenter-api
</module>
<module>
rs-datacenter-server
</module>
<module>
rs-datacenter-server
</module>
</modules>
</modules>
<dependencies>
<dependency>
<groupId>
org.gdal
</groupId>
<artifactId>
gdal
</artifactId>
<version>
1.11.2
</version>
</dependency>
</dependencies>
</project>
</project>
\ No newline at end of file
rs-datacenter/rs-datacenter-server/src/main/java/com/upyuns/platform/rs/datacenter/utils/gdal/ImageOperateTools.java
0 → 100644
View file @
56c98241
package
com
.
upyuns
.
platform
.
rs
.
datacenter
.
utils
.
gdal
;
public
class
ImageOperateTools
{
/**
* tif 文件转 为png文件
* @param inputPath
* @param outputPath
* @return
*/
public
static
Boolean
tif2Png
(
String
inputPath
,
String
outputPath
)
{
return
true
;
}
/**
*
* @param inputPath
* @param outputPath
* @return
*/
public
static
Boolean
tif2Jpeg
(
String
inputPath
,
String
outputPath
)
{
return
true
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment