Managing Arcsde Application Servers

Total Page:16

File Type:pdf, Size:1020Kb

Managing Arcsde Application Servers ArcGIS® 9 Managing ArcSDE ® Application Servers Copyright © 1999–2005 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work is protected under United States copyright law and other international copyright treaties and conventions. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expressly permitted in writing by ESRI. All requests should be sent to Attention: Contracts Manager, ESRI, 380 New York Street, Redlands, CA 92373-8100, USA. The information contained in this document is subject to change without notice. U.S. GOVERNMENT RESTRICTED/LIMITED RIGHTS Any software, documentation, and/or data delivered hereunder is subject to the terms of the License Agreement. In no event shall the U.S. Government acquire greater than RESTRICTED/LIMITED RIGHTS. At a minimum, use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in FAR §52.227-14 Alternates I, II, and III (JUN 1987); FAR §52.227-19 (JUN 1987) and/or FAR §12.211/12.212 (Commercial Technical Data/Computer Software); and DFARS §252.227-7015 (NOV 1995) (Technical Data) and/or DFARS §227.7202 (Computer Software), as applicable. Contractor/Manufacturer is ESRI, 380 New York Street, Redlands, CA 92373-8100, USA. ESRI, SDE, ArcView, MapObjects, the ESRI globe logo, ArcInfo, ArcSDE, ArcCatalog, ArcEditor, ArcMap, ArcGIS, ArcIMS, ArcStorm, Arc Objects, StreetMap, ArcInfo Librarian, GIS by ESRI, and www.esri.com are trademarks, registered trademarks, or service marks of ESRI in the United States, the European Community, or certain other jurisdictions. The names of other companies and products herein are trademarks or registered trademarks of their respective trademark owners. Contents 1 Introducing the ArcSDE application server 1 The ArcSDE application server 2 Properties of an ArcSDE application server 4 Tips on learning about the ArcSDE application server 5 2 Creating ArcSDE application servers 7 The ArcSDE home directory 8 The DBMS database 9 The ArcSDE DBMS administration account 10 The ArcSDE service on UNIX and Windows 11 Windows installs 12 Accessing an ArcSDE application server through a firewall 14 3 Configuring ArcSDE application servers 15 The services.sde file 16 Operating system services files 18 The service name on Windows 19 ArcSDE DBMS environment variables 20 ArcSDE system environment variables 21 The dbinit.sde file format 23 Displaying ArcSDE system environment variables 24 Adjusting ArcSDE application server initialization parameters 25 Displaying the ArcSDE initialization parameters 38 4 Managing ArcSDE application servers 39 Before starting an ArcSDE application server 40 Starting a local ArcSDE application server on Windows 41 Starting a remote ArcSDE application server on Windows 42 Starting a local ArcSDE application server on UNIX 43 The sdemon command output 44 Starting a remote ArcSDE application server on UNIX 45 Pausing, resuming, and shutting down an ArcSDE application server 46 III Shutting down an ArcSDE application server during the editing of a multiversioned table 49 Removing ArcSDE sessions (Windows and UNIX) 50 5 Monitoring ArcSDE application servers 53 Displaying ArcSDE application server status and lock table information 54 How ArcGIS uses ArcSDE locking 56 Displaying ArcSDE application server statistics 57 Displaying ArcSDE user session information 58 6 Troubleshooting the ArcSDE application server 59 What happens when you start an ArcSDE application server 60 What happens when an ArcSDE client connects to an application server 62 What happens when an ArcSDE client direct connects to the DBMS 64 Common ArcSDE startup problems on UNIX servers 65 Common ArcSDE startup problems on Windows servers 67 Setting the Windows SharedSection 69 The Windows Event Viewer 70 Examining the ArcSDE error logfiles 71 ArcSDE intercept 72 ArcSDE tracing 73 A ArcSDE data dictionary 75 B ArcSDE table definitions 97 C ArcSDE application server command references 113 D ArcSDE initialization parameters 125 IV MANAGING ARCSDE APPLICATION S ERVERS Glossary 133 Index 143 CONTENTS V Introducing the ArcSDE application server 1 IN THIS CHAPTER This chapter introduces the key components of the ESRI® ArcSDE® application server and provides an overview of the underlying configuration. Subsequent • The ArcSDE application server chapters discuss the creation, configuration, and management of the ArcSDE application server. The appendices contain descriptions of the ArcSDE home • Properties of an ArcSDE applica- tion server directory, the data dictionary, table definitions, listings of the ArcSDE commands, and the ArcSDE initialization parameters. • Tips on learning about the ArcSDE application server 1 The ArcSDE application server An ArcSDE application server conveys spatial data between geographic information system (GIS) applications and a database. The database may be any one of the supported database management systems (DBMSs) such as Oracle®, SQL Server™, Informix®, or DB2®. The database could also be a registered collection of ArcGIS® coverages or shapefiles. The applications that can connect to and access spatial data from an ArcSDE application server include ArcGIS Desktop, ArcIMS®, ArcView® 3, ArcInfo™ Workstation, MapObjects®, and ArcSDE CAD Client, as well as custom-built applications created by either you or an ESRI business partner. Two-tiered versus three-tiered architecture ArcSDE provides two alternative methods of connecting to the database instance—direct connection to the database instance in a two-tiered architecture or connecting through the ArcSDE application server in a three-tiered architecture. If it is your intention to adopt the two-tiered approach, then you should consult the Appendix titled ‘Making a Direct Connection’ in the ArcSDE Configuration and Tuning Guide for <DBMS> PDF file, located in the documentation folder on the ArcSDE CD. This guide is primarily concerned with the administration of the ArcSDE application server. However, information concerning such things as the management of server configuration parameters (Chapter 3 and Appendix D) and troubleshooting (Chapter 6) also apply to direct connections. 2 MANAGING ARCSDE APPLICATION S ERVERS The sdemon command allows the administrator to manage and monitor the ArcSDE service. Managed by sdemon C1 Connection request C3 Connection request Client 1 Client 3 Individual client (for example, ArcView GIS) (for example, ArcIMS) connections to the ArcSDE C2 Connection request C4 Connection request application ArcSDE Server Process—"giomgr" server. Listens for connection requests Verifies connection (username/password) Client 2 Client 4 (for example, ArcInfo) Spawns one dedicated "gsrvr" process per (for example, CAD Client) successful connection ArcSDE service—the giomgr process— manages client connections. C1 gsrvr C4 gsrvr Dedicated gsrvr processes— communicate with the DBMS on behalf of the client. DBMS INTRODUCING THE ARCSDE APPLICATION SERVER 3 Properties of an ArcSDE application server The ArcSDE application server, a client/server configuration, The Transmission Control Protocol/Internet Protocol has a number of defining properties; these are introduced in the service name and port number following sections. The ArcSDE application server, through the giomgr process, The home directory listens for application connection requests on a dedicated TCP/IP service name and port number. The gsrvr process, in Each ArcSDE application server has its own home directory, turn, communicates with the application on the same TCP/IP which is defined by the system variable, SDEHOME. The home service and port number. All communication between the directory contains the ArcSDE binary executable files, dynamic applications and the ArcSDE application server take place using shared libraries, configuration files, and internationalization the TCP/IP service name and port number. code pages. The configuration parameters The ArcSDE application server monitor—the giomgr process The ArcSDE application server can be configured to optimize the data flow between the connected applications and the database. Each ArcSDE application server has one giomgr process. This The configuration parameters are stored in the process listens for user application connection requests, spawns SDE.SERVER_CONFIG metadata table, making them accessible to gsrvr processes, and cleans up disconnected user processes. multiple application servers and direct connections. The The giomgr will not start if a valid server license has not been parameters are managed by editing the configuration files and installed. Contact ESRI customer support if you have not loading the values into the SDE.SERVER_CONFIG table. The already obtained a valid license. default configuration file, giomgr.defs, is located in the etc folder of SDEHOME. The gsrvr process The giomgr process spawns a gsrvr process for each application connected to the ArcSDE application server. The gsrvr process is dedicated to a single-user application connection. It communicates with the database on behalf of the connected application. The gsrvr process responds to the application’s query and edit requests to the database. 4 MANAGING ARCSDE APPLICATION S ERVERS Tips on learning about the ArcSDE application server About this book This book is designed to help you create and maintain an ArcSDE application
Recommended publications
  • Metadata and GIS
    Metadata and GIS ® An ESRI White Paper • October 2002 ESRI 380 New York St., Redlands, CA 92373-8100, USA • TEL 909-793-2853 • FAX 909-793-5953 • E-MAIL [email protected] • WEB www.esri.com Copyright © 2002 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work is protected under United States copyright law and other international copyright treaties and conventions. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expressly permitted in writing by ESRI. All requests should be sent to Attention: Contracts Manager, ESRI, 380 New York Street, Redlands, CA 92373-8100, USA. The information contained in this document is subject to change without notice. U.S. GOVERNMENT RESTRICTED/LIMITED RIGHTS Any software, documentation, and/or data delivered hereunder is subject to the terms of the License Agreement. In no event shall the U.S. Government acquire greater than RESTRICTED/LIMITED RIGHTS. At a minimum, use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in FAR §52.227-14 Alternates I, II, and III (JUN 1987); FAR §52.227-19 (JUN 1987) and/or FAR §12.211/12.212 (Commercial Technical Data/Computer Software); and DFARS §252.227-7015 (NOV 1995) (Technical Data) and/or DFARS §227.7202 (Computer Software), as applicable. Contractor/Manufacturer is ESRI, 380 New York Street, Redlands, CA 92373- 8100, USA.
    [Show full text]
  • Chapter 2: the Arcgis Server Architecture
    The ArcGIS Server 2 architecture ArcGIS Server is an object server for ArcObjects. The ArcGIS Server software system is distributed across multiple machines. Each aspect of ArcGIS Server plays a role in managing GIS functionality and data and making that functionality useful to end users. This chapter provides an overview of the ArcGIS software architecture and details of the ArcGIS Server architecture, specifically the various aspects of the server and how they interact, including: • the role of the GIS server • the server object manager • server object containers • GIS server objects • the Web application server Chapter2.pmd 27 10/12/2004, 4:01 PM ARCGIS SOFTWARE ARCHITECTURE Before discussing the details of the ArcGIS Server architecture, it’s important to discuss the ArcGIS system architecture as a whole. The ArcGIS architecture has evolved over several releases of the technology to be a modular, scalable, cross- platform architecture implemented by a set of software components called ArcObjects. This section focuses on the main themes of this evolution at ArcGIS 9 and introduces the reader to the libraries that compose the ArcGIS system. The ArcGIS software architecture supports a number of products, each with its unique set of requirements. ArcObjects components, which make up ArcGIS, are designed and built to support this. This chapter introduces ArcObjects. ArcObjects is a set of platform-independent software components, written in C++, that provides services to support GIS applications on the desktop in the form of thick and thin clients and on the server. For a detailed explanation of COM see the As stated, the language chosen to develop ArcObjects was C++; in addition to Microsoft COM section of Appendix D, this language, ArcObjects makes use of the Microsoft Component Object Model.
    [Show full text]
  • Arcsde Microsoft SQL Server Database Requirements
    ArcSDE Microsoft SQL Server Database Requirements Supported Database Versions Supported Operating Systems Operating System Limitations Supported Database Versions Standard/Enterprise Editions: Microsoft SQL Server 2000 SP4 (32-bit) Microsoft SQL Server 2005 SP2 & SP3 (32-bit & 64-bit) Microsoft SQL Server 2008 Final - R2 (32-bit & 64-bit) Express Editions: Microsoft SQL Server 2005 SP2 & SP3 (32-bit) Microsoft SQL Server 2008 Final - R2 (32-bit) Supported Operating Systems Database Supported Operating System(s) Windows 2003 SP2 (32-bit) Server Standard, Enterprise & Microsoft SQL Server Datacenter 2000 (32-bit) Windows 2008 SP2 (32-bit) Server Standard, Enterprise & Datacenter Windows 2003 SP2 (32-bit) Server Standard, Enterprise & Microsoft SQL Server 2005 Datacenter (32-bit) Windows 2008 SP2 (32-bit) Server Standard, Enterprise & Datacenter Windows 2003 SP2 (64-bit - EM64T) Server Standard, Enterprise Microsoft SQL Server 2005 & Datacenter (64-bit) Windows 2008 Final - R2+ (64-bit - EM64T) Server Standard, Enterprise & Datacenter Windows 2003 SP2 (32-bit) Server Standard, Enterprise & Microsoft SQL Server 2008 Datacenter (32-bit) * Windows 2008 SP2 (32-bit) Server Standard, Enterprise & Datacenter Windows 2003 SP2 (64-bit - EM64T) Server Standard, Enterprise Microsoft SQL Server 2008 & Datacenter (64-bit) * Windows 2008 Final - R2+ (64-bit - EM64T) Server Standard, Enterprise & Datacenter Limitations SQL Server 2008 * SQL Server 2008 Spatial Types (Geography and Geometry) are supported with 9.3 SP1, binary supported at 9.3 Final. Windows 7, Vista and XP Windows 7, Vista Sp2, and XP Sp3 are supported for basic testing and application development use only. They are not recommended for deployment in a production environment. Windows XP only supports the Developer Edition of SQL Server.
    [Show full text]
  • GIS Migration Plan
    Dane County Land Information Office July 2003 Dane County Enterprise GIS Migration Plan The Dane County Land Information Office is committed to the development of GIS technology to aid in the delivery of information and services to county departments, communities, and the residents of our county. As part of our ongoing efforts to develop a robust and efficient GIS infrastructure, the Land Information Office has begun a project to migrate to a next generation geographic information system. Workplan activities include an upgrade of the technical infrastructure (hardware and software), implementation of new ESRI GIS products, a review and re-modeling of enterprise GIS datasets, workflow analysis and process changes to maximize service delivery and staff efficiencies. This plan summarizes migration activities to-date, as well as outlining a workplan to complete the remaining tasks. ESRI's next generation product line revolves around three primary products: ArcGIS, ArcSDE and ArcIMS. ArcGIS and its related extensions and modules comprise the desktop GIS software suite. ArcSDE supports spatial and tabular database integration. ArcIMS supports the delivery of web-based geographic information and map services. The Dane County ArcGIS migration project includes converting current ArcInfo users to the ArcGIS product. The longer term goal will be to move the viewing, printing, and basic GIS operation users to ArcIMS applications that can be run from a browser or thin client. Current ArcView 3.2 users will be migrated to either thin client ArcIMS applications or ArcGIS 8.x software. All applications will utilize geographic information stored in ArcSDE. Training requirements will be focused on technical staff to build and maintain applications with user friendly tools to minimize intense end user training.
    [Show full text]
  • Georover® Flexrt Software Extension
    GeoRover® FlexRT Software Extension MISSION PLANNING TO GIS – DATA INTEROPERABILITY FOR THE ANALYST The GeoRover FlexRT extension provides the capability to import and export critical data between the commercial Esri® ArcGIS® for Desktop and the FalconView™ applications with the ability to maintain consistent data symbology. The extension is a plug-in to the Esri ArcGIS Desktop application (Basic, Standard, Advanced). The toolbar provides interoperability tools for converting data between common FalconView formats such as Local Point and Draw files and common GIS formats such as shapefiles and feature classes (personal, file, enterprise ArcSDE®). The toolbar also provides the option to apply FalconView Local Point symbology to point layers in the ArcMap™ application. The FlexRT extension allows for quick, user-friendly import and export wizards to simplify data exchange between platforms allowing users to share and disseminate data easily. FEATURES Import FalconView Local Point or Draw fi les into new shapefi les or existing feature layers (shapefi le and personal, fi le, and enterprise ArcSDE® feature classes) Export shapefi les or feature classes from ArcGIS Desktop to FalconView as Local Point or Draw fi les Apply and maintain Local Point symbology for point feature layers in ArcMap Match imported attribute fi elds with existing attribute fi elds to Copyright © 2009 AEX. Source: ArcGIS Online Apply FalconView™ Local Point minimize redundancy in data symbology to any point feature layer in Search directory for custom FalconView stylesheet
    [Show full text]
  • GIS Solutions for Community Development ESRI GIS Software Helping Design Tomorrow’S Cities Today
    Planning Building and Safety Code Enforcement Engineering GIS Solutions for Community Development ESRI GIS Software Helping Design Tomorrow’s Cities Today On any given day, more than 1,000,000 people around the world use ESRI’s geographic information system (GIS) technology to improve the way they conduct business. Founded in 1969, ESRI’s GIS solutions are emerging as an integral component in nearly every type of government service. Local government professionals have always been involved in developing communities we would all want to call home. Originally, this meant designing and maintaining cities and counties through land use regulation and infrastructure support. Agencies have had to balance the needs of residential neighborhoods, agricultural areas, and business concerns. Now, in addition to that complex challenge, local governments must factor into these decisions the requirements of a growing list of regional, state, and federal agencies as well as special interest groups. Rapidly changing economic conditions have further complicated the process by threatening the funding needed to carry out these functions. To date, local governments have been right-sized and downsized and have had budgets drastically cut while trying to maintain service levels. Information technology, especially geographic information systems, has proven crucial in helping local governments cope in this environment. ESRI® software solutions help planning, building and safety, public works, and engineering professionals meet or exceed these demands. ESRI software is the number one choice of local governments for mapping and analysis. Using GIS software from ESRI, local government staff have discovered how traditional tasks can be performed more efficiently and tasks—previously impractical or impossible—can be easily accomplished.
    [Show full text]
  • Arcims Metadata Services
    ArcIMS® Metadata Services ® An ESRI White Paper • May 2002 ESRI 380 New York St., Redlands, CA 92373-8100, USA • TEL 909-793-2853 • FAX 909-793-5953 • E-MAIL [email protected] • WEB www.esri.com Copyright © 2002 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work is protected under United States copyright law and other international copyright treaties and conventions. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expressly permitted in writing by ESRI. All requests should be sent to Attention: Contracts Manager, ESRI, 380 New York Street, Redlands, CA 92373-8100, USA. The information contained in this document is subject to change without notice. U.S. GOVERNMENT RESTRICTED/LIMITED RIGHTS Any software, documentation, and/or data delivered hereunder is subject to the terms of the License Agreement. In no event shall the U.S. Government acquire greater than RESTRICTED/LIMITED RIGHTS. At a minimum, use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in FAR §52.227-14 Alternates I, II, and III (JUN 1987); FAR §52.227-19 (JUN 1987) and/or FAR §12.211/12.212 (Commercial Technical Data/Computer Software); and DFARS §252.227-7015 (NOV 1995) (Technical Data) and/or DFARS §227.7202 (Computer Software), as applicable. Contractor/Manufacturer is ESRI, 380 New York Street, Redlands, CA 92373- 8100, USA.
    [Show full text]
  • Arcsde Configuration and Tuning Guide for Oracle
    ArcGIS® 9 ArcSDE® Configuration and Tuning Guide for Oracle® Copyright © 1999, 2002–2005 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work is protected under United States copyright law and other international copyright treaties and conventions. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expressly permitted in writing by ESRI. All requests should be sent to Attention: Contracts Manager, ESRI, 380 New York Street, Redlands, CA 92373-8100, USA. The information contained in this document is subject to change without notice. U.S. GOVERNMENT RESTRICTED/LIMITED RIGHTS Any software, documentation, and/or data delivered hereunder is subject to the terms of the License Agreement. In no event shall the U.S. Government acquire greater than RESTRICTED/LIMITED RIGHTS. At a minimum, use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in FAR §52.227-14 Alternates I, II, and III (JUN 1987); FAR §52.227-19 (JUN 1987) and/or FAR §12.211/12.212 (Commercial Technical Data/Computer Software); and DFARS §252.227-7015 (NOV 1995) (Technical Data) and/or DFARS §227.7202 (Computer Software), as applicable. Contractor/Manufacturer is ESRI, 380 New York Street, Redlands, CA 92373-8100, USA. ESRI, SDE, ArcView, ArcIMS, ArcInfo Librarian, MapObjects, ArcInfo, ArcSDE, ArcCatalog, ArcMap, ArcToolbox, ArcStorm, ArcGIS, and Spatial Database Engine are trademarks, registered trademarks, or service marks of ESRI in the United States, the European Community, or certain other jurisdictions.
    [Show full text]
  • Arcview Product Catalog Details Relevant Software Extensions, Data, Training, and Documentation
    ArcView® Product Catalog More than 500,000 copies of ESRI® ArcView® are in use worldwide. ArcView helps thousands of organizations understand spatial relationships in their data, make better decisions, and improve business processes. With ArcView, you can create intelligent, dynamic maps using data from a wide range of popular data sources. Perform state-of-the-art geographic information system (GIS) analysis and map creation with the tools and data available for ArcView. When you add one or more of the optional extensions to ArcView, the possibilities for data exploration, integration, and analysis are limitless. You can learn more about ArcView and the resources available to you from ESRI via this catalog. The ArcView Product Catalog details relevant software extensions, data, training, and documentation. Order online at www.esri.com/avcatalog or call 1-888-621-0887. Pricing applicable for U.S. sales only. Shipping and taxes not included. 3 ArcViewArcView offersoffers many exciting capabilities such as extensive symbology, editing tools, metadata management, and on-the-fl y projection. ArcView The Geographic Information System for Everyone TM ArcView provides data visualization, query, analysis, and integration capabilities along with the ability to create and edit geographic data. ArcView is designed with an intuitive Windows® user interface and includes Visual Basic® for Applications for customization. ArcView consists of three desktop applications: ArcMap™, ArcCatalog™, and ArcToolbox™. ArcMap provides data display, query, and analysis. ArcCatalog provides geographic and tabular data management, creation, and organization. ArcToolbox provides basic data conversion. Using these three applications together, you can perform any GIS task, simple to advanced, including mapping, data management, geographic analysis, data editing, and geoprocessing.
    [Show full text]
  • Arcsde Administration Command Reference
    ArcGIS® 9 ArcSDE® Administration Command Reference Copyright © 2007 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This work is protected under United States copyright law and the copyright laws of the given countries of origin and applicable international laws, treaties, and/or conventions. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying or recording, or by any information storage or retrieval system, except as expressly permitted in writing by ESRI. All requests should be sent to Attention: Contracts Manager, ESRI, 380 New York Street, Redlands, CA 92373, USA. The information contained in this document is subject to change without notice. RESTRICTED/LIMITED RIGHTS LEGEND U.S. Government Restricted/Limited Rights: Any software, documentation, and/or data delivered hereunder is subject to the terms of the License Agreement. In no event shall the Government acquire greater than RESTRICTED/LIMITED RIGHTS. At a minimum, use, duplication, or disclosure by the Government is subject to restrictions as set forth in FAR §52.227-14 Alternates I, II, and III (JUN 1987); FAR §52.227-19 (JUN 1987); and/or FAR §12.211/12.212 [Commercial Technical Data/Computer Software]; DFARS §252.227-7015 (NOV 1995) [Technical Data]; and/or DFARS §227.7202 [Computer Software], as applicable. Contractor/Manufacturer is ESRI, 380 New York Street, Redlands, CA 92373-8100, USA. ESRI, MapObjects, ArcView, ArcIMS, ArcSDE, ArcInfo, ArcEditor, ArcGIS, ArcMap, ArcCatalog, ArcToolbox, ArcObjects, MapObjects, SDE, and the ESRI globe logo are trademarks of ESRI, registered in the United States and the European Community, or certain other jurisdictions.
    [Show full text]
  • Data Sharing and Spatial Query Technical Memorandum
    Technical Memorandum No. 2 DATA SHARING AND SPATIAL QUERY Raghavan Srinivasan Spatial Sciences Laboratory Texas Agricultural Experiment Station, Texas A&M University Submitted to El Paso Water Utilities Through Paso del Norte Watershed Council February 2005 Table of Contents Summary............................................................................................................................. 2 Data Transfer and Sharing .................................................................................................. 2 FTP.................................................................................................................................. 2 HTTP............................................................................................................................... 3 Difference between FTP and HTTP ............................................................................... 3 GNU WGET ................................................................................................................... 3 ArcIMS and DDE ........................................................................................................... 4 Spatial Query ...................................................................................................................... 5 Discussion and Recommendations ..................................................................................... 6 Glossary of Terms Used...................................................................................................... 6 1 Technical
    [Show full text]
  • Introduction to Arcview GIS 3.X
    Introduction to ArcView GIS 3.x School of Agriculture and Natural Resources An Introduction to ArcView® GIS Developed By Dr. Walid H. Shayya Table of Contents About GIS About ArcView® GIS Version 3.x Getting Started with ArcView® GIS Version 3.x Projects Views and Themes Types of Themes Tables Charts Scripts Making Simple Thematic Maps Using ArcView® GIS Version 3.x Adding Themes to a View Moving Around in a View Redefining a Theme Projections Working with Theme Attributes Working with Tables Labeling Features in Views http://people.morrisville.edu/~shayyaw/ArcView/IntroArcView.htm (1 of 36)12/19/2006 11:09:07 PM Introduction to ArcView GIS 3.x Adding One's Own Features Layouts Concluding Remarks About GIS A geographic information system (GIS) is a system of computer software, hardware, data, and personnel to help manipulate, analyze, and present information (visualization of data analysis) that is tied to a spatial (geographic) location. In other words, GIS is a computerized data management system designed to store, manipulate, update, and output geographically- referenced spatial data. In addition to producing basic maps (quickly, accurately, and update-to-date), GIS software nowadays are capable of performing basic to advanced analysis, varying from measuring distances, perimeters, and areas to dealing with proximity, connectivity, and containment as well as networking, buffering (flood zones, address notification), line of site (slope), and spatial analysis. Thus, GIS is capable of numerous tasks including (but not limited) to the following: ● Input and update spatial and attribute (e.g., plot owner) data. ● Combine data from different sources. ● Link spatial data with attribute data.
    [Show full text]