How Do I: Find the Highest Elevation within an Area

Size: px
Start display at page:

Download "How Do I: Find the Highest Elevation within an Area"

Transcription

1 GeoMedia Grid: How Do I: Find the Highest Elevation within an Area Topics: Key Words: Tower Location, Site Location, Raster to Vector, and Vector to Raster Digital Elevation Models, Buffer Zone, and Zonal Score.

2 Warranties and Liabilities All warranties given by Intergraph Corporation about software are set forth in the End User License Agreement and Limited Product Warranty ( EULA ) provided with the software, and nothing stated in or implied by this document or its contents shall be considered or deemed a modification or amendment of such warranties. The information and the software discussed in this document are subject to change without notice and should not be considered commitments by Intergraph Corporation. Intergraph Corporation assumes no responsibility for any error that may appear in this document. No responsibility is assumed by Intergraph for the use or reliability of software on equipment that does not meet the specified requirements as found in the product Readme. Trademarks Intergraph and GeoMedia are registered trademarks of Intergraph Corporation. Windows and Windows XP are registered trademarks of Microsoft Corporation. All other brands and product names are trademarks of their respective owners. Copyright 2006 Intergraph Corporation. All Rights Reserved. Including software, file formats, and audiovisual displays; may be used pursuant to applicable software license agreement. Contains confidential and proprietary information of Intergraph and/or third parties, which is protected by copyright and trade secret law, and international treaty, and may not be provided or otherwise made available to end users other than purchaser without proper authorization from Intergraph Corporation. The software discussed in this document is furnished under a license and may be used or copied only in accordance with the terms of the accompanying license. Because these documentation files are delivered as PDF files, an industry-standard format, most photocopy vendors can print them for you from the PDF file. You have permission to make two hardcopies per license for your internal, noncommercial use. Purchaser shall not have reproduced more than two hardcopies per license without prior written permission from Intergraph Corporation. U.S. Government Restricted Rights Legend Software is subject to the U.S. Export Regulations. Any diversion of the software that is contrary to U.S. law is prohibited. Use, duplication, or disclosure by the government is subject to restrictions as set forth below. For civilian agencies: This was developed at private expense and is restricted computer software submitted with restricted rights in accordance with subparagraphs (a) through (d) of the Commercial Computer Software - Restricted Rights clause at of the Federal Acquisition Regulations ( FAR ) and its successors, and is unpublished and all rights are reserved under the copyright laws of the United States. For units of the Department of Defense ( DoD ): This is commercial computer software as defined at DFARS and the rights of the Government are as specified at DFARS Unpublished rights reserved under the copyright laws of the United States. Terms of Use Use of this software product is subject to the EULA delivered with this software product. Intergraph Corporation Huntsville, Alabama

3 Table of Contents Finding the Highest Elevation Values within an Area...1 Data Requirements... 1 Creating the Buffer Zone... 1 Converting a Query into a GeoMedia Grid Layer... 2 Determining the Highest Elevation Value within Each Buffer Area... 3 Determining the Location of the Highest Elevation within Each Buffer Area... 5 Converting a Highest Elevation Location to a Feature Class... 7 Copyright 2006 Intergraph Corporation i

4 Copyright 2006 Intergraph Corporation ii

5 Finding the Highest Elevation Values within an Area Data Requirements Find the Highest Elevation within an Area In order to carry out this workflow, you need, at a minimum, a DEM in GeoMedia Grid format and either a set of points or areas in GeoMedia format. As can be seen from the following graphic, the GeoWorkspace in this case has a DEM and Point Feature Class containing two points. This How Do I illustrates using the Point Feature Class to create a 1000-meter buffer zone around each point. These buffer zones are then used as the polygons to determine the location of the maximum elevation. In this instance, this workflow was used to help locate the optimal site for locating a radio tower. The users in this case picked areas that they thought would be good locations to place a tower using GeoMedia. They then wanted GeoMedia Grid to locate the high points within the selected buffer zones. Creating the Buffer Zone 1. Choose Analysis > Buffer Zone to display the Buffer Zone dialog box. 2. Use the drop-down list to specify the Feature Class to which you want the buffer zone applied. In this case, the View_Point Feature Class is specified. 3. Specify a distance for the buffer zone distance. In this case, 1000 M is specified. 4. Provide a meaningful name to your Query. In this case Buffer Zone is specified. Copyright 2006 Intergraph Corporation 1

6 5. Should you want to see the results of the query graphically, check Display buffer zone in map window. The graphic below shows which parameters were used to illustrate this example. 6. Click OK to execute the Query. Once the command completes, the buffer zone query should be displayed in the GeoMedia Map window. This query will be used to determine the maximum elevation within 1000 meters of the two points within the Study Area. Converting a Query into a GeoMedia Grid Layer The Rasterize Legend Entry(s) command creates a new grid layer from either a vector Feature Class or from a query. The grid layer will have the same coordinate system, cell resolution, and extents as the current Study Area. 1. Select the Feature Class or Query from within the GeoMedia Legend window that you want to convert to a GeoMedia Grid layer. In this case, the Query called Buffer Zones is used. 2. Choose Grid > Layer > Rasterize Legend Entry(s). Copyright 2006 Intergraph Corporation 2

7 3. In this case, the legend entry is a query and, as a result, the Attribute Selection dialog box will be displayed. Select an attribute that makes sense for your application. In this case, the attribute used is Attribute1. Note: If you want the work-flow to report the highest elevation for each point in the Study Area, it is important to select an attribute that uniquely identifies each point. Click OK. A new grid layer with the same name as the query is created and added to the active Study Area. In this case, the GeoMedia Grid layer contains three zones, VOID, 2, and 6, where 2 and 6 are the attribute values extracted from Attribute1 during the Rasterization process. Your values will likely differ from those above. However, as noted earlier in this How Do I, it is important that each buffer area have a unique zone value. If the two areas have the same value, the work-flow described in this document will treat the two areas as a single area (i.e., two islands with the same value) and will therefore treat these separate areas as if they were touching one another. Determining the Highest Elevation Value within Each Buffer Area The Zonal Score command creates a grid layer of summary statistics for geographic zones. In this case, the DEM will act as the Data layer upon which the Maximum statistic will be applied, and the Buffer zone map will be used as the geographic zones map. When the Maximum statistic is specified in the Zonal Score command, the resulting layer data values are equal to the maximum of the Data layer data values in each zone defined by the geographic zones in the Source layer. Copyright 2006 Intergraph Corporation 3

8 1. Choose Grid > Statistical Analysis > Zonal Score. 2. For the Source layer, use the drop-down list to specify your buffer zone in the Layer name field. In this case, the grid layer named Buffer Zones is used. 3. For the Data layer, use the drop-down list to specify your DEM in the Layer name field. In this case, the grid layer named DEM is used. 4. Use the Statistic drop-down list to select the Maximum statistic. Note: If you were looking for the minimum value, you would make use of the Minimum statistic. 5. Enter a name that makes sense for the Result layer. In this case, the name Maximum Value Within Buffers is used. 6. Clear the Place results in map window check box. 7. Click OK to execute the command. A new grid layer with the Result layer name is created and added to the active Study Area. In this case, the GeoMedia Grid layer contains three zones, VOID, , and Copyright 2006 Intergraph Corporation 4

9 The zone containing indicates the highest value found in zone 2 (i.e., the first buffer area), and the zone containing indicates the highest value found in zone 6 (i.e., the second buffer area). We now know the highest value that falls in the two buffer areas. We now need to determine the location of these values within the buffer area. Determining the Location of the Highest Elevation within Each Buffer Area The Calculator creates a new grid layer by applying mathematical and/or relational operations to one or more input grid layers. The operations are applied to the values of the cells of the input grid layer(s) in a process known as "layer math" or "overlay math." In this case, the Calculator command is going to be used to perform a Boolean operation that determines which DEM cells match the values in the Maximum Value Within Buffers map layer. 1. Choose Grid >Calculator. 2. When the Calculator opens, click on the Scientific radio button to open the full calculator window. 3. Use the facilities in the interface to create a statement that performs a Boolean test between your DEM layer and your Maximum Value Within Buffers map layer. In this case, the statement is DEM == Maximum Value Within Buffers. 4. Provide a meaningful name for the Result Layer name. In this case, the name Boolean Location of Maximum Value Within Buffers is used. 5. Click OK. 6. Use Grid > Layer > View Legend(s) to examine the results. Copyright 2006 Intergraph Corporation 5

10 The entire map should consist of two zones (i.e., 0 and 1). The zone with a value of 0 indicates a false condition (i.e., the value in DEM did not equal the value in the Maximum Value Within Buffer map). The zone with a value of 1 indicates a true condition (i.e., the value in DEM did equal the value in the Maximum Value Within Buffer map). It is possible that there could be more then one match for each of the zones; for example, if the DEM has two highest peaks in it that have the same elevation. In this example, this condition did not exist and, as a result, there are only two cells that met the Boolean criteria (i.e., one highest cell location for each buffer area). We now have the location of the highest elevation for each of the buffer zones. However, to fulfill the requirement of this workflow, the raster results need to be converted into a feature for display in the GeoMedia Map window. To accomplish this final task, the cells that did not meet the criteria need to be assigned a value of VOID. This can be done using the Grid > Classification > Recode command; however, since the Legend for the result map is open, it will be used to accomplish this task. 1. Click on the first legend entry (i.e., the legend that has a value of 0). 2. Right click to display the context menu. 3. Select Change Value(s) from the context menu. 4. When the Change Value(s) dialog box is displayed, change the value from 0 to VOID. 5. Click OK. Copyright 2006 Intergraph Corporation 6

11 The value for the first zone should change accordingly (i.e., the legend will contain two zones, VOID and 1). The map is now ready to convert into a vector Feature Class. Converting a Highest Elevation Location to a Feature Class This Vectorize to Feature Class command converts grid (raster) information to a vector Feature Class. The features are stored in the same connection as the current Study Area. Vectorized features can be edited and viewed in GeoMedia, exported to other applications, used to update data in the warehouse, or used to build queries. 1. Choose Grid > Layer > Vectorize to Feature Class. 2. Select your Boolean result map. In this case, Boolean Location of Maximum Value Within Buffers is used. 3. Set the Conversion type to Point. 4. Set the Use value as key option to No. If you were to select this option, that value in the legend would be used to create the record. For example, if you had a grid layer with four points (one with a value 5, one with a value 19, and two with a value of 20), the resulting Feature Class would create three records, not four. 5. Input a meaningful result feature class name for the new Feature Class. In this case, the name MaximumElevationPoints is used. Please note that Feature Class names cannot contain spaces. Copyright 2006 Intergraph Corporation 7

12 6. Click OK to execute the command. The points are automatically converted to a point-based Feature Class. The last step in this process is to display the point in the GeoMedia Map window. 7. Choose Legend > Add Legend Entries. 8. Select the check box of the newly created Feature Class. In this case, MaximumElevationPoints is selected. 9. Click OK to execute the command. 10. The points with the highest elevation for each buffer area should be displayed in the GeoMedia Map Window. Copyright 2006 Intergraph Corporation 8

SmartPlant Materials Materials Price Lists

SmartPlant Materials Materials Price Lists SmartPlant Materials Materials Price Lists Version 2008.2 (6.3.3) January 2009 DMAR1-PE-200132A Copyright Copyright 2009 Intergraph Corporation. All Rights Reserved. Including software, file formats, and

More information

SmartPlant 3D MHE Training. Overview

SmartPlant 3D MHE Training. Overview SmartPlant 3D MHE Training Overview Version 2011 Copyright Copyright 2009 Intergraph Corporation. All Rights Reserved. Including software, file formats, and audiovisual displays; may be used pursuant to

More information

SmartPlant Materials Release Bulletin

SmartPlant Materials Release Bulletin SmartPlant Materials Release Bulletin Version 2007 (6.2) January 2007 DMAR1-PE-200042E Copyright Copyright 2003-2007 Intergraph Corporation. All Rights Reserved. Including software, file formats, and audiovisual

More information

What s New CADWorx 2017

What s New CADWorx 2017 What s New CADWorx 2017 Copyright Copyright 2003-2016 Intergraph Corporation. All Rights Reserved. Intergraph is part of Hexagon. Including software, file formats, and audiovisual displays; may be used

More information

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0

OpenPlant PowerPID. How to Add Service Key-in that Drives Component Template at Placement and Post Placement. Version 2.0 OpenPlant PowerPID How to Add Service Key-in that Drives Component Template at November 21, 2012 Trademarks Bentley, the B Bentley logo, MicroStation, ProjectWise and AutoPLANT are registered trademarks

More information

Intergraph Smart Construction Administration and Configuration Guide

Intergraph Smart Construction Administration and Configuration Guide Intergraph Smart Construction Administration and Configuration Guide Version 2017 (5.0) January 2017 Copyright Copyright 2008-2017 Intergraph Corporation. All Rights Reserved. Intergraph is part of Hexagon.

More information

SmartPlant Master Tag Registry Release Bulletin

SmartPlant Master Tag Registry Release Bulletin SmartPlant Master Tag Registry Release Bulletin Version 2016 (3.0) August 2016 Copyright Copyright 2015-2016 Intergraph Corporation. All Rights Reserved. Intergraph is part of Hexagon. Including software,

More information

SAS Workflow Manager 2.2: Administrator s Guide

SAS Workflow Manager 2.2: Administrator s Guide SAS Workflow Manager 2.2: Administrator s Guide SAS Documentation July 19, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2018. SAS Workflow Manager 2.2: Administrator

More information

New Features in Primavera Professional 15.2

New Features in Primavera Professional 15.2 New Features in Primavera Professional 15.2 COPYRIGHT & TRADEMARKS Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

RTA Gateway N34 Hardware Jumper Configuration

RTA Gateway N34 Hardware Jumper Configuration RTA Gateway N34 Hardware Jumper Configuration Real Time Automation, Inc. 1 1-800-249-1612 Trademarks CompactLogix, ControlLogix, & PLC-5 are registered trademarks of Rockwell Automation, Inc. EtherNet/IP

More information

ThingWorx Manufacturing Apps Customization Guide 8.0.1

ThingWorx Manufacturing Apps Customization Guide 8.0.1 ThingWorx Manufacturing Apps Customization Guide 8.0.1 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and

More information

Capital. Capital Logic Interactive. v Student Workbook

Capital. Capital Logic Interactive. v Student Workbook Capital Capital Logic Interactive v2016.1 Student Workbook Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

GeoMedia Installation Guide. Version

GeoMedia Installation Guide. Version GeoMedia Installation Guide Version 13.00.01 May 2013 Contents Copyright Copyright 1998-2013 Intergraph Corporation. All Rights Reserved. Intergraph is part of Hexagon. Including software, file formats,

More information

Library Part Creation in the Xpedition Flow. Student Workbook

Library Part Creation in the Xpedition Flow. Student Workbook Student Workbook Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors and is subject

More information

Adobe Acrobat Weblink Plug-in

Adobe Acrobat Weblink Plug-in Adobe Acrobat Weblink Plug-in This online guide contains all the information you need to use the Adobe Acrobat Weblink plug-in with Acrobat Reader and Acrobat Exchange. Click one of the following topics

More information

Capital. Capital Logic Aero. v Student Workbook

Capital. Capital Logic Aero. v Student Workbook Capital v2018.1 Student Workbook 2019 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors

More information

Student Workbook Mentor Graphics Corporation All rights reserved.

Student Workbook Mentor Graphics Corporation All rights reserved. xdm Library Tools Student Workbook 2014 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors

More information

Capital. Capital Logic Generative. v Student Workbook

Capital. Capital Logic Generative. v Student Workbook Capital Capital Logic Generative v2016.1 Student Workbook 2017 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics

More information

Database Creation & Setup for SQL Server

Database Creation & Setup for SQL Server Database Creation & Setup for SQL Server INSTALLATION MANUAL D000480 rev 4.0 TRADEMARK NOTICE Bentley and the "B" Bentley logo are registered or non-registered trademarks of Bentley Systems, Inc. or Bentley

More information

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively "PTC") are

User and training guides and related documentation from Parametric Technology Corporation and its subsidiary companies (collectively PTC) are Arbortext IsoView Installation Guide Arbortext IsoView 7.3 May 2012 Copyright 2012 Parametric Technology Corporation and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related

More information

equestionnaire User Guide

equestionnaire User Guide Prodika Product Lifecycle Management equestionnaire User Guide Release 5.1 Part Number: TPPR-0045-5.1A Make sure you check for updates to this manual at the Oracle Documentation Web site Copyrights and

More information

OpenPlant PowerPID. Inline Component Tag from Pipeline Tag. Version 1.0

OpenPlant PowerPID. Inline Component Tag from Pipeline Tag. Version 1.0 OpenPlant PowerPID Inline Component Tag from Pipeline Tag Initial Release April 11, 2014 Trademarks Bentley, the B Bentley logo, MicroStation, ProjectWise and AutoPLANT are registered trademarks of Bentley

More information

Oracle Adaptive Risk Manager Online Dashboard and Reporting Guide

Oracle Adaptive Risk Manager Online Dashboard and Reporting Guide Oracle Adaptive Risk Manager Online Dashboard and Reporting Guide 10g Release (10.1.4.2.0) September 2007 Oracle Adaptive Risk Manager Online Dashboard and Reporting Guide, 10g Release (10.1.4.2.0) Copyright

More information

435NBX Basic Ladder Logix Setup

435NBX Basic Ladder Logix Setup 435NBX Basic Ladder Logix Setup Real Time Automation, Inc. 1 1-800-249-1612 Trademarks CompactLogix, ControlLogix, & PLC-5 are registered trademarks of Rockwell Automation, Inc. EtherNet/IP is a trademark

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

Oracle Information Rights Management Oracle IRM Windows Authentication Extension Guide 10gR3 August 2008

Oracle Information Rights Management Oracle IRM Windows Authentication Extension Guide 10gR3 August 2008 10gR3 August 2008 ,, 10gR3 Copyright 2007, 2008, Oracle. All rights reserved. Primary Author: Martin Abrahams Contributing Author: Martin Wykes The Programs (which include both the software and documentation)

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, June 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. If you have not executed a written or electronic agreement with

More information

gint for ArcGIS Toolbar

gint for ArcGIS Toolbar gint for ArcGIS Toolbar gint V8i User Manual DAA039670-1/0001 The information in this publication is subject to change without notice and does not represent a commitment on the part of Bentley. The software

More information

Primavera Portfolio Management Reporting Views for SQL Server databases

Primavera Portfolio Management Reporting Views for SQL Server databases Portfolio Management Reporting Views for SQL Server Databases 16 R1 Copyright 1999-2016, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary

More information

Getting Started with Attunity Replicate on Amazon EC2. Version 6.0

Getting Started with Attunity Replicate on Amazon EC2. Version 6.0 Getting Started with Attunity Replicate on Amazon EC2 Version 6.0 November 21, 2017 Getting Started with Attunity Replicate on Amazon EC2 All rights reserved. Primary Author: Charlton Book The Programs

More information

SAS Clinical Data Integration 2.6

SAS Clinical Data Integration 2.6 SAS Clinical Data Integration 2.6 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS Clinical Data Integration 2.6: User's Guide.

More information

Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved.

Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Clearing Cache COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names

More information

USING ADMINISTRATOR FEATURES

USING ADMINISTRATOR FEATURES HYPERION FINANCIAL MANAGEMENT SYSTEM 9 RELEASE 9.3.1 USING ADMINISTRATOR FEATURES Oracle's Hyperion Financial Management System 9 Release 9.3 contains significant enhancements to administrator features

More information

Reporting User Guide. Prodika Product Lifecycle Management. Release 5.1

Reporting User Guide. Prodika Product Lifecycle Management. Release 5.1 Prodika Product Lifecycle Management Reporting User Guide Release 5.1 Part No. TPPR-0029-5.1A Make sure you check for updates to this manual at the Oracle Documentation Web site Oracle s Prodika PLM 5.1

More information

ER/Studio Enterprise Portal 1.1 New Features Guide

ER/Studio Enterprise Portal 1.1 New Features Guide ER/Studio Enterprise Portal 1.1 New Features Guide 2nd Edition, April 16/2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

Oracle FLEXCUBE Direct Banking Release Corporate Foreign Exchange User Manual. Part No. E

Oracle FLEXCUBE Direct Banking Release Corporate Foreign Exchange User Manual. Part No. E Oracle FLEXCUBE Direct Banking Release 12.0.1.0.0 Corporate Foreign Exchange User Manual Part No. E52306-01 Corporate Foreign Exchange User Manual Table of Contents 1. Transaction Host Integration Matrix...

More information

Licensing SAS DataFlux Products

Licensing SAS DataFlux Products Licensing SAS DataFlux Products The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. Licensing SAS DataFlux Products. Cary, NC: SAS Institute Inc. Licensing SAS DataFlux

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 10 (2.1.2.1.0) E14542-01 April 2009 Microsoft Active Directory, which is included with Microsoft

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager ATTENTION Clicking on a PDF hyperlink takes you to the appropriate page If necessary, scroll up or down the page to see the beginning of the referenced section NN47300-300

More information

Quick Start for Coders and Approvers

Quick Start for Coders and Approvers Quick Start for Coders and Approvers Oracle Health Sciences Central Coding Release 3.1 Part Number: E69161-01 Copyright 2009, 2016, Oracle and/or its affiliates. All rights reserved. This software and

More information

Installing and Configuring the Standalone PTC License Server Creo 4.0 F000

Installing and Configuring the Standalone PTC License Server Creo 4.0 F000 Installing and Configuring the Standalone PTC License Server Creo 4.0 F000 Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation

More information

SAS Simulation Studio 14.1: User s Guide. Introduction to SAS Simulation Studio

SAS Simulation Studio 14.1: User s Guide. Introduction to SAS Simulation Studio SAS Simulation Studio 14.1: User s Guide Introduction to SAS Simulation Studio This document is an individual chapter from SAS Simulation Studio 14.1: User s Guide. The correct bibliographic citation for

More information

Site User Guide. Oracle Health Sciences InForm CRF Submit Release Part Number:E

Site User Guide. Oracle Health Sciences InForm CRF Submit Release Part Number:E Site User Guide Oracle Health Sciences InForm CRF Submit Release 4.0.2 Part Number:E79080-01 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

What's New in P6 Professional Release 8.2 December 2011 Copyright Oracle Primavera What's New in P6 Professional Copyright 1999, 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Corporate Foreign Exchange user Manual Release 12.0.2.0.0 Part No. E50108-01 September 2013 Corporate Foreign Exchange User Manual September 2013 Oracle Financial Services

More information

Tanner Analog Front End Flow. Student Workbook

Tanner Analog Front End Flow. Student Workbook Student Workbook 2016 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors and is subject

More information

Valor NPI for System Administrators. Table of Contents

Valor NPI for System Administrators. Table of Contents Valor NPI for System Administrators 2015 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors

More information

Xpedition xpcb Layout Advanced. Student Workbook

Xpedition xpcb Layout Advanced. Student Workbook Xpedition Student Workbook 2015 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors

More information

Content Synchronization and Syndication User Guide

Content Synchronization and Syndication User Guide Prodika Product Lifecycle Management Content Synchronization and Syndication User Guide Release 5.1 Part No. TPPR-0021-5.1A Make sure you check for updates to this manual at the Oracle Documentation Web

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft BizTalk Server Release 12.1.0.1.0 E28546-04 February 2014 This document provides a brief description about the Microsoft

More information

CAXperts ReportAdapter for SmartPlant Materials. Manual

CAXperts ReportAdapter for SmartPlant Materials. Manual CAXperts ReportAdapter for SmartPlant Materials Manual CAXperts ReportAdapter for SmartPlant Materials Manual Copyright Copyright 2002 CAXperts GmbH. All Rights Reserved. Including software, file formats,

More information

Oracle Agile Product Lifecycle Management for Process Reporting User Guide Release E

Oracle Agile Product Lifecycle Management for Process Reporting User Guide Release E Oracle Agile Product Lifecycle Management for Process Reporting User Guide Release 6.1.1.5 E57828-01 November 2014 Oracle Agile Product Lifecycle Management for Process Reporting User Guide, Release 6.1.1.5

More information

gint V8i Enterprise User Guide

gint V8i Enterprise User Guide gint V8i Enterprise User Guide DAA039550-1/0001 The information in this publication is subject to change without notice and does not represent a commitment on the part of Bentley. The software described

More information

Oracle Enterprise Single Sign-on Kiosk Manager

Oracle Enterprise Single Sign-on Kiosk Manager Oracle Enterprise Single Sign-on Kiosk Manager User s Guide Release 10.1.4.0.3 E10338-01 June 2007 Oracle Enterprise Single Sign-on Kiosk Manager User s Guide, Release 10.1.4.0.3 E10338-01 Copyright 2006-2007,

More information

Oracle Utilities Smart Grid Gateway Adapter for Echelon

Oracle Utilities Smart Grid Gateway Adapter for Echelon Oracle Utilities Smart Grid Gateway Adapter for Echelon User's Guide Release 2.0.0 Service Pack 9 E23539-04 May 2013 Oracle Utilities Smart Grid Gateway Adapter for Echelon User's Guide Release 2.0.0 Service

More information

1 Siebel Attachments Solution Overview

1 Siebel Attachments Solution Overview Oracle Fusion Middleware User's Guide for Oracle Enterprise Content Management Solutions for Oracle Siebel 11g Release 1 (11.1.1) E17067-01 May 2010 This document provides information on options available

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager NN47300-300 Document status: Standard Document version: 0401 Document date: 26 March 2008 All Rights Reserved The information in this document is subject to change

More information

Edition 1.1 PVCS. Dimensions. Content Manager Integration Guide

Edition 1.1 PVCS. Dimensions. Content Manager Integration Guide Edition 1.1 PVCS Dimensions Content Manager Integration Guide Copyright 2001 MERANT. All rights reserved. Printed in the U.S.A. DataDirect, INTERSOLV, Micro Focus, Net Express and PVCS are registered trademarks,

More information

Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9. July 2015

Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9. July 2015 Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9 July 2015 Copyright 1987, 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

1 Understanding the Cross Reference Facility

1 Understanding the Cross Reference Facility JD Edwards EnterpriseOne Tools Cross Reference Facility Guide Release 9.1 E21485-01 December 2011 The JD Edwards EnterpriseOne Tools Cross Reference Facility Guide contains the following topics: Section

More information

JD Edwards EnterpriseOne. Overview. Prerequisites. Web Client for ipad Quick Start Guide Release 8.98 Update 4, Service Pack 5

JD Edwards EnterpriseOne. Overview. Prerequisites. Web Client for ipad Quick Start Guide Release 8.98 Update 4, Service Pack 5 JD Edwards EnterpriseOne Web Client for ipad Quick Start Guide Release 8.98 Update 4, Service Pack 5 E25437-01 September 2011 This document contains the following topics: "Overview" "Prerequisites" "User

More information

CA Nimsoft Monitor. Probe Guide for iseries Job Monitoring. jobs v1.3 series

CA Nimsoft Monitor. Probe Guide for iseries Job Monitoring. jobs v1.3 series CA Nimsoft Monitor Probe Guide for iseries Job Monitoring jobs v1.3 series Contact CA Contact CA Support For your convenience, CA Technologies provides one site where you can access the information that

More information

PTC Windchill Quality Solutions Extension for ThingWorx Guide

PTC Windchill Quality Solutions Extension for ThingWorx Guide PTC Windchill Quality Solutions Extension for ThingWorx Guide Copyright 2016 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc.

More information

CADWorx. System Requirements. AutoCAD

CADWorx. System Requirements. AutoCAD CADWorx Product: CADWorx Plant: 2018 (18.00.00) CADWorx P&ID: 2018 (18.00.00) CADWorx Equipment: 2018 (18.00.00) CADWorx Design Review: 2018 (18.00.00) Description: CADWorx Plant Design Suite is an integrated

More information

System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 4 ( ) Versions Supported

System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 4 ( ) Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Internet Information Services Release 4 (2.1.2.1.0) B28047-03 April 2007 This document provides a brief description

More information

Constraint Manager for xpcb Layout. Table of Contents

Constraint Manager for xpcb Layout. Table of Contents Table of Contents 2014 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors and is subject

More information

Flexera Software Product Licensing Guide for InstallAnywhere 2010 and Earlier

Flexera Software Product Licensing Guide for InstallAnywhere 2010 and Earlier Flexera Software Product Licensing Guide for InstallAnywhere 2010 and Earlier Flexera Software Product Licensing Guide for InstallAnywhere 2010 and Earlier Part Number: ISA-1000-LG04 Product Release Date:

More information

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer Oracle Cloud at What's New for Oracle Cloud at Release 18.1.4 E93578-04 October 2018 What s New for Oracle Cloud at This document lists the new features and enhancements added to the Oracle Cloud at and

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Corporate Supply Chain User Manual Release 12.0.3.0.0 Part No. E52543-01 April 2014 Corporate Supply Chain User Manual April 2014 Oracle Financial Services Software Limited

More information

Agilent ChemStation Plus

Agilent ChemStation Plus Agilent ChemStation Plus Getting Started Guide Agilent Technologies Notices Agilent Technologies, Inc. 2004 No part of this manual may be reproduced in any form or by any means (including electronic storage

More information

PEOPLESOFT FINANCIALS/SUPPLY CHAIN MANAGEMENT 9 MAINTENANCE PACK 13 DELTA

PEOPLESOFT FINANCIALS/SUPPLY CHAIN MANAGEMENT 9 MAINTENANCE PACK 13 DELTA PEOPLESOFT FINANCIALS/SUPPLY CHAIN MANAGEMENT 9 MAINTENANCE PACK 13 DELTA PeopleSoft Financials/Supply Chain Management 9 Maintenance Pack 13 Delta Contributors: Teams from PeopleSoft Product Documentation

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.1 Configuring VMware Copyright 1999-2014, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information;

More information

CAXperts ReportAdapter for PDS 3D. Manual

CAXperts ReportAdapter for PDS 3D. Manual CAXperts ReportAdapter for PDS 3D Manual CAXperts ReportAdapter for PDS 3D Manual Copyright Copyright 2002 CAXperts GmbH. All Rights Reserved. Including software, file formats, and audiovisual displays;

More information

TestPartner. Active Object Recognition (AOR) Training Guide

TestPartner. Active Object Recognition (AOR) Training Guide TestPartner Active Object Recognition (AOR) Training Guide Customer support is available from our Customer Support Hotline or via our FrontLine Support Web site. Technology Customer Support Compuware Corporation

More information

ENGINEERED EFFICIENCY. PDMS Adapter. Manual. Contact & information:

ENGINEERED EFFICIENCY. PDMS Adapter. Manual. Contact & information: ENGINEERED EFFICIENCY PDMS Adapter Manual Contact & information: CAXperts GmbH Carl-Zeiss-Ring 4 85737 Ismaning Germany P.: +49 89 96 97 72 0 F.: +49 89 96 97 72 11 E.: info@caxperts.com CAXperts PDMS

More information

Siebel Server Sync Guide. Siebel Innovation Pack 2016 May 2016

Siebel Server Sync Guide. Siebel Innovation Pack 2016 May 2016 Siebel Server Sync Guide Siebel Innovation Pack 2016 May 2016 Copyright 2005, 2016 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license

More information

Microsoft Active Directory Plug-in User s Guide Release

Microsoft Active Directory Plug-in User s Guide Release [1]Oracle Enterprise Manager Microsoft Active Directory Plug-in User s Guide Release 13.1.0.1.0 E66401-01 December 2015 Oracle Enterprise Manager Microsoft Active Directory Plug-in User's Guide, Release

More information

Agilent CSV Export Utility

Agilent CSV Export Utility Agilent CSV Export Utility User Guide Agilent Technologies Notices Agilent Technologies, Inc. 2011 No part of this manual may be reproduced in any form or by any means (including electronic storage and

More information

ENGINEERED EFFICIENCY. ReviewAdapter. Manual. Contact & information:

ENGINEERED EFFICIENCY. ReviewAdapter. Manual. Contact & information: ENGINEERED EFFICIENCY ReviewAdapter Manual Contact & information: CAXperts GmbH Carl-Zeiss-Ring 4 85737 Ismaning Germany P.: +49 89 96 97 72 0 F.: +49 89 96 97 72 11 E.: info@caxperts.com CAXperts ReviewAdapter

More information

Oracle Utilities Meter Data Management Integration to SAP for Meter Data Unification and Synchronization

Oracle Utilities Meter Data Management Integration to SAP for Meter Data Unification and Synchronization Oracle Utilities Meter Data Management Integration to SAP for Meter Data Unification and Synchronization Meter Data Management User's Guide Addendum Release 11.1 E28260-02 March 2013 Oracle Utilities Meter

More information

Siebel Server Sync Guide. Siebel Innovation Pack 2015 May 2015

Siebel Server Sync Guide. Siebel Innovation Pack 2015 May 2015 Siebel Server Sync Guide Siebel Innovation Pack 2015 May 2015 Copyright 2005, 2015 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license

More information

Getting Started with SAS Factory Miner 14.2

Getting Started with SAS Factory Miner 14.2 Getting Started with SAS Factory Miner 14.2 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. Getting Started with SAS Factory Miner 14.2. Cary,

More information

Agilent EZChrom SI. Startup Guide

Agilent EZChrom SI. Startup Guide Agilent EZChrom SI Startup Guide Notices Copyright Scientific Software, Inc 2003 Agilent Technologies, Inc. 2006. No part of this manual may be reproduced in any form or by any means (including electronic

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Hardware and Software Configuration

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Hardware and Software Configuration Oracle Enterprise Manager Ops Center Create Private Networks in a Virtual Datacenter 12c Release 3 (12.3.0.0.0) E60045-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

Mail Extension User Guide

Mail Extension User Guide Version 1.1 July 2017 Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary companies (collectively

More information

BAA Oracle EBS R12.1 isupplier Portal Created on 11/26/2012 3:18:00 PM

BAA Oracle EBS R12.1 isupplier Portal Created on 11/26/2012 3:18:00 PM Created on 11/26/2012 3:18:00 PM COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

Oracle. Applications Cloud Using Functional Setup Manager. Release 13 (update 18A)

Oracle. Applications Cloud Using Functional Setup Manager. Release 13 (update 18A) Oracle Applications Cloud Release 13 (update 18A) Release 13 (update 18A) Part Number E92071-02 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved. Authors: Sandesh Posa, Mary Kalway

More information

Oracle Customer Care. Implementation Guide. Release 11i. August, 2000 Part No. A

Oracle Customer Care. Implementation Guide. Release 11i. August, 2000 Part No. A Oracle Customer Care Implementation Guide Release 11i August, 2000 Part No. A86218-01 Oracle Customer Care Implementation Guide, Release 11i Part No. A86218-01 Copyright 1996, 2000, Oracle Corporation.

More information

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release 6.1.0.1 E27853-01 March 2012 Oracle Agile Product Lifecycle Management for Process Content

More information

FIA Electronic Give-Up Agreement System (EGUS) Version 2.6

FIA Electronic Give-Up Agreement System (EGUS) Version 2.6 FIA Electronic Give-Up Agreement System (EGUS) Version 2.6 User Guide 18 January 2010 Copyright Unpublished work 2007-2010 Markit Group Limited This work is an unpublished, copyrighted work and contains

More information

Oracle. Engagement Cloud Using Service Request Management. Release 12

Oracle. Engagement Cloud Using Service Request Management. Release 12 Oracle Engagement Cloud Release 12 Oracle Engagement Cloud Part Number E73284-05 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Author: Joseph Kolb This software and related documentation

More information

User Manual. Materials Control. Production Tool. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: March 2012.

User Manual. Materials Control. Production Tool. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: March 2012. User Manual Materials Control Production Tool Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D - 41460 Neuss Date: March 2012 Page 1 of 22 Copyright 2015, Oracle and/or its affiliates. All rights reserved.

More information

0Harlequin RIP. The GenLin utility program. Technical Note Hqn026 June 2001

0Harlequin RIP. The GenLin utility program. Technical Note Hqn026 June 2001 0Harlequin RIP The GenLin utility program Technical Note Hqn026 June 2001 The GenLin utility provides an easy way to use automatic and semi-automatic densitometers with Harlequin RIP version 4.1 or later.

More information

CA SSO. Agent for Oracle PeopleSoft Release Notes. r12.51

CA SSO. Agent for Oracle PeopleSoft Release Notes. r12.51 CA SSO Agent for Oracle PeopleSoft Release Notes r12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

Overview of the Plug-In. Versions Supported

Overview of the Plug-In. Versions Supported Oracle Enterprise Manager System Monitoring Plug-In Installation Guide for Exadata Power Distribution Unit Release 11.1.0.2.0 E20087-03 March 2011 Overview of the Plug-In This plug-in will be used to monitor

More information

Installation Guide 8.0 ThingWorx Utilities

Installation Guide 8.0 ThingWorx Utilities Installation Guide 8.0 ThingWorx Utilities Copyright 2017 PTC Inc. and/or Its Subsidiary Companies. All Rights Reserved. User and training guides and related documentation from PTC Inc. and its subsidiary

More information

Taleo Enterprise Deep Linking Configuration Guide Release 17

Taleo Enterprise Deep Linking Configuration Guide Release 17 Oracle Taleo Enterprise Release 17 Taleo Enterprise Part Number: E89359-01 Copyright 2017, Oracle and/or its affiliates. All rights reserved Authors: Taleo Information Development Team This software and

More information

SAS Factory Miner 14.2: User s Guide

SAS Factory Miner 14.2: User s Guide SAS Factory Miner 14.2: User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS Factory Miner 14.2: User s Guide. Cary, NC: SAS Institute

More information

Web Client Manual. for Macintosh and Windows. Group Logic Inc Fax: Internet:

Web Client Manual. for Macintosh and Windows. Group Logic Inc Fax: Internet: Web Client Manual for Macintosh and Windows Group Logic Inc. 703-528-1555 Fax: 703-527-2567 Email: info@grouplogic.com Internet: www.grouplogic.com Copyright (C) 1995-2007 Group Logic Incorporated. All

More information