Multilevel Updating Method of Three- Dimensional Spatial Database Presented By: Tristram Taylor SE521

Size: px
Start display at page:

Download "Multilevel Updating Method of Three- Dimensional Spatial Database Presented By: Tristram Taylor SE521"

Transcription

1 Multilevel Updating Methd f Three- Dimensinal Spatial Database Presented By: Tristram Taylr SE521

2 Written By: Yangting Liu, Gang Liu, Zhenwen He, Zhengping Weng Frm: China University f Gesciences Fr: th Internatinal Cnference n Geinfrmatics

3 Cntents What is a Spatial Database? Intrductin The Analysis f Features f 3D Spatial Data Update Multilevel Data Updating Methd and Its Applicatin Test Results and Analysis Cnclusin

4 What is a Spatial Database? Spatial Database - is a database that is ptimized t stre and query data that is related t bjects in space, including pints, lines and plygns. While typical databases can understand varius numeric and character types f data, additinal functinality needs t be added fr databases t prcess spatial data types. Spatial Queries - where predicates fr selectin deal with spatial parameters. Spatial Analysis Operatins - used t uncver spatial relatinships within and amng mapped data layers.

5 Intrductin Utilizes ArcSDE (Spatial Data Engine) In their system, they incrprate the SDO_Gemetry, which is an abstract data type prvided by Oracle Spatial. They incrprate Oracle C++ Calling Interface (OCCI) instead f ODBC r JDBC t access and update the spatial data. This paper intrduces the multilevel spatial data updating methd t schedule and update massive 3D spatial data, and imprve the efficiency, interactin and integrity f spatial databases.

6 The Analysis f Features f 3D Spatial Data Update

7 Features f 3D Spatial Data SDO_Gemetry is cmpsed f several parameters indicating gemetry type (pint, plane, line, etc.), dimensin, and an array with the x,y,z crdinates. Traditinal 2D data pses its wn challenges: Spatial features Unstructured features Spatial relatinship features Classificatin and cding features Massive data Nn-standard algebraic peratins 3D data pses thse challenges as well as: Semantics f abvegrund and undergrund Multiplicity f gemetry and texture prperties Huge quantity f data Cmplicated relatinships between mdels.

8 Difficulties During 3D Data Updating Traditinally, 3D spatial data is mdeled using the general mdel. Integrates abvegrund and undergrund. Gelgical bdies, pipelines, rads, discrete buildings, and ther bject differ significantly is aspects f: Gemetry Appearance Semantics Tplgy Massive 3D spatial data has multilevel and multi-categry features These features cause users t ignre the integrity f the spatial entity This leads t decreasing efficiency. This prject utilizes an bject riented mdel t imprve updating efficiency.

9 Multilevel Data Updating Methd and Its Applicatin

10 Multilevel Data Updating Methd The bject-riented mdel treats the bject entity as a unit t stre and manage spatial gemetric elements and emphasizes the integrity f the spatial entity. Utilizes existing tplgical relatinships between entities t reduce the input quantity f data while hlding the basic features f spatial entities. Lcal updating f OO data mdels is mre cnvenient. Inserting, deleting, r updating ne entity will nt affect the ther entities, s efficiency is higher.

11 Multilevel Structure f Spatial Data In cmmn GIS systems spatial data is usually expressed by using a layered structure, s it s cnvenient t manipulate and stre features, but the elements have bvius hierarchy n the space used. This means cmbining features f structured, unstructured, and OO features. This prject adpts the fllwing lgic mdel:

12 Table 1: Lgic Mdel f Feature Objects

13 Updating Prcess f BLOB field

14 The updating f SDO_Gemetry field In the bject-relatinal mdel f Spatial the descriptin f the gemetry f spatial data entities is stred in the bject type SDO_Gemetry, which is defined in tables by users. SDO_Gemetry is used t increase the speed f dispatching and querying data by string the bunding bx infrmatin f the spatial data Integrating abvegrund and undergrund infrmatin t establish a spatial index. SDO_GTYPE type f spatial entity (fixed) SDO_ELEM_INFO (fixed) interprets the crdinate values defined by: SDO_ORDINATES crdinate value Defined by variable length array Type NUMBER t stre crdinate value and frm the bundary The prcess f updating SDO_GTYPE and SDO_ELEM_INFO is mainly t update SDO_ORDINATES.

15 Updating SDO_GEOMETRY Update feature(id, Feature) where ID is the feature class ID and Feature is the updating bject: Begin //update the attribute data Bund = Feature.Get bund(); //btain updated infrmatin f bunding bx SDO_GEOMETRY sd_gemetry; //establish new gemetry bject NUMBER gtype = 3008; Vectr<NUMBER> elem_inf; elem_inf.pushback (1); elem_inf.pushback (1007); elem_inf.pushback (3); //establish sd_gtype and sd_elem_inf sd_gemetry.set std_gtype (gtype); sd_gemetry.set std_elem_inf (elem_inf); sd_gemetry.set std_rdinates (bund); Set bject (sd_gemetry); //set infrmatin f SDO_GEOMETRY bject //update un-structured data End

16 The Design f the Adaptive Imprt Algrithm f Attribute Data Three types f file frmats: Txt text Excel sheet Access database Users select input data t judge if the attribute structure matches the existing ne currently in database. If it s a match, user selects input mdel Item-by-item Attribute item has t be chsen Entire mdel quantity cnsistency must be calculated If cnsistent, attribute data will be imprted t database successfully.

17 The Adaptive Imprt Algrithm f Attribute Data

18 The Design f the Update Mdule in the Applicatin Layer The main functins f the update mdule f the 3D Spatial Data Management Tl in the applicatin layer are: Insert Mdify Batch replace the feature bjects Adaptive imprt attribute data in multi-mde methd

19 Design f the Update Mdule Interface

20 Steps Fr Updating Data The data management tls in client-side send request t unifrm access interface f SDE, including the infrmatin f prject, feature class and feature bjects; T see if the awaiting updating data exist in cache. If it exists, dispatch them t applicatin layer, therwise, cnnect the database and dispatch data frm database. The data is updated in client side and transmits updated data t be warehused requires by users, then, the updated data waits t be laded int database while The cnsistency and integrity f data are checked. If it mismatches the cnditin, the errr message is returned t client side, then update is restarted If matches the cnditin, updated data will be laded int database, the updated feature bjects and the peratins are recrded by database lg, which can be cnsulted by users.

21 Flw Chart f Updating Data Prcedure

22 Imprting Attribute Data with DTA Management Tl

23 Test Results and Analysis

24 The Test The update mdule f 3D spatial data management tl GV3dCatalg is develped. It is used fr abvegrund and undergrund data. The Oracle_11g is adpted as the backgrund database. Visual C++ is used as the develping language. The tl supplies the functins f warehusing, brwsing, updating, and exprting abvegrund and undergrund data.

25 Imprting Original Data int Database The riginal data is imprted int the database. Element type f cmmercial building is selected.

26 Selecting Feature Object Select ne building t delete, and the thers t mdify in batch mdel.

27 Deleting the Appinted Feature Object During update the element bject t be mdified is checked t see if it matches cnsistency and integratin f data.

28 Cnclusin In rder t slve the issue f cmplexity, integrity and efficiency f spatial data, the OCCI technlgy and bject relatin mdel supprted by Oracle Spatial is adpted fr three dimensinal spatial data multilevel updating and its realizatin based n research and analysis n spatial data engine thery and technlgy. With applicatin f this methd in three dimensinal spatial data management tl fr scheduling and updating the massive spatial data, the updating efficiency is imprved significantly. Meanwhile, hw t crdinate the relatinship between updating spatial infrmatin and visualizatin envirnment, spatial analysis peratin, is still t be cnsidered in future.

29 Questins?

30 Surces Multilevel Updating Methd f Three-dimensinal Spatial Database : Yanting Liu, Gang Liu*, Zhenwen He, Zhengping Weng; Faculty f Cmputer Science and Technlgy, China University f Gesciences(Wuhan); Wuhan, China t%20n%203d%20spatial%20data%20(eng)%20revisin%201.1.pdf

Two-Dimensional Topology Structure between Vector Layers in GIS

Two-Dimensional Topology Structure between Vector Layers in GIS 2011, Scienceline Publicatin Jurnal f Civil Engineering and Urbanism Vlume 1, Issue 1: 10-14 (2011) ISSN-2252-0430 Tw-Dimensinal Structure between Vectr Layers in GIS Davd Parvinnezhad Hkmabadi* 1, Ali

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Implementing a Data Warehuse with Micrsft SQL Server Implementing a Data Warehuse with Micrsft SQL Server Curse Cde: 20463 Certificatin Exam: 70-463 Duratin: 5 Days Certificatin Track: MCSA: SQL Server

More information

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems

UFuRT: A Work-Centered Framework and Process for Design and Evaluation of Information Systems In: Prceedings f HCI Internatinal 2007 UFuRT: A Wrk-Centered Framewrk and Prcess fr Design and Evaluatin f Infrmatin Systems Jiajie Zhang 1, Keith A. Butler 2 1 University f Texas at Hustn, 7000 Fannin,

More information

RELEASE NOTES FOR PHOTOMESH 7.3.1

RELEASE NOTES FOR PHOTOMESH 7.3.1 RELEASE NOTES FOR PHOTOMESH 7.3.1 Abut PhtMesh Skyline s PhtMesh fully autmates the generatin f high-reslutin, textured, 3D mesh mdels frm standard 2D phtgraphs, ffering a significant reductin in cst and

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Summary. Server environment: Subversion 1.4.6

Summary. Server environment: Subversion 1.4.6 Surce Management Tl Server Envirnment Operatin Summary In the e- gvernment standard framewrk, Subversin, an pen surce, is used as the surce management tl fr develpment envirnment. Subversin (SVN, versin

More information

Introduction to Programming ArcObjects using the Microsoft.Net Framework

Introduction to Programming ArcObjects using the Microsoft.Net Framework Intrductin t Prgramming ArcObjects using the Micrsft.Net Framewrk Three days Overview ArcObjects cmpnents are the building blcks f the ArcGIS family f prducts, and the ArcObjects libraries prvide a set

More information

Feature list. What s new in windpro 3.3

Feature list. What s new in windpro 3.3 Feature list What s new in windpro 3.3 1 Cntents PERFORMANCE CHECK... 2 SITE COMPLIANCE... 2 SOLAR PV - NEW... 2 BASIS... 3 MCP Measure-Crrelate-Predict... 4 METEO Wind Data Analysis... 4 SHADOW - Envirnment...

More information

Creating an Automation Framework to make Record and Play Automation practical for Test Use Cases

Creating an Automation Framework to make Record and Play Automation practical for Test Use Cases Creating an Autmatin Framewrk t make Recrd and Play Autmatin practical fr Test Use Cases Cpyright Ntice Gemetric Limited. All rights reserved. N part f this dcument (whether in hardcpy r electrnic frm)

More information

Because this underlying hardware is dedicated to processing graphics commands, OpenGL drawing is typically very fast.

Because this underlying hardware is dedicated to processing graphics commands, OpenGL drawing is typically very fast. The Open Graphics Library (OpenGL) is used fr visualizing 2D and 3D data. It is a multipurpse pen-standard graphics library that supprts applicatins fr 2D and 3D digital cntent creatin, mechanical and

More information

Implementing a SQL Data Warehouse

Implementing a SQL Data Warehouse Implementing a SQL Data Warehuse Implementing a SQL Data Warehuse Curse Cde: 20767 Certificatin Exam: 70-767 Duratin: 5 Days Certificatin Track: MCSA: SQL 2016 BI Develpment Frmat: Classrm Level: 300 Abut

More information

Maximo Reporting: Maximo-Cognos Metadata

Maximo Reporting: Maximo-Cognos Metadata Maxim Reprting: Maxim-Cgns Metadata Overview...2 Maxim Metadata...2 Reprt Object Structures...2 Maxim Metadata Mdel...4 Metadata Publishing Prcess...5 General Architecture...5 Metadata Publishing Prcess

More information

Final Report. Graphical User Interface for the European Transport Model TREMOVE. June 15 th 2010

Final Report. Graphical User Interface for the European Transport Model TREMOVE. June 15 th 2010 Date June 15 th 2010 Authrs Charitn Kuridis Dr Mia Fu Dr Andrew Kelly Thmas Papagergiu Client Eurpean Cmmissin DG Climate Actin Directrate A: Internatinal & Climate Strategy Unit A4: Strategy & Ecnmic

More information

An example of database generalization workflow: the Topographic Database of Catalonia at 1:25.000

An example of database generalization workflow: the Topographic Database of Catalonia at 1:25.000 An example f database generalizatin wrkflw: the Tpgraphic Database f Catalnia at 1:25.000 Blanca Baella, Maria Pla Institut Cartgràfic de Catalunya Parc de Mntjuïc E-08038 Barcelna http://www.icc.es blancab@icc.es

More information

Querying Data with Transact SQL

Querying Data with Transact SQL Querying Data with Transact SQL Curse Cde: 20761 Certificatin Exam: 70-761 Duratin: 5 Days Certificatin Track: MCSA: SQL 2016 Database Develpment Frmat: Classrm Level: 200 Abut this curse: This curse is

More information

Dynamic Storage (ECS)

Dynamic Storage (ECS) User Guide Dynamic Strage (ECS) Swisscm (Schweiz) AG 1 / 10 Cntent 1 Abut Dynamic Strage... 3 2 Virtual drive, the EMC CIFS-ECS Tl... 4 3 Amazn S3 Brwer... 6 4 Strage Gateway Appliance... 9 5 Amazn S3

More information

Admin Report Kit for Exchange Server

Admin Report Kit for Exchange Server Admin Reprt Kit fr Exchange Server Reprting tl fr Micrsft Exchange Server Prduct Overview Admin Reprt Kit fr Exchange Server (ARKES) is an Exchange Server Management and Reprting slutin that addresses

More information

TRAINING GUIDE. GIS Admin for Web and Tablet Map

TRAINING GUIDE. GIS Admin for Web and Tablet Map TRAINING GUIDE GIS Admin fr Web and Tablet Map GIS Admin fr Web and Mbile Maps In this sessin, we ll cver the tls necessary t prperly cnfigure Lucity t wrk with yur GIS envirnment. We ll give yu infrmatin

More information

Task 1 High-Level Object-Oriented Class Specification Create Initial Design Classes Designing Boundary Classes

Task 1 High-Level Object-Oriented Class Specification Create Initial Design Classes Designing Boundary Classes Task 1 High-Level Object-Oriented Class Specificatin This assessment task requires yu t analyse requirements and prduce a set f high-level bject-riented class specificatins fr a specific bject-riented

More information

Aloha Offshore SDLC Process

Aloha Offshore SDLC Process Alha Sftware Develpment Life Cycle Alha Offshre SDLC Prcess Alha Technlgy fllws a sftware develpment methdlgy that is derived frm Micrsft Slutins Framewrk and Ratinal Unified Prcess (RUP). Our prcess methdlgy

More information

Course 10262A: Developing Windows Applications with Microsoft Visual Studio 2010 OVERVIEW

Course 10262A: Developing Windows Applications with Microsoft Visual Studio 2010 OVERVIEW Curse 10262A: Develping Windws Applicatins with Micrsft Visual Studi 2010 OVERVIEW Abut this Curse In this curse, experienced develpers wh knw the basics f Windws Frms develpment gain mre advanced Windws

More information

TRAINING GUIDE. GIS Session Preview (New Features) 2018 and 2018r2

TRAINING GUIDE. GIS Session Preview (New Features) 2018 and 2018r2 TRAINING GUIDE GIS Sessin Preview (New Features) 2018 and 2018r2 GIS Sessin Preview (New Features) 2018 and 2018r2 In this sessin, we ll prvide an verview f GIS changes since ACT 2017 and a sneak peek

More information

Extensible Query Processing in Starburst

Extensible Query Processing in Starburst Extensible Query Prcessing in Starburst Laura M. Haas, J.C. Freytag, G.M. Lhman, and H.Pirahesh IBM Almaden Research Center CS848 Instructr: David Tman Presented By Yunpeng James Liu Outline Intrductin

More information

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g

Introduction to Oracle Business Intelligence Enterprise Edition: OBIEE Answers 11g Intrductin t Oracle Business Intelligence Enterprise Editin: OBIEE Answers 11g Crnell Custmized Versin April 2012 Minr crrectins were made n page 2, fr the Oct 20, 2017 OBIEE 12c Upgrade April, 2012 All

More information

Hierarchical Classification of Amazon Products

Hierarchical Classification of Amazon Products Hierarchical Classificatin f Amazn Prducts Bin Wang Stanfrd University, bwang4@stanfrd.edu Shaming Feng Stanfrd University, superfsm@ stanfrd.edu Abstract - This prjects prpsed a hierarchical classificatin

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

ITE320 Information Management Systems

ITE320 Information Management Systems Cmputer Science Department cs.salemstate.edu ITE320 Infrmatin Management Systems 4 cr. Catalg descriptin: It is the rle f the IT prfessinal t develp, deply, manage and integrate data and infrmatin systems

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview Essentials fr IBM Cgns BI (V10.2) Day(s): 5 Curse Cde: B5270G Overview NOTE: This is an Instructr Led Online curse. Please d nt make any travel arrangements. IBM Cgns Educatin is nw pleased t ffer yu ur

More information

UML : MODELS, VIEWS, AND DIAGRAMS

UML : MODELS, VIEWS, AND DIAGRAMS UML : MODELS, VIEWS, AND DIAGRAMS Purpse and Target Grup f a Mdel In real life we ften bserve that the results f cumbersme, tedius, and expensive mdeling simply disappear in a stack f paper n smene's desk.

More information

B Tech Project First Stage Report on

B Tech Project First Stage Report on B Tech Prject First Stage Reprt n GPU Based Image Prcessing Submitted by Sumit Shekhar (05007028) Under the guidance f Prf Subhasis Chaudhari 1. Intrductin 1.1 Graphic Prcessr Units A graphic prcessr unit

More information

Pages of the Template

Pages of the Template Instructins fr Using the Oregn Grades K-3 Engineering Design Ntebk Template Draft, 12/8/2011 These instructins are fr the Oregn Grades K-3 Engineering Design Ntebk template that can be fund n the web at

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

Help on Metadata Explorer

Help on Metadata Explorer Table f Cntents Metadata Explrer Overview... 3 User Interface... 6 User Interface General Cncepts... 6 Placement f Actin Icns... 6 Standard graphical navigatin tl bar... 6 Use n tablet r tuch device...

More information

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern

Design Patterns. Collectional Patterns. Session objectives 11/06/2012. Introduction. Composite pattern. Iterator pattern Design Patterns By Võ Văn Hải Faculty f Infrmatin Technlgies HUI Cllectinal Patterns Sessin bjectives Intrductin Cmpsite pattern Iteratr pattern 2 1 Intrductin Cllectinal patterns primarily: Deal with

More information

MOS Access 2013 Quick Reference

MOS Access 2013 Quick Reference MOS Access 2013 Quick Reference Exam 77-424: MOS Access 2013 Objectives http://www.micrsft.cm/learning/en-us/exam.aspx?id=77-424 Create and Manage a Database Create a New Database This bjective may include

More information

Computer Science Department cs.salemstate.edu. ITE330 Web Systems. Catalog description:

Computer Science Department cs.salemstate.edu. ITE330 Web Systems. Catalog description: Cmputer Science Department cs.salemstate.edu ITE330 Web Systems 4 cr. Catalg descriptin: This curse prvides an intrductin t web systems and technlgies, including an verview f architecture f a website,

More information

Oracle BPM 10rR3. Role Authorization resolution using groups. Version: 1.0

Oracle BPM 10rR3. Role Authorization resolution using groups. Version: 1.0 Oracle BPM 10rR3 Rle Authrizatin reslutin using grups Versin: 1.0 OBPM 10gR3 Rle Authrizatin reslutin using grups Cntents Intrductin... 3 Sme BPM & LDAP cncepts... 4 Cnfiguring OBPM t use different grup

More information

Universal CMDB. Software Version: Backup and Recovery Guide

Universal CMDB. Software Version: Backup and Recovery Guide Universal CMDB Sftware Versin: 10.32 Backup and Recvery Guide Dcument Release Date: April 2017 Sftware Release Date: April 2017 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr Hewlett

More information

Using SPLAY Tree s for state-full packet classification

Using SPLAY Tree s for state-full packet classification Curse Prject Using SPLAY Tree s fr state-full packet classificatin 1- What is a Splay Tree? These ntes discuss the splay tree, a frm f self-adjusting search tree in which the amrtized time fr an access,

More information

Assignment 10: Transaction Simulation & Crash Recovery

Assignment 10: Transaction Simulation & Crash Recovery Database Systems Instructr: Ha-Hua Chu Fall Semester, 2004 Assignment 10: Transactin Simulatin & Crash Recvery Deadline: 23:59 Jan. 5 (Wednesday), 2005 This is a grup assignment, and at mst 2 students

More information

html o Choose: Java SE Development Kit 8u45

html o Choose: Java SE Development Kit 8u45 ITSS 3211 Intrductin f Prgramming 1 Curse ITSS 3211 Intrductin t Prgramming Instructr Jytishka Ray Term Summer 2016 Meetings Mndays, 6 p.m. 8:45 p.m. Rm JSOM 12.202 Instructr: Jytishka Ray Email: jxr114030@utdallas.edu

More information

New! Geomatica Object Analyst Add-on package for segmentation, classification and feature extraction

New! Geomatica Object Analyst Add-on package for segmentation, classification and feature extraction Highlights New! Gematica Object Analyst Add-n package fr segmentatin, classificatin and feature extractin Easy-t-learn and easy-t-use Example results shwing segmentatin and classificatin f satellite imagery

More information

INFocus Health Screenings Report

INFocus Health Screenings Report INFcus Health Screenings Reprt Abut This Reprt This reprt will shw health screenings by schl fr a selected schl(s) and screening(s) between a specified date ranges. Quick Reference Guide STI_0529131310

More information

CITI Technical Report 08-1 Parallel NFS Block Layout Module for Linux

CITI Technical Report 08-1 Parallel NFS Block Layout Module for Linux CITI Technical Reprt 08-1 Parallel NFS Blck Layut Mdule fr Linux William A. Adamsn, University f Michigan andrs@citi.umich.edu Frederic Isaman, University f Michigan iisaman@citi.umich.edu Jasn Glasgw,

More information

Imagine for MSDNAA Student SetUp Instructions

Imagine for MSDNAA Student SetUp Instructions Imagine fr MSDNAA Student SetUp Instructins --2016-- September 2016 Genesee Cmmunity Cllege 2004. Micrsft and MSDN Academic Alliance are registered trademarks f Micrsft Crpratin. All rights reserved. ELMS

More information

ISTE-608 Test Out Written Exam and Practical Exam Study Guide

ISTE-608 Test Out Written Exam and Practical Exam Study Guide PAGE 1 OF 9 ISTE-608 Test Out Written Exam and Practical Exam Study Guide Written Exam: The written exam will be in the frmat f multiple chice, true/false, matching, shrt answer, and applied questins (ex.

More information

Test Suite for the CAE Implementor Forum Round 4S

Test Suite for the CAE Implementor Forum Round 4S Test Suite fr the Rund 4S January-May 2019 Release 1.0 March 4, 2019 Jchen By PROSTEP AG Dlivstraße 11 64293 Darmstadt / Germany jchen.by@prstep.cm CAx Implementr Frum Cntacts Jean-Marc Crepel AFNeT 30,

More information

Common Language Runtime

Common Language Runtime Intrductin t.net framewrk.net is a general-purpse sftware develpment platfrm, similar t Java. Micrsft intrduced.net with purpse f bridging gap between different applicatins..net framewrk aims at cmbining

More information

Pervasive Business Intelligence

Pervasive Business Intelligence Pervasive Business Intelligence Elisa Turricchia elisa.turricchia2@unib.it ALMA MATER STUDIORUM - Università di Blgna Dctrate in Electrnics, Cmputer Science and Telecmmunicatins XXV Cycle TUTOR: Prf. Dari

More information

Product Documentation. New Features Guide. Version 8.7.5/XE6

Product Documentation. New Features Guide. Version 8.7.5/XE6 Prduct Dcumentatin New Features Guide Versin 8.7.5/XE6 2015 Embarcader Technlgies, Inc. Embarcader, the Embarcader Technlgies lgs, and all ther Embarcader Technlgies prduct r service names are trademarks

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects January 29, 2018 - Versin 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

MacroFlo User Guide. IES Virtual Environment 6.5. Macroflo. VE 6.5 MacroFlo 1

MacroFlo User Guide. IES Virtual Environment 6.5. Macroflo. VE 6.5 MacroFlo 1 MacrFl User Guide IES Virtual Envirnment 6.5 Macrfl VE 6.5 MacrFl 1 Cntents 1 Intrductin... 4 1.1 MacrFl View... 4 1.2 Overview f MacrFl View Interface Features... 4 1.2.1 Virtual Envirnment Menu Bar...

More information

A Novel Description Language for Value-Added Services to enable Automated Functional Testing

A Novel Description Language for Value-Added Services to enable Automated Functional Testing A Nvel Descriptin Language fr Value-Added Services t enable Autmated Functinal Testing 21. ITG Fachtagung Mbilkmmunikatin Patrick Wacht Frankfurt University f Applied Sciences, Germany Research Grup fr

More information

What is "Click to DVD"? Capabilities. Click to DVD software enables you to easily create your own DVDs.

What is Click to DVD? Capabilities. Click to DVD software enables you to easily create your own DVDs. What is "Click t DVD"? Click t DVD sftware enables yu t easily create yur wn DVDs. Capabilities With Click t DVD, yu can capture vide cntent frm a digital vide device t create yur wn DVDs, cmplete with

More information

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1

Operating systems. Module 15 kernel I/O subsystem. Tami Sorgente 1 Operating systems Mdule 15 kernel I/O subsystem Tami Srgente 1 SWAP SPACE MANAGEMENT Swap space can be defined as a temprary strage lcatin that is used when system s memry requirements exceed the size

More information

Stealing passwords via browser refresh

Stealing passwords via browser refresh Stealing passwrds via brwser refresh Authr: Karmendra Khli [karmendra.khli@paladin.net] Date: August 07, 2004 Versin: 1.1 The brwser s back and refresh features can be used t steal passwrds frm insecurely

More information

Unique EL4J Features EL4J 3.1

Unique EL4J Features EL4J 3.1 EL4J 3.1 Imput. Reprt Versin Date Authr(s) Status Visa 6220 EL4J 3.1 23.12.10 6220 EL4J 1.7 15.12.09 POS, MZE, SWI, DZI, JHN final ELCA Infrmatique SA, Switzerland, 2009. Table f Cntents Unique Features

More information

Australian Statistics API Specification

Australian Statistics API Specification Australian Statistics API Specificatin Versin: 1.2 Date Mdified: 23 March 2017 Page 1 The cntext... 2 Functins f the API... 2 2.1 Retail Trade API... 2 Input Parameters fr API... 3 Output Specificatin

More information

Software Engineering

Software Engineering Sftware Engineering Chapter #1 Intrductin Sftware systems are abstract and intangible. Sftware engineering is an engineering discipline that is cncerned with all aspects f sftware prductin. Sftware Prducts

More information

EASTERN ARIZONA COLLEGE Visual Basic Programming I

EASTERN ARIZONA COLLEGE Visual Basic Programming I EASTERN ARIZONA COLLEGE Visual Basic Prgramming I Curse Design 2015-2016 Curse Infrmatin Divisin Business Curse Number CMP 121 Title Visual Basic Prgramming I Credits 3 Develped by Lydia Mata Lecture/Lab

More information

Retrieval Effectiveness Measures. Overview

Retrieval Effectiveness Measures. Overview Retrieval Effectiveness Measures Vasu Sathu 25th March 2001 Overview Evaluatin in IR Types f Evaluatin Retrieval Perfrmance Evaluatin Measures f Retrieval Effectiveness Single Valued Measures Alternative

More information

OVAL Language Design Document

OVAL Language Design Document OVAL Language Design Dcument Versin 5.1 2006 The MITRE Crpratin. All rights reserved. Intrductin...3 OVAL Overview...3 Implementatin f the Language...3 OVAL Definitin Schema...4 ...4 ...4

More information

Department of Computer Science and Technology

Department of Computer Science and Technology 04 06000303, 03000303 System Analysis and Design Objectives: T understand the cncepts f system develpment life cycle t develp and implement a system and gain awareness regarding electrnic payment mechanisms

More information

Cisco Tetration Analytics, Release , Release Notes

Cisco Tetration Analytics, Release , Release Notes Cisc Tetratin Analytics, Release 1.102.21, Release Ntes This dcument describes the features, caveats, and limitatins fr the Cisc Tetratin Analytics sftware. Additinal prduct Release ntes are smetimes updated

More information

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command

Using CppSim to Generate Neural Network Modules in Simulink using the simulink_neural_net_gen command Using CppSim t Generate Neural Netwrk Mdules in Simulink using the simulink_neural_net_gen cmmand Michael H. Perrtt http://www.cppsim.cm June 24, 2008 Cpyright 2008 by Michael H. Perrtt All rights reserved.

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 28, 2017 - Versin 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Priority-aware Coflow Placement and scheduling in Datacenters

Priority-aware Coflow Placement and scheduling in Datacenters Pririty-aware Cflw Placement and scheduling in Datacenters Speaker: Lin Wang Research Advisr: Biswanath Mukherjee Intrductin Cflw Represents a cllectin f independent flws that share a cmmn perfrmance gal.

More information

Evolution of Regression I: From OLS to GPS to MARS

Evolution of Regression I: From OLS to GPS to MARS Evlutin f Regressin I: Frm OLS t GPS t MARS March 2013 Dan Steinberg Mikhail Glvnya Salfrd Systems Salfrd Systems 2013 1 Curse Outline Tday s Webinar Regressin Prblem quick verview Classical OLS the starting

More information

INVENTION DISCLOSURE

INVENTION DISCLOSURE 1. Inventin Title. Light Transprt and Data Serializatin fr TR-069 Prtcl 2. Inventin Summary. This inventin defines a light prtcl stack fr TR-069. Even thugh TR-069 is widely deplyed, its prtcl infrastructure

More information

IBM Cognos TM1 Web Tips and Techniques

IBM Cognos TM1 Web Tips and Techniques Tip r Technique IBM Cgns TM1 Web Tips and Prduct(s): IBM Cgns TM1 Area f Interest: Develpment IBM Cgns TM1 Web Tips and 2 Cpyright Cpyright 2008 Cgns ULC (frmerly Cgns Incrprated). Cgns ULC is an IBM Cmpany.

More information

Microsoft Excel Extensions for Enterprise Architect

Microsoft Excel Extensions for Enterprise Architect Excel Extensins User Guide Micrsft Excel Extensins fr Enterprise Architect Micrsft Excel Extensins fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Installatin... 4 Verifying

More information

The QMF Family V Newsletter 3rd Quarter 2013 Edition

The QMF Family V Newsletter 3rd Quarter 2013 Edition The QMF Family Newsletter 3rd Quarter 2013 Editin In This Issue Dive int QMF at the IBM Infrmatin On Demand Cnference irtual data surces and analytic queries in QMF A message frm the develpers f QMF: Changing

More information

FTP Imports Playbook. Version 0.91

FTP Imports Playbook. Version 0.91 Versin 0.91 2014 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted in any frm r by any means, electrnic r mechanical, including phtcpy, recrding, r any infrmatin

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 22, 2017 - Versin 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Andrid prgramming curse Data strage Sessin bjectives Internal Strage Intrductin By Võ Văn Hải Faculty f Infrmatin Technlgies Andrid prvides several ptins fr yu t save persistent applicatin data. The slutin

More information

TRAINING GUIDE. Lucity Geodatabase Configuration Tool

TRAINING GUIDE. Lucity Geodatabase Configuration Tool TRAINING GUIDE Lucity Gedatabase Cnfiguratin Tl Gedatabase Cnfiguratin Tl In this sessin, we ll intrduce yu t the Lucity Gedatabase Cnfiguratin tl. We ll give yu infrmatin abut the synchrnizatin setup,

More information

Overview. Features. Intel Media SDK 2014 Audio Library has API version 1.8. The following audio formats are supported: Decoding

Overview. Features. Intel Media SDK 2014 Audio Library has API version 1.8. The following audio formats are supported: Decoding Intel Media Sftware Develpment Kit 2014 Audi Library Release Ntes (Versin 5.0.337.79303) Overview Features System Requirements Package Cntents Installatin Knwn Limitatins Legal Infrmatin Overview The Intel

More information

TRAINING GUIDE. Geodatabase Configuration Tool Overview

TRAINING GUIDE. Geodatabase Configuration Tool Overview TRAINING GUIDE Gedatabase Cnfiguratin Tl Overview Gedatabase Cnfiguratin Tl Overview In this sessin, we ll intrduce yu t the Lucity Gedatabase Cnfiguratin tl. We ll give yu infrmatin abut gedatabase setup,

More information

Problem Solving Complex Project Assistance DataWarehouse Assesments and Development Courses, Trainings and Workshops

Problem Solving Complex Project Assistance DataWarehouse Assesments and Development Courses, Trainings and Workshops www.sqlbi.cm Wh We Are BI Experts and Cnsultants Funders f www.sqlbi.cm Prblem Slving Cmplex Prject Assistance DataWarehuse Assesments and Develpment Curses, Trainings and Wrkshps Bk Writers Micrsft Gld

More information

History of Java. VM (Java Virtual Machine) What is JVM. What it does. 1. Brief history of Java 2. Java Version History

History of Java. VM (Java Virtual Machine) What is JVM. What it does. 1. Brief history of Java 2. Java Version History Histry f Java 1. Brief histry f Java 2. Java Versin Histry The histry f Java is very interesting. Java was riginally designed fr interactive televisin, but it was t advanced technlgy fr the digital cable

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? CCNA 4 Chapter 8 v5.0 Exam Answers 2015 (100%) 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput

More information

REST; WebSocket (RFC 6455)

REST; WebSocket (RFC 6455) REST; WebScket (RFC 6455) Web Oriented Technlgies and Systems Prf. Michele Ruta Master s Degree Curse in Cmputer Engineering - (A.Y. 2016/2017) REST REST = Representatinal State Transfer. Anther architectural

More information

SAP Note Plan & Consol 10.0 for NetWeaver Documentation Addendum

SAP Note Plan & Consol 10.0 for NetWeaver Documentation Addendum SAP Nte 1586088 - Plan & Cnsl 10.0 fr NetWeaver Dcumentatin Addendum Nte Language: English Versin: 26 Validity: Valid Since 21.12.2012 Summary Symptm Dcumentatin Addendum Other terms Dcumentatin, help,

More information

What's New in MicroStrategy 9 Release 3

What's New in MicroStrategy 9 Release 3 MicrStrategy 9 Release 3 What's New in MicrStrategy 9 Release 3 (FYI: this release is als knwn as versin 9.0.2) MicrStrategy 9 Release 3 intrduces new Data Imprt feature that enable users t imprt data

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

HP Universal CMDB. Software Version: Backup and Recovery Guide HP Universal CMDB Sftware Versin: 10.21 Backup and Recvery Guide Dcument Release Date: July 2015 Sftware Release Date: July 2015 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr HP

More information

Department of Computer Information Systems KEMU

Department of Computer Information Systems KEMU Advanced DBMS: CISY 423 Department f Cmputer Infrmatin Systems KEMU Database Security OBJECTIVES Database Security and Authrizatin Database Users Creating Users/Accunts in cmmercial DBMS Discretinary Access

More information

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

NRS Data Modeling Standards with EA

NRS Data Modeling Standards with EA Crprate Services fr the Natural Resurce Sectr Infrmatin Management Branch NRS Data Mdeling Standards with EA Last Updated: March 28 th, 2017 Versin: 3.2.0 Dcument: NRS_Data_Mdeling_Standards_EA.dcx The

More information

Framework Components Our ETL parameter framework will include primarily two components.

Framework Components Our ETL parameter framework will include primarily two components. An ETL Parameter Framewrk t Deal with all srts f Parametrizatin Needs We spke abut different etl framewrks in ur prir articles. Here in this article let's talk abut an ETL framewrk t deal with parameters

More information

Synoptic Display Studio Developers Guide

Synoptic Display Studio Developers Guide Synptic Display Studi Develpers Guide Table f Cntents 1. Intrductin... 3 2. Cntributing widgets... 4 2.1. Cncepts... 4 2.2. Defining the mdel... 5 2.2.1. Prvide a widget mdel... 5 2.2.2. Define a widget

More information

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II

Oracle FLEXCUBE Universal Banking Development Workbench- Screen Development II Oracle FLEXCUBE Universal Banking 12.0.3 Develpment Wrkbench- Screen Develpment II August 2013 1 Cntents 1 Preface... 3 1.1 Audience... 3 1.2 Related Dcuments... 3 2 Intrductin... 4 3 Generated Files...

More information

Computer Organization and Architecture

Computer Organization and Architecture Campus de Gualtar 4710-057 Braga UNIVERSIDADE DO MINHO ESCOLA DE ENGENHARIA Departament de Infrmática Cmputer Organizatin and Architecture 5th Editin, 2000 by William Stallings Table f Cntents I. OVERVIEW.

More information

QABOOK D ESKTOP V5.0. Release Notes

QABOOK D ESKTOP V5.0. Release Notes QABOOK D ESKTOP V5.0 Release Ntes QABk Desktp After years f research, develpment and client feedback we have nw launched QABk Desktp v5.0. We have transfrmed ur standalne desktp applicatin int a mre intuitive

More information

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2

CONTROL-COMMAND. Software Technical Specifications for ThomX Suppliers 1.INTRODUCTION TECHNICAL REQUIREMENTS... 2 Réf. ThmX-NT-SI-CC001 Table f Cntents Sftware Technical Specificatins fr ThmX Authr : Philippe Page 1 / 9 1.INTRODUCTION... 2 2.TECHNICAL REQUIREMENTS... 2 3.DOCUMENTATION REQUIREMENTS... 4 4.COMPUTING

More information

Second Assignment Tutorial lecture

Second Assignment Tutorial lecture Secnd Assignment Tutrial lecture INF5040 (Open Distributed Systems) Faraz German (farazg@ulrik.ui.n) Department f Infrmatics University f Osl Octber 17, 2016 Grup Cmmunicatin System Services prvided by

More information

isupport Case Management Project ANXT Maintain Next Activity Design Specification Document ANXT Maintain Next Activity

isupport Case Management Project ANXT Maintain Next Activity Design Specification Document ANXT Maintain Next Activity isupprt Case Management Prject ANXT Maintain Next Activity Design Specificatin Dcument ANXT Maintain Next Activity January 04, 2016 Table f Cntents 1. INTRODUCTION... 1 2. SCREEN DETAILS... 2 Last Updated:

More information

Computer Organization and Architecture

Computer Organization and Architecture Campus de Gualtar 4710-057 Braga UNIVERSIDADE DO MINHO ESCOLA DE ENGENHARIA Departament de Infrmática Cmputer Organizatin and Architecture 5th Editin, 2000 by William Stallings Table f Cntents I. OVERVIEW.

More information

Forcepoint UEBA Management of Personal Data

Forcepoint UEBA Management of Personal Data Frcepint UEBA Management f Persnal Data 2018 Frcepint LLC. All Rights Reserved Dcument Classificatin: Public FPWSCMPD-2018MAY24 Frcepint UEBA Management f Persnal Data CONTENTS Disclaimer... 2 General...

More information