登录
首页 » Java » cityGmlLoader

cityGmlLoader

于 2012-02-01 发布 文件大小:24KB
0 220
下载积分: 1 下载次数: 15

代码说明:

  用java编写实现了cityGML的数据格式转换问题,用cityGML4j开发包实现从obj数据格式转换为citygml格式(Written with java achieve cityGML data format conversion, from a development kit with cityGML4j obj format data format to citygml)

文件列表:

cityGmlLoader
.............\src
.............\...\com
.............\...\...\gis
.............\...\...\...\data
.............\...\...\...\....\PublicData.java,448,2010-07-03
.............\...\...\...\gui
.............\...\...\...\...\MainGui.java,7335,2010-07-03
.............\...\...\...\...\panel
.............\...\...\...\...\.....\TransformPanel.java,11819,2010-07-04
.............\...\...\...\...\table
.............\...\...\...\...\.....\GroupTable.java,2314,2010-07-04
.............\...\...\...\...\tree
.............\...\...\...\...\....\GroupTree.java,1635,2010-07-04
.............\...\...\...\...\util
.............\...\...\...\...\....\FileUtil.java,1059,2010-07-03
.............\...\...\...\...\....\GuiUtil.java,658,2010-07-03
.............\...\...\...\...\....\IContains.java,186,2010-07-03
.............\...\...\...\...\....\Info.java,1124,2010-07-03
.............\...\...\...\loader
.............\...\...\...\......\BoundedBy.java,2955,2010-07-03
.............\...\...\...\......\Color.java,858,2010-07-03
.............\...\...\...\......\LineParser.java,230,2010-07-03
.............\...\...\...\......\Material.java,1476,2010-07-03
.............\...\...\...\......\ObjectLoader.java,10580,2010-07-03
.............\...\...\...\......\Polygon3D.java,2860,2010-07-03
.............\...\...\...\......\PolygonGroup.java,6567,2010-07-04
.............\...\...\...\......\ShadedTexture.java,773,2010-07-03
.............\...\...\...\......\TexturedPolygon3D.java,921,2010-07-03
.............\...\...\...\......\Vector2D.java,2546,2010-07-03
.............\...\...\...\......\Vector3D.java,3005,2010-07-03
.............\...\...\...\Main.java,949,2010-07-03
.............\...\...\...\Test.java,374,2010-07-03
.............\...\...\...\transform
.............\...\...\...\.........\CitygmlTransform.java,11756,2010-07-04
.............\...\...\...\util
.............\...\...\...\....\CityGmlUtils.java,1549,2010-07-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • image
    Java版色情图像过滤入门示例及源码模拟绿坝过滤机制(Introduction to Java version of pornographic image filtering example and source analog filtering mechanism Green Dam)
    2010-05-14 15:17:16下载
    积分:1
  • TrafficSignalControlSystem
    交通信号灯控制系统,根据输入的车流量计算各信号灯的配时信息(Traffic signal control system, according to the calculation of the input signal of the flow of timing information)
    2009-04-24 11:00:28下载
    积分:1
  • MouseGestures-1.2
    java写的一个鼠标手势识别程序 java写的一个鼠标手势识别程序(java write a mouse gesture recognition procedures java write a mouse gesture recognition procedures)
    2021-04-06 17:09:02下载
    积分:1
  • tut-rest-master
    You re creating an API that clients need to consume across the web. You want to open up your organization s data to consumption by varied clients across the web. You need to integrate your application with other applications inside your own organization, but you don t have control over the languages, tools, or frameworks for those applications.
    2014-03-18 11:30:50下载
    积分:1
  • c2007629214256
    在管理员表中初始插入数据 usn: admin, pwd: 21232F297A57A5A743894A0E4A801FC3 初始用户账号/密码: admin (密码为 md5 加密) SRC/: JAVA 程序源文件目录 src/Conn.java 是数据库连接的类 请先修改里面的数据库连接 src/Gload.java 全局类 实现一些全局功能 mssqlserver.jar, msutil.jar, msbase.jar ------- SQL Server 的驱动包,请导入工程 DataBase/图书_Data.MDF: SQL Server 2000 数据库文件, 可直接附加 CreateTab.sql SQL Server 建表脚本(In an administrator to insert the initial data table usn: admin, pwd: 21232F297A57A5A743894A0E4A801FC3 initial user account/password: admin (password is md5 encrypted) SRC /: JAVA program source file directory src/Conn.java is a database connection class, please modify the database connection inside the src/Gload.java overall category realize the overall function of a number of mssqlserver.jar, msutil.jar, msbase.jar- SQL Server driver package, please import Engineering DataBase/books _Data.MDF: SQL Server 2000 database documents, can be directly attached CreateTab.sql SQL Server to build table script)
    2008-07-01 01:45:14下载
    积分:1
  • Win-in-the-clouds
    赢在云端,一本描述云计算的书籍,希望对云计算入门的同学有所帮助。(Win in the clouds, a description of cloud computing books, we hope the cloud started to help students.)
    2013-08-06 17:12:56下载
    积分:1
  • weblogic基本概念
    WebLogic 应用服务器有如下几个基本概念:  Domain: 域是个逻辑概念,用来组织管理一系列的应用服务器实例,也就是下面要解释的server. 域是WebLogic应用服务器中最大的概念,WebLogic应用服务器启动的时候就是以某个域来启动的,它有一个中心配置文件叫config.xml. A domain is the basic administration unit for WebLogic Server instances (servers) that is represented in its own configuration file (config.xml). A domain consists of one or more servers (and their associated resources) that you manage with a single Administration Server. Cluster: 族也是一个逻辑概念,用来分组用途相同的服务器实例,一个域中可以有多个族。 A cluster is a deployment in which multiple WebLogic Server instances (servers) run simultaneously and work together to provide increased scalability and reliability. A cluster appears to clients to be a single WebLogic Server instance. The servers that constitute a cluster can run on the same machine, or be located on different machines. Machine: 机器是物理上的概念,代表一台运行WebLogic应用服务器的实在的机器,包括其IP地址等信息。一个域中可以包括多台机器。(同一台机器可以属于不同的域吗?) A machine is the logical representation of the computer that hosts one or more WebLogic Server instances (servers). WebLogic Server uses configured machine names to determine the optimum server in a cluster to which certain tasks, such as HTTP session replication, are delegated. The Administration Server uses the machine definition in conjunction with the Node Manager application to start remote servers. Server: 服务器,也就是一个应用服务器的实例,用来部署和运行各种J2EE应用程序,也可以来配置各种服务程序。它是WebLogic应用服务器的基本服务单元。一个WebLogic域中一般有一个管理服务器和多个被管理服务器。也就是下面我们要谈到的两个概念。  A server is an instance of WebLogic Server that runs in its own Java Virtual Machine (JVM) and has its own configuration. Each WebLogic Server domain must have one server that acts as the Administration Server. In a typical production environment, the Administration Server is where the Administration Console is run and used to perform administrative tasks. By default, the Administration Server is called myserver. A typical production environment may also have one or more Managed Servers, which are instances of WebLogic Server used to host enterprise applications. Administrative Server: 管理服务器是用来管理配置域的中心点,一般来说,管理服务器上是不部署应用程序的,而是用来统一管理、配置、监控被管理服务器以及部署应用程序到被管理服务器上。一个域中有一台管理服务器。 Managed Server: 被管理服务器是用来部署运行各种应用程序的。一个域中有一台或多台被管理服务器。 Node Manager: 节点管理器是一个单独运行的后台程序,一般运行在被管理服务器的机器上,用来提供远程启动和停止服务器(Server)的功能。
    2014-02-28下载
    积分:1
  • AirConditioningCode
    分布式温控系统基本要求 1. 中央空调是冷暖两用,但一次只能使用一种温控装置。当设置为供暖时,供暖温度控制在25°C~30°C之间,当设置为制冷时,制冷温度控制在18°C~25°C之间。 2. 中央空调具备开关按钮,只可人工开启和关闭,中央空调开启后处于待机状态。当关闭后,不响应来自房间的任何温控请求。当有来自从控机的温控要求时,中央空调开始工作。当所有房间都没有温控要求时,中央空调的状态回到待机状态。 3. 房间内有独立的从控空调机,但没有冷暖控制设备。从控机具有一个传感器,实时监测房间的温度,并与从控机的目标设置温度进行对比,决定是否需要制冷或制热,并向中央空调机发出请求。如果从控机发出的请求和中央空调设置的冷暖控制状态发生矛盾时,以中央空调机的状态优先,即中央空调机不予响应。 4. 从控机只能人工方式开闭,并通过控制面板设置目标温度,目标温度有上下限制。所有房间的初始目标温度由中央空调机设置,每个房间的空调机开启时要读取中央空调机预置的房间温度。温度升降范围应该在目标温度的上下1 °C。房间不考虑大小和管道的分布及大小问题,在达到目标温度后,房间的温度每分钟上下变化0.1°C。 (Basic requirements of a distributed temperature control system 1. Central air conditioning is the well-being of dual-use, but can only use a thermostat device. When set to heating, the heating temperature at 25 ° C ~ 30 ° C, and when set to cooling, the cooling temperature at 18 ° C ~ 25 ° C between. 2. Central air conditioning with switch buttons can only be manually opened and closed, central air-conditioning turned on in standby mode. When closed, do not respond to a request from the room of any thermostat. When the machine from temperature control from the control requirements, central air-conditioning work. When all rooms are no thermostat demand, central air condition back to standby. 3. Room independent from the control air conditioning, but no climate-control equipment. From the control machine with a sensor, real-time monitoring the temperature of the room, and with the goal set from the control unit compares the temperature to determine the need for cooling or he)
    2021-04-14 20:58:54下载
    积分:1
  • cypClockDemo
    一个利用多线程写的显示时钟窗口的小程序.是我刚学JAVA时的一份心得!(use a multi-threaded write the clock showed a small window procedure. Yes, I am just learning a Java experience!)
    2006-06-02 18:37:47下载
    积分:1
  • internal_error
    Class Dumper extends Base Dumper Source Code for Andriod.
    2014-01-08 14:03:58下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载