Kelar Corporation. Leaseline Management Application (LMA)

Size: px
Start display at page:

Download "Kelar Corporation. Leaseline Management Application (LMA)"

Transcription

1 Kelar Corporation Leaseline Management Application (LMA) Overview LMA is an ObjectARX application for AutoCAD Map software. It is designed to add intelligence to the space management drawings associated with buildings & facilities. The primary purpose of this software is to handle various modifications of space geometry and attributes for facilities in an orderly fashion. LMA provides and maintains linkages between graphical representations of these spaces with database tables containing non-graphical space attributes. Data is maintained on both sides of these linkages in a synchronized form. Therefore, any change on one side will affect information on the other side of these data links. LMA produces intelligent maps that can be viewed (and/or printed) via a web browser without any other software requirement. Due to its nature, LMA is an application developed to function under the AutoCAD domain. Once installed, it becomes an extension of the AutoCAD software; it performs in the same general format as most of the other AutoCAD features. As such, the user interface is intuitive for AutoCAD users. System Requirements The system requirements for LMA are the same as the ones for the AutoCAD software. There is no additional system requirement for installation and running of LMA other than those that are required for AutoCAD Map. LMA requires AutoCAD Map software to be installed and operational before it can be installed on a system. LMA Terms and Concepts The following list of terms and concepts are used throughout this document: Lease-lines The collection of lines, and polylines identifying the boundaries of spaces or parcels. Space Attributes Textual data associated with a space object. Such information usually describes non-spatial data elements such as description, or the usage category of a space.

2 Space Identifier(s) Each space must be uniquely identifiable within the collection (database) of spaces in all floors of all facilities. Space Schedule A table showing the description, area, and other relevant space attributes on the drawing. Publishing The creation of two types of data files viewable in a browser, without using AutoCAD or creation of explicit database connectivity. These files are primarily used for viewing purpose. They are intended for viewing by casual users. Database Connectivity A link established between every space and an external database record. The unique space identifier(s) allow the creation of such links. Overview of LMA Features LMA features allow creation and modification of space management drawings through connectivity of intelligent geometric objects (standard AutoCAD Lines, Polylines, or Polygons converted by LMA to intelligent space-boundary-lines ) on the drawing to an external database. This intelligence allows the modification of the lease-lines, through standard AutoCAD editing commands (e.g., MOVE, ERASE, etc.), which transparently results in updating of the connected database record(s) field values. LMA can automatically add intelligence to existing space-boundary-lines of any AutoCAD drawing. Furthermore, LMA can automatically create a link for each space to an existing record of the database or create a new record and populate its relevant fields with geometric information extracted from the drawing (e.g., Area, Centroid location, etc.). LMA functions do not replace and / or disable any of the standard AutoCAD capabilities. As such, the drawings are created and maintained through standard AutoCAD commands. Space-boundary-lines are the only drawing entities that are controlled by LMA. LMA can create two forms of vector-based drawing to be viewed in a browser for users who are interested in read-only version of these drawings. First a DWF file format can be generated for each drawing, which is an exact representation of the original drawing plotted on paper. Second, multiple SDF files can be generated from each drawing to be incorporated into Autodesk MapGuide. These SDF files are tagged with unique identifiers for each space. Drawing and Database Connectivity Concept Space management drawings contain two distinctive types of data, namely, geometric and nongeometric attributes. Geometric attributes depict the space boundaries as well as walls and other physical characteristics of the property. Geometric data is dependent on the definitions of these boundaries such as Area, perimeter, Centroid, etc. As Such, these attributes (e.g., area) cannot be modified directly; rather

3 they are derived from the geometric definitions of the property. The geometric data is stored in individual AutoCAD data files for each lease exhibit drawing. Non-geometric attributes are representing information related to a physical property such as its permitted use, occupant, etc. These attributes are independent of the geometric features of the property. As such, they can be changed without altering the physical location of boundaries. While AutoCAD drawing files can contain non-geometric attributes, it is not the ideal method of storing this type of data when multiple drawings are created. Alternatively, this data should be stored in an external database, such as MS-Access, MS-SQL, or Oracle. There are several advantages with the external database method. First, The size of the drawing file does not increase as the number of non-geometric attributes increases. Second, The external database can be used by other application for modifications (e.g., space description changes) or querying based on various criteria and creating reports (e.g., a report showing all available office spaces in a building). In order to relate the geometric objects (e.g., a space or a line) to an external database, one needs to create and maintain a database link between the drawing entities and one record in a table of the database. The database connectivity is accomplished at the space level in each drawing. Each space is connected to a unique record in a table of space characteristics. Figure 2.2 illustrates the approach used in establishing this connection between the drawing geometry and the external database records. The spaces are uniquely identified by their room / space number or in absence of a specific address, a Sheet Number, Space Number and Revision Number variables. LMA Drawing Requirements Drawing Database Connectivity In order to automatically add the geometric intelligence and create database connectivity of the spaces, following drawing requirements must be met: Use a common CAD standard

4 Identify all space boundaries in a single layer via Lines, Polylines, or Polygons (LMA will convert them to intelligent space-boundary-lines ) Identify each space by inserting a unique tag (e.g. an AutoCAD Block with a attribute) within the space boundaries External Data Source LMA can work with any open database architecture systems such as Microsoft Access, SQL server, and Oracle just to name a few. Depending on you data requirements, you can use from MS-Access (low-end) to Oracle database Server (high-end). LMA can connect to any of these databases using the following methods: 1. ODBC connection 2. OLE DB connection 3. Remote Data Source connection Database Schema Unlike most database applications, LMA database schema requirements are flexible and do not require specific table names and fields names. Instead, LMA is configured (via LMA.INI file) to work with any table name and field name for it s various data requirements. Any database, which contains this information, can be configured to work with LMA. The table names and field names can be different. There could be other tables in the database, which are not needed by LMA, which are used by other applications. There could even be additional fields in these tables, which are not used by LMA. This flexibility allows any type of data source and database schema to be used with LMA. Following is a list of tables needed by LMA: 1. Facility This table contains a list of different facilities. 2. Building This table contains a list of all buildings. Each building is linked to the proper airport allowing the building to be identified for a given airport. 3. Floor This table is a list of all floors for every building of every airport. Each floor is linked to its proper building. 4. Property This table is a list of all spaces identified on every floor of every building of every airport. Each space is linked to its proper floor. 5. SpaceType This table contains a list of various space usage (e.g., Airline Exclusive, Public, Void, etc.) 6. SpaceKind This table contains a list of different physical spaces (e.g., Covered area, Open Land, Roof, etc.)

5 7. StandardDesc This table contains a list of standard description used to label an individual space (e.g., Hold room, Baggage area, etc.). These descriptions are independent of the space occupant. 8. Occupant This table contains a list of all companies, which could occupy an individual space. 9. The complete description of a space is made of standard description and its occupant. For example, an office (standard description) occupied by the Accounting Department would have the following description: Office Accounting Department The database schema is defined in the LMA.INI file. Following is an example of how to define the Floor table schema for LMA: [Table-Floor] Name=FLOOR ColKey=FLOORID ColName=NAME ColBuildingID=BUILDINGID (Section name) (Table Name) (Floor table Primary key) (Floor name) (Building index of this floor) You can modify the values to the right of the equal sign to match the values of the database. For more information or to arrange for a demonstration of the LMA software please contact: Ed Maghboul Kelar Corporation Phone: Fax: ed.maghboul@kelar.com

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

Making AutoCAD better for architects.

Making AutoCAD better for architects. Making AutoCAD better for architects. With Autodesk Architectural Desktop you get flexibility in both implementation and use, the efficiency of real-world building objects, and the very best AutoCAD based

More information

Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin

Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin Digging Into Autodesk Map 3D 2007 Level 1 Training Rick Ellis Michael Carris Russell Martin PO Box 344 Canby Oregon 97013 www.cadapult-software.com training@cadapult-software.com (503) 829-8929 Table of

More information

AutoCAD Map 3D and ESRI ArcSDE

AutoCAD Map 3D and ESRI ArcSDE AUTOCAD MAP 3D 2009 WHITE PAPER AutoCAD Map 3D and ESRI ArcSDE Many organizations, such as utilities, telecommunication providers, and government agencies, depend on geospatial data that is stored in a

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that comprise Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that make up Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

Building and Analyzing Topology in Autodesk Map GI21-1

Building and Analyzing Topology in Autodesk Map GI21-1 December 2-5, 2003 MGM Grand Hotel Las Vegas Building and Analyzing Topology in Autodesk Map GI21-1 Alex Penney ISD Training Content Manager, Autodesk Professional Services, Autodesk Inc. Topology is one

More information

January 2013 June 2013

January 2013 June 2013 NEW ENGLAND INSTITUTE OF TECHNOLOGY THE CENTER FOR TECHNOLOGY AND INDUSTRY All Autodesk Training Programs are now conducted in our new East Greenwich, RI facilities AutoCAD Fundamentals January 2013 June

More information

FDO Data Access Technology How to add new data sources with Third Party and Open Source FDO Providers

FDO Data Access Technology How to add new data sources with Third Party and Open Source FDO Providers AUTODESK GEOSPATIAL WHITE PAPER FDO Data Access Technology How to add new data sources with Third Party and Open Source FDO Providers Work seamlessly with your geospatial data whatever the format Autodesk

More information

Using AutoCAD Map 3D to Solve Real World Issues

Using AutoCAD Map 3D to Solve Real World Issues Using AutoCAD Map 3D to Solve Real World Issues Written by: Steve Skarbowski, Synergis Engineering Design Solutions Geospatial Solutions Engineer Let us imagine that we have a tank farm located in a highly

More information

Using Autodesk Map Capabilities in Autodesk Civil 3D

Using Autodesk Map Capabilities in Autodesk Civil 3D 11/30/2005-1:00 pm - 2:30 pm Room:Swan 2 (Swan) Walt Disney World Swan and Dolphin Resort Orlando, Florida Using Autodesk Map Capabilities in Autodesk Civil 3D Neil Brooker - Autodesk CV33-3 This class

More information

Stir It Up: Achieving GIS Interoperability

Stir It Up: Achieving GIS Interoperability Stir It Up: Achieving GIS Interoperability City of Tacoma, Washington, USA Mike Murnane, Community & Economic Development John Shell, Public Works 2006 ESRI International User Conference - August 9, 8:30

More information

FacilityMAX Space Management Module. User Guide

FacilityMAX Space Management Module. User Guide User Guide Asset Solutions Division 1777 N. E. Loop 410, Suite 1250 San Antonio, Texas 78217 (210) 301-1701 2007 MAXIMUS, Inc. Table of Contents FacilityMAX Space Management Module SPACE MANAGEMENT MODULE

More information

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc.

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. GD22-4 1 2 Agenda Introduction Overview of dbconnect Configure a data source Connect database to AutoCAD

More information

FMG-Plus AutoCAD Planning Scenarios

FMG-Plus AutoCAD Planning Scenarios FMG-Plus AutoCAD Planning Scenarios Using the FMG-Plus AutoCAD Planning Scenarios Module inside of AutoCAD, planners can easily experiment with room data in floor plans so they can visualize various Planning

More information

MicroStation. FDO Reader USER S MANUAL. [Företagets adress]

MicroStation. FDO Reader USER S MANUAL. [Företagets adress] MicroStation FDO Reader USER S MANUAL [Företagets adress] MicroStation FDO Reader - User s Manual, 2018-10-27 copyright, 2018 ringduvevägen 13, 132 47 saltsjö-boo e-mail: consulting@surell.se, web: www.surell.se

More information

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Overview: Parametric Modeling In this lesson, you learn the basic principles of

More information

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above.

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above. AUTOCAD MAP 3D 2009 WHITE PAPER Industry Toolkits Introduction In today s world, passing of information between organizations is an integral part of many processes. With this comes complexity in a company

More information

Questions and Answers

Questions and Answers AUTODESK MAP 3D 2006 Questions and Answers 1. General Product Information 1.1 What is Autodesk Map 3D 2006 software? Autodesk Map 3D 2006, built on AutoCAD 2006 software, connects CAD, civil engineering,

More information

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP02

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP02 AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP02 AutoCAD Import Limitations The following is a list of AutoCAD features that will not give an expected viewable when using SAP 3D Visual

More information

Whitepaper. Reading Map 3D Object Data with FME. Overview. FME and Spatial Data Interoperability. Spatial ETL Tools

Whitepaper. Reading Map 3D Object Data with FME. Overview. FME and Spatial Data Interoperability. Spatial ETL Tools Whitepaper Reading Map 3D Object Data with FME Overview A key challenge for users of spatial data is interoperability. Even for a committed user of AutoCAD Map 3D, there are likely to be occasional needs

More information

Interior. Exterior. Daylight

Interior. Exterior. Daylight Interior Exterior Daylight Page 2 ElumTools is a fully-integrated lighting calculation Add-in for Autodesk Revit authored by Lighting Analysts, Inc. The growth of BIM (Building Information Modeling) software

More information

Autodesk Architectural Desktop Real-World Workflow Methodology

Autodesk Architectural Desktop Real-World Workflow Methodology 11/30/2005-5:00 pm - 6:30 pm Room:N. Hemispheres (Salon E1) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Autodesk Architectural Desktop Real-World Workflow Methodology Edward Goldberg,

More information

Contents Introduction... 5 Installing the ucad Application... 6 Uninstalling ucad... 8 Working in AutoCAD with the ucad Plug-in...

Contents Introduction... 5 Installing the ucad Application... 6 Uninstalling ucad... 8 Working in AutoCAD with the ucad Plug-in... Unifier ucad Installation and User Guide 16 R1 April 2016 Contents Introduction... 5 About the Primavera Unifier ucad Application... 5 Client Hardware & Software Requirements... 5 Installing the ucad

More information

Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours)

Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours) Faculty Start Date End Date No of Students Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours) Introduction About BIM Introduction to Autodesk Revit Architecture Revit

More information

Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008

Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008 AUTOCAD 2008 Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008 Everyday Tools Are Better Than Before AutoCAD 2008 software has all your favorite tools, but now they re better than ever. You ll

More information

Establishing a Geospatial EnvironmentChapter1:

Establishing a Geospatial EnvironmentChapter1: Chapter 1 Establishing a Geospatial EnvironmentChapter1: The lessons in this chapter describe working with the SDF format, and feature sources such as raster and ODBC points. Feature sources can be both

More information

Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software

Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software Autodesk Advance Steel 2017 www.autodesk.com new Autodesk Advance Steel users. It is recommended that you

More information

Data Base Concepts. Course Guide 2

Data Base Concepts. Course Guide 2 MS Access Chapter 1 Data Base Concepts Course Guide 2 Data Base Concepts Data The term data is often used to distinguish binary machine-readable information from textual human-readable information. For

More information

Questions & Answers. Contents AUTODESK ARCHITECTURAL DESKTOP 2006

Questions & Answers. Contents AUTODESK ARCHITECTURAL DESKTOP 2006 AUTODESK ARCHITECTURAL DESKTOP 2006 With Autodesk Architectural Desktop you get flexibility in both implementation and use, the efficiency of real-world building objects, and the very best AutoCAD -based

More information

The ArcGIS Integration, User Guide. ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed:

The ArcGIS Integration, User Guide. ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed: The ArcGIS Integration, User Guide ArcGISv1.01_GEv4.2_UK_User_Guide, 4Ed,pdf.docNumber of pages: 26 Printed: 30-04-03 GeoEnviron 4.2 Table of Contents Table of Contents Introduction...3 Development of

More information

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.2 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 31. This

More information

User Interface Revit s user interface is adaptive, changing based on your selections and views. options. Room Tag Split Elements

User Interface Revit s user interface is adaptive, changing based on your selections and views. options. Room Tag Split Elements NU REVIT TUTORIAL Instructor: David Snell, AIA LEED AP BD+C Tutorial 1: 2016-01-25 Page 1 of 8 User Interface Revit s user interface is adaptive, changing based on your selections and views. Application

More information

Integrating CAD Data with ArcGIS

Integrating CAD Data with ArcGIS Integrating CAD Data with ArcGIS Agenda An Overview of CAD Drawings CAD Data Structure in ArcGIS Visualization Georeferencing Data Conversion ArcGIS for AutoCAD Q & A CAD Drawings - Overview Widely used

More information

New Jersey SurvCon 2018 Carlson GIS for Surveyors Presented by

New Jersey SurvCon 2018 Carlson GIS for Surveyors Presented by Carlson GIS for Surveyors Presented by Who Is That CAD Girl? Jennifer DiBona is a long time CAD consultant and trainer doing business as That CAD Girl. She is based in Raleigh, North Carolina. Jennifer

More information

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.3 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 33. This

More information

GstarCAD Complete Features Guide

GstarCAD Complete Features Guide GstarCAD 2017 Complete Features Guide Table of Contents Core Performance Improvement... 3 Block Data Sharing Process... 3 Hatch Boundary Search Improvement... 4 New and Enhanced Functionalities... 5 Table...

More information

Features and Benefits

Features and Benefits AutoCAD 2005 Features and s AutoCAD 2005 software provides powerhouse productivity tools that help you create single drawings as productively as possible, as well as new features for the efficient creation,

More information

Bridging the gap between CAD and GIS for Cadastral Mapping

Bridging the gap between CAD and GIS for Cadastral Mapping Bridging the gap between CAD and GIS for Cadastral Mapping CCMA 2008 Annual Conference - Sacramento Colin Hobson Munsys, Inc Sample Customers North America Overview Munsys provides an integrated family

More information

Subdivide and Conquer! - Tips and Tricks for Working with Parcels in Autodesk Civil 3D.

Subdivide and Conquer! - Tips and Tricks for Working with Parcels in Autodesk Civil 3D. 11/28/2005-1:00 pm - 2:30 pm Room:Swan 9/10 (Swan) Walt Disney World Swan and Dolphin Resort Orlando, Florida Subdivide and Conquer! - Tips and Tricks for Working with Parcels in Autodesk Civil 3D. Marissa

More information

Design Review: Fundamentals

Design Review: Fundamentals Design Review: Fundamentals Understanding Autodesk Design Review Autodesk Design Review improves team collaboration and communication by using design information the way it is intended to be used by the

More information

Autodesk REVIT (Architecture) Mastering

Autodesk REVIT (Architecture) Mastering Autodesk REVIT (Architecture) Mastering Training details DESCRIPTION Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring

More information

Oracle VueLink for Documentum

Oracle VueLink for Documentum Oracle VueLink 19.3.2 for Documentum User s Manual An Integration between Documentum and AutoVue Client/Server Deployment Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved. The Programs

More information

Change it. Change everything.

Change it. Change everything. AUTODESK REVIT BUILDING Change it. Change everything. Autodesk Revit Building. It s just a better way of working. In Autodesk Revit Building every schedule, drawing sheet, 2D view, and 3D view is a direct

More information

Autodesk Vault and Data Management Questions and Answers

Autodesk Vault and Data Management Questions and Answers Autodesk Civil 3D 2007 Autodesk Vault and Data Management Questions and Answers Autodesk Civil 3D software is a powerful, mature, civil engineering application designed to significantly increase productivity,

More information

FDO Data Access Technology at a Glance

FDO Data Access Technology at a Glance Autodesk Geospatial FDO Data Access Technology at a Glance Work seamlessly with your geospatial data whatever the format 1 The Challenge The growing need for openness and interoperability between traditional

More information

Computer-Aided Design Facilities Management System for Geneva International Airport

Computer-Aided Design Facilities Management System for Geneva International Airport Computer-Aided Design Facilities Management System for Geneva International Airport Eperon Informatique Technique SA - Pierre-Alain Eperon, PhD Abstract Geneva International Airport uses a comprehensive

More information

Carlson GIS for Surveyors

Carlson GIS for Surveyors Professional Land Surveyors of Ohio 2016 Annual Conference -- Dayton Ohio Carlson GIS for Surveyors Presented by Who Is That CAD Girl? Jennifer DiBona is a long time CAD consultant and trainer doing business

More information

Reverse Engineering for Generation of 3D-Building-Information-Models Applying Random Variables in Computer Aided Design

Reverse Engineering for Generation of 3D-Building-Information-Models Applying Random Variables in Computer Aided Design Reverse Engineering for Generation of 3D-Building-Information-Models Applying Random Variables in Christian CLEMEN, Frank GIELSDORF and Lothar GRÜNDIG, Germany Key words: CAD, Building Information Model,

More information

Commercial Design Using Autodesk Revit Architecture 2013

Commercial Design Using Autodesk Revit Architecture 2013 Commercial Design Using Autodesk Revit Architecture 2013 Includes video instruction Daniel John Stine CSI, CDT Multimedia DVD SDC P U B L I C AT I O N S Schroff Development Corporation Better Textbooks.

More information

8 Querying and Selecting Data

8 Querying and Selecting Data 8 Querying and Selecting Data In this chapter, we will cover the following recipes: ff ff ff ff ff Constructing proper attribute query syntax Creating feature layers and table views Selecting features

More information

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03 AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03 AutoCAD Import Limitations The following is a list of AutoCAD features that will not give an expected viewable when using SAP 3D Visual

More information

MicroSurvey CAD 2018

MicroSurvey CAD 2018 MicroSurvey CAD 2018 s and s MicroSurvey CAD 2018 includes support for AutoCAD 2018.dwg files, Esri Shapefiles, Trimble JobXML files, and important bug fixes that continue to make MicroSurvey CAD the absolute

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

Interior Design Using Autodesk Revit 2017

Interior Design Using Autodesk Revit 2017 Interior Design Using Autodesk Revit 2017 Introduction to Building Information Modeling for Interior Designers Daniel John Stine CSI, CDT Aaron R. Hansen ASID, CDT SDC P U B L I C AT I O N S Better Textbooks.

More information

AutoCAD 1:24,000 Geologic Map Standards

AutoCAD 1:24,000 Geologic Map Standards Introduction This document describes the process of adding geologic information to a digital quadrangle base map with AutoCAD Map 2000i. It is assumed that this digital base map has been constructed according

More information

Features and Benefits

Features and Benefits AutoCAD Map 3D 2010 Features and Benefits AutoCAD Map 3D software is a leading engineering solution for creating and managing spatial data. Using open-source Feature Data Object (FDO) technology, AutoCAD

More information

Development and Implementation of a Container Based Integrated ArcIMS Application Joseph F. Giacinto, MCP

Development and Implementation of a Container Based Integrated ArcIMS Application Joseph F. Giacinto, MCP Development and Implementation of a Container Based Integrated ArcIMS Application Joseph F. Giacinto, MCP A Web based application was designed and developed to create a map layer from a centralized tabular

More information

Autodesk Utility Design and Your GIS

Autodesk Utility Design and Your GIS UT4523-P Autodesk Utility Design and Your GIS Prashant Srivastav Quality Assurance Lead, Utilities Co Speakers: Jeff Saunders, Carsten Hess The Power Track Utility Design Power Track at a glance... and

More information

Selective 4D modelling framework for spatialtemporal Land Information Management System

Selective 4D modelling framework for spatialtemporal Land Information Management System Selective 4D modelling framework for spatialtemporal Land Information Management System A. Doulamis, S. Soile, N. Doulamis, C. Chrisouli, N. Grammalidis, K. Dimitropoulos C. Manesis, C. Potsiou, C. Ioannidis

More information

VECTOR ANALYSIS: QUERIES, MEASUREMENTS & TRANSFORMATIONS

VECTOR ANALYSIS: QUERIES, MEASUREMENTS & TRANSFORMATIONS VECTOR ANALYSIS: QUERIES, MEASUREMENTS & TRANSFORMATIONS GIS Analysis Winter 2016 Spatial Analysis Operations performed on spatial data that add value Can reveal things that might otherwise be invisible

More information

Georeferencing. Georeferencing: = linking a layer or dataset with spatial coordinates. Registration: = lining up layers with each other

Georeferencing. Georeferencing: = linking a layer or dataset with spatial coordinates. Registration: = lining up layers with each other Georeferencing How do we make sure all our data layers line up? Georeferencing: = linking a layer or dataset with spatial coordinates Registration: = lining up layers with each other Rectification: The

More information

presented by: Tim Haithcoat University of Missouri Columbia

presented by: Tim Haithcoat University of Missouri Columbia 12 presented by: Tim Haithcoat University of Missouri Columbia Introduction Very early attempts to build GIS began from scratch, using limited tools like operating systems & compilers More recently, GIS

More information

Tip Sheet for Select Query Tools in ArcGIS 9.2

Tip Sheet for Select Query Tools in ArcGIS 9.2 Tip Sheet for Select Query Tools in ArcGIS 9.2 Overview The ArcGIS methods for selecting features are: 1. Interactive selection by point and click (or draw box) with the select tool http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?topicname=selecting_features_interactively

More information

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L December 2-5, 2003 MGM Grand Hotel Las Vegas Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L About the Speaker: Pete Kelsey is an Autodesk Authorized Consultant an Autodesk Certified

More information

Building Information Modeling

Building Information Modeling Chapter Building Information Modeling 1 Building information modeling (BIM) is an integrated workflow built on coordinated, reliable information about a project from design through construction and into

More information

Currently, GSA Building Information Modeling Guide Series 01 Overview, version 0.90 is also available for review and comment.

Currently, GSA Building Information Modeling Guide Series 01 Overview, version 0.90 is also available for review and comment. U.S. General Services Administration Public Buildings Service Office of the Chief Architect November 1, 2006 This version of the GSA Building Information Modeling Guide Series 02 Spatial Program Validation

More information

Oracle Transparent Gateways

Oracle Transparent Gateways Oracle Transparent Gateways Using Transparent Gateways with Oracle9i Application Server Release 1.0.2.1 February 2001 Part No. A88729-01 Oracle offers two solutions for integrating data from non-oracle

More information

Trelligence Affinity for ArchiCAD

Trelligence Affinity for ArchiCAD Trelligence Affinity for ArchiCAD User Guide Release 5.0 Affinity for ArchiCAD User Guide Supporting Trelligence Affinity Version 5 and ArchiCAD 10,11 2008 2008 Trelligence, Inc. 1847 Branard St. Houston,

More information

Civil 3D Introduction

Civil 3D Introduction Civil 3D Introduction Points Overview Points are data collected by surveyors which represent existing site conditions (elevations, boundaries, utilities, etc.). Each point is numbered (or named) and has

More information

Summary Table Voluntary Product Accessibility Template. Please refer to the attached VPAT.

Summary Table Voluntary Product Accessibility Template. Please refer to the attached VPAT. Date: July 20, 2017 Name of Product: SmartDraw Cloud Contact for more Information: http://www.smartdraw.com SmartDraw Products SmartDraw Cloud Summary Table Section 1194.21 Software Applications and Operating

More information

CoCreate OneSpace Modeling Data Adapter

CoCreate OneSpace Modeling Data Adapter CoCreate OneSpace Modeling 2007 - Data Adapter This document contains the individual datasheets for the native CAD adapters Table of Contents 1. CATIA V4 Data Adapter 2. Unigraphics Data Adapter 3. Pro/ENGINEER

More information

What's New GRAITEC Advance PowerPack 2016

What's New GRAITEC Advance PowerPack 2016 What's New GRAITEC Advance PowerPack 2016 Table of contents WELCOME TO GRAITEC POWERPACK FOR REVIT... 5 NEWS... 6 Managers... 6 1: Family Manager... 6 BIM Connect... 7 1: Compliancy with Autodesk Revit

More information

How to create geojson out of an image for using it as map layer in Oracle Data Visualization

How to create geojson out of an image for using it as map layer in Oracle Data Visualization How to create geojson out of an image for using it as map layer in Oracle Data Visualization In this document we will discuss about how to convert an image to a geojson file format. Many a time BI users

More information

VAULT REVISION TABLE FOR INVENTOR

VAULT REVISION TABLE FOR INVENTOR Automatically Update a Drawing s Revision Table with Vault Data AT A GLANCE ISSUE: The process of manually updating the revision tables on drawings can be time consuming. SOLUTION: The Vault Revision Table

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Data Dictionary User Guide Version 1.1 (20 May 2016) Prepared By: (On behalf of Alion Science and Technology) For: US Army

More information

Questions and Answers

Questions and Answers Revit Structure2009 Questions and Answers Revit Structure software uses a single, intelligent model to coordinate all the tasks structural engineers and drafters need to complete during the building design

More information

GEOFidelis SDSFIE Implementation Roles and Responsibilities Guide

GEOFidelis SDSFIE Implementation Roles and Responsibilities Guide GEOFidelis SDSFIE Implementation Roles and Responsibilities Guide Version: 1.4 Prepared for: USMC Installation Geospatial Information and Services Program (GEOFidelis) November 19th, 2012 TABLE OF CONTENTS

More information

Autodesk Revit Structure Autodesk

Autodesk Revit Structure Autodesk Autodesk Revit Structure 2011 What s New Top Features Autodesk Revit Structure 2011 Software Enhanced Design Features Fit and Finish Slanted columns Beam systems and trusses Concrete clean-up Concrete

More information

4D CONSTRUCTION SEQUENCE PLANNING NEW PROCESS AND DATA MODEL

4D CONSTRUCTION SEQUENCE PLANNING NEW PROCESS AND DATA MODEL 4D CONSTRUCTION SEQUENCE PLANNING NEW PROCESS AND DATA MODEL Jan Tulke 1, Jochen Hanff 2 1 Bauhaus-University Weimar, Dept. Informatics in Construction, Germany 2 HOCHTIEF ViCon GmbH,Essen, Germany ABSTRACT:

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

Adding a roof space over several zones.

Adding a roof space over several zones. Adding a roof space over several zones. Adding a roof space zone connecting to several rooms requires a sequence of actions from the user. There is no wizard for this. And it is possible to do this and

More information

Sheet Set Manager: Plot or Publish a List of Sheets Instantly

Sheet Set Manager: Plot or Publish a List of Sheets Instantly Best Practices Series Part 3 Sheet Set Manager: Plot or Publish a List of Sheets Instantly Alireza Parsai, CAD Director, HiTech Network, Inc., Canada You may have already found Sheet Set Manager (SSM)

More information

Virginia Western Community College ARC 221 Architectural CAD Applications Software I

Virginia Western Community College ARC 221 Architectural CAD Applications Software I Virginia Western Community College ARC 221 Architectural CAD Applications Software I Prerequisites CAD 241 Course Description Teaches the principles and techniques of architectural drawing practices through

More information

Deft User Guide <Virtual Environment> 6.0

Deft User Guide <Virtual Environment> 6.0 Deft User Guide 6.0 Page 1 of 32 Contents 1. Introduction... 3 2. Components of the Deft System... 5 2.1. ModelIT... 6 2.2. CostPlan... 8 2.3. ApacheSim... 9 2.4. Deft... 9 2.4.1.

More information

Using ESRI data in Autodesk ISD Products

Using ESRI data in Autodesk ISD Products GI13-3 Using ESRI data in Autodesk ISD Products 1.5 hr. Class 02-Dec-03 3:30pm - 5:00pm Session Description: We will focus on using data in a variety of ESRI formats within the Autodesk GIS product line,

More information

REQUEST FOR PROPOSAL

REQUEST FOR PROPOSAL THE CITY OF WINNIPEG REQUEST FOR PROPOSAL RFP NO. 784-2009 APPENDIX A - EXISTING SATELLITE SYSTEM DESCRIPTIONS RFP No. 784-2009 Page 1 of 18...2 AsmtPub (Public web parcel and business search)...3 AutoCAMA...4

More information

Océ Posterizer Pro Designer. POP into retail. User manual Application guide

Océ Posterizer Pro Designer. POP into retail. User manual Application guide - Océ Posterizer Pro Designer POP into retail o User manual Application guide Copyright copyright-2010 Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in

More information

User s Manual ❹ Tools

User s Manual ❹ Tools User s Manual ❹ Tools 2 CONTENTS I. THE NEW UPGRADED INTERFACE of SCADA Pro 5 II. DETAILED DESCRIPTION OF THE NEW INTERFACE 6 1. Tools 6 1.1 Structural Elements 6 1.2 USC-WCS 12 1.3 Model 13 1.4 Members

More information

Flexible, powerful and modern: The Urbano 8 infrastructure design software.

Flexible, powerful and modern: The Urbano 8 infrastructure design software. Pipe infrastructure design for civil engineering Flexible, powerful and modern: The Urbano 8 infrastructure design software. Urbano is a flexible, powerful and modern software package aimed at supporting

More information

User Guide. ExploreHRM ICT BIDS. 0 P a g e

User Guide. ExploreHRM ICT BIDS. 0 P a g e User Guide ICT BIDS 0 P a g e Contents Introduction... 2 Top Left Panel Navigation and Search Widgets... 3 Search... 3 Zoom In/Out... 3 Home... 3 Zoom Extent... 3 Right Panel Information and Print Widgets...

More information

MP21263-L Hands-on Training: TruNEST Multi-Tool for Sheet Metal from Inventor Matt Thorn Autodesk

MP21263-L Hands-on Training: TruNEST Multi-Tool for Sheet Metal from Inventor Matt Thorn Autodesk MP21263-L Hands-on Training: TruNEST Multi-Tool for Sheet Metal from Inventor Matt Thorn Autodesk Learning Objectives Discover Nest Inventor assembly in TruNest Multi-Tool Learn how to import designs from

More information

Accessing the Internet

Accessing the Internet Accessing the Internet In This Chapter 23 You can use AutoCAD to access and store AutoCAD drawings and related files on the Internet. This chapter assumes familiarity with basic Internet terminology. You

More information

Running Reports. Use the table of contents hyperlinks to navigate within the module. 1 Archibus Space Management System Training

Running Reports. Use the table of contents hyperlinks to navigate within the module. 1 Archibus Space Management System Training Running Reports Navigation of Reports Using Filter Consoles Sorting Data Smart Searches Selecting Values Index Panel Select Fields Working with Panel Bars More Records than can be displayed Exporting Reports

More information

Surface Smoothing Using Kriging

Surface Smoothing Using Kriging 1 AutoCAD Civil 3D has the ability to add data points to a surface based on mathematical criteria. This gives you the ability to strengthen the surface definition in areas where data may be sparse or where

More information

Using Autodesk Ecotect Analysis and Building Information Modeling

Using Autodesk Ecotect Analysis and Building Information Modeling Autodesk Ecotect Analysis 2010 Using Autodesk Ecotect Analysis and Building Information Modeling This document helps you to get the most from Autodesk Ecotect Analysis software and building information

More information

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 6: GIS Spatial Analysis GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University 1 Spatial Data It can be most simply defined as information that describes the distribution

More information

San José Implementing GIS the Spatial Way. Addressing compliance, security, scalability, interoperability and open standards for business needs

San José Implementing GIS the Spatial Way. Addressing compliance, security, scalability, interoperability and open standards for business needs San José Implementing GIS the Spatial Way Addressing compliance, security, scalability, interoperability and open standards for business needs Overview Key Strategy & Requirements Building on Previous

More information

Features and Benefits Summary

Features and Benefits Summary Autodesk Inventor 7 Features and Benefits Summary Autodesk Inventor 7, the latest release of Autodesk s 3D mechanical design software, improves the design process in several areas, including AutoCAD 2004

More information

Frequently Asked Questions (FAQ):

Frequently Asked Questions (FAQ): Frequently Asked Questions (FAQ): For Customers: Q1. What is EPM? The Electronic Plan Management (EPM) System is a web-based work flow tool that allows architects, engineers, and designers the ability

More information