FreeMicaps更新(2011.1.1):FreeMicaps V0.2.2

发布FreeMicaps V0.2.2

 

V0.2.2除了对界面和代码结构进行了修改外,主要更新如下:

 

1、添加外部程序功能

2、增加综合图菜单

3、对综合图进行扩展,综合图类包含图层样式

4、BLN格式数据支持

5、彩色等值线及单色底图

6、Micaps第三类格式等值线

7、增加批量存图功能

8、增加控件式开发示例(含源码)。

 

单色底图彩色等值线:

 

控件式开发:

 

更多效果图见相册:

http://hi.csdn.net/space-845285-do-album-id-43400.html

 

 

下载地址:

FreeMicapsV0.2.2:

http://bbs.soft666.com/guojf/FreeMicaps20110101.rar

 

控件式开发示例:

http://bbs.soft666.com/guojf/MyMap.rar

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 8
    评论
文件内容: ``` <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.sshtools</groupId> <artifactId>j2ssh-core</artifactId> <version>0.2.2</version> <packaging>jar</packaging> <name>j2ssh-core</name> <description>J2SSH is a pure Java implementation of the SSH2 protocol suite</description> <url>http://www.sshtools.com/?go=products.ssh</url> <licenses> <license> <name>GNU Lesser General Public License, Version 2.1</name> <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>lee</id> <name>Lee David Painter</name> <email>lee@sshtools.com</email> <url>http://www.sshtools.com/</url> <organization>SSHTOOLS Limited</organization> <organizationUrl>http://www.sshtools.com/</organizationUrl> <roles> <role>Developer</role> </roles> </developer> </developers> <scm> <connection>scm:svn:http://svn.sshtools.com/j2ssh/trunk</connection> <developerConnection>scm:svn:https://svn.sshtools.com/j2ssh/trunk</developerConnection> <url>http://svn.sshtools.com/j2ssh/trunk</url> </scm> <dependencies> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpg-jdk14</artifactId> <version>1.45</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk14</artifactId> <version>1.45</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.jcraft</groupId> <artifactId>jzlib</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sshtools</groupId> <artifactId>jlzma</artifactId> <version>0.0.1</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project> ``` 该pom文件描述了j2ssh-core-0.2.2.jar的元数据,包括以下内容: - groupId、artifactId、version、packaging:标识了该jar包的基本信息; - name、description、url:提供了对该jar包的描述和相关信息; - licenses:声明了该jar包采用的开源许可证; - developers:列出了参与该jar包开发的人员信息; - scm:指定了该jar包的源码管理信息; - dependencies:列出了该jar包所依赖的其他jar包; - build:提供了构建该jar包的插件配置信息。
评论 8
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值