Spatial databases with application to GIS / (Registro nro. 12914)

Detalles MARC
000 -Cabecera
Campo de control de longitud fija 06888nam a2200373 a 4500
003 - Identificador del Número de control
Identificador del número de control AR-sfUTN
008 - Códigos de información de longitud fija-Información general
Códigos de información de longitud fija 170717b ||||| |||| 00| 0 d
020 ## - ISBN
ISBN 9781558605886
040 ## - Fuente de la catalogación
Centro transcriptor AR-sfUTN
041 ## - Código de lengua
Código de lengua del texto eng
080 ## - CDU
Clasificación Decimal Universal 004.42:911 R449
Edición de la CDU 2000
100 1# - Punto de acceso principal-Nombre de persona
Nombre personal Rigaux, Philippe
245 10 - Mención de título
Título Spatial databases with application to GIS /
Mención de responsabilidad Philippe Rigaux, Michel Scholl, Agnes Vaisard.
260 ## - Publicación, distribución, etc. (pie de imprenta)
Lugar de publicación, distribución, etc. San Francisco:
Nombre del editor, distribuidor, etc. Morgan Kaufmann,
Fecha de publicación, distribución, etc. 2002
300 ## - Descripción física
Extensión 410 p.
336 ## - Tipo de contenido
Fuente rdacontent
Término de tipo de contenido texto
Código de tipo de contenido txt
337 ## - Tipo de medio
Fuente rdamedia
Nombre del tipo de medio sin mediación
Código del tipo de medio n
338 ## - Tipo de soporte
Fuente rdacarrier
Nombre del tipo de soporte volumen
Código del tipo de soporte nc
490 ## - Mención de serie
Mención de serie The Morgan Kaufmann series in data management systems
505 80 - Nota de contenido con formato
Nota de contenido con formato CONTENIDO<br/>1 AN INTRODUCTION TO SPATIAL DATABASES 1<br/>1.1 Database Management Systems (DBMSs) 3<br/>1.1.1 Basic Description and Main Features 3<br/>1.1.2 Modeling Applications 6<br/>1.1.3 Physical Data Management 8<br/>1.2 Vocabulary in Geospatial Database Applications 9<br/>1.2.1 Theme 9<br/>1.2.2 Geographic Objects 9<br/>1.3 Geospatial Data Manipulation 11<br/>1.3.1 Simple Operations on Themes 12<br/>1.3.2 Further Theme Operations 18<br/>1.3.3 Other Typical GIS Operations 20<br/>1.4 DBMS Support for Geospatial Data 21<br/>1.4.1 Use of a Relational DBMS 22<br/>1.4.2 Loosely Coupled Approach 24<br/>1.4.3 Integrated Approach Based on DBMS Extensibility 25<br/>1.5 Requirements for a Spatial DBMS 25<br/>1.6 Bibliographic Notes 26<br/>2 REPRESENTATION OF SPATIAL OBJECTS 29<br/>2.1 Geographic Space Modeling 31<br/>2.1.1 Entity-Based Models 31<br/>2.1.2 Field-Based Models 34<br/>2.2 Representation Modes 35<br/>2.2.1 Tessellation 35<br/>2.2.2 Vector Mode 38<br/>2.2.3 Half-Plane Representation 42<br/>2.3 Representing the Geometry of a Collection of Objects 46<br/>2.3.1 Spaghetti Model 47<br/>2.3.2 Network Model 47<br/>2.3.3 Topological Model 49<br/>2.4 Spatial Data Formats and Exchange Standards 51<br/>2.4.1 Overview of Current Spatial Data Formats 52<br/>2.4.2 The TIGER/Line Data Format 54<br/>2.4.3 Recent Standardization Initiatives 61<br/>2.5 Bibliographic Notes 64<br/>3 LOGICAL MODELS AND QUERY LANGUAGES 69<br/>3.1 Reference Schemas 71<br/>3.1.1 Administrative Units (Schema 1) 71<br/>3.1.2 Highway Network Among Cities (Schema 2) 72<br/>3.1.3 Land Use (Schema 3) 72<br/>3.2 Reference Queries 73<br/>3.3 Spatial Abstract Data Types 75<br/>3.3.1 Extending Data Models with Spatial ADTs 75<br/>3.3.2 Designing Spatial ADTs 80<br/>3.3.3 Exploring Relationships Between Spatial Objects: Topological Predicates 85<br/>3.4 Relational Models Extended with ADT 88<br/>3.4.1 Representation of the Reference Schemas 89<br/>3.4.2 Reference Queries 92<br/>3.5 Object-Oriented Models 100<br/>3.5.1 A Brief Overview of Object-Oriented DBMS 100<br/>3.5.2 Representation of Reference Schemas 101<br/>3.5.3 Spatial Classes 104<br/>3.5.4 Reference Queries 106<br/>3.6 Bibliographic Notes 108<br/>4 THE CONSTRAINT DATA MODEL 113<br/>4.1 Spatial Data Modeling with Constraints 114<br/>4.1.1 Point Sets as Infinite Relations 115<br/>4.1.2 Finitely Representing Infinite Relations 117<br/>4.1.3 Evaluating Queries on Infinite Instances 120<br/>4.1.4 Summary of the Constraint Data Model 122<br/>4.2 The Linear Constraint Data Model 123<br/>4.2.1 Data Representation 124<br/>4.2.2 Query Languages: First-Order Queries 125<br/>4.2.3 Query Languages: Algebraic Queries 128<br/>4.3 Modeling Entity-Based Data 134<br/>4.3.1 Nested Relations 134<br/>4.3.2 Queries 136<br/>4.4 Modeling Field-Based Data and Moving Objects 139<br/>4.4.1 Elevation Data 140<br/>4.4.2 Moving Objects 141<br/>4.4.3 Queries on Field-Based Data and Moving Points 143<br/>4.5 Bibliographic Notes 145<br/>5 COMPUTATIONAL GEOMETRY 149<br/>5.1 An Introduction to Computational Geometry 150<br/>5.2 Background 150<br/>5.2.1 Basic Concepts of Algorithms 151<br/>5.2.2 Algorithm Analysis 152<br/>5.2.3 Optimality 153<br/>5.2.4 Data Structures 155<br/>5.3 Useful Algorithmic Strategies 157<br/>5.3.1 Incremental Algorithms: The Convex-Hull Example 157<br/>5.3.2 Divide-and-Conquer Strategy: The Half-Plane Intersection Example 161<br/>5.3.3 Sweep-Line Method: The Rectangle Intersection Example 164<br/>5.4 Polygon Partitioning 167<br/>5.4.1 Trapezoidalization of a Simple Polygon 168<br/>5.4.2 Triangulation of Simple Polygons 170<br/>5.4.3 Convex Partitioning 173<br/>5.5 Algorithms for Spatial Databases 175<br/>5.5.1 Area Size of a Polygon and Related Operations 176<br/>5.5.2 Point in Polygon 177<br/>5.5.3 Polyline Intersections 179<br/>5.5.4 Polygon Intersections 186<br/>5.5.5 Windowing and Clipping 192<br/>5.6 Bibliographic Notes 197<br/>5.6.1 General Sources 197<br/>5.6.2 Sources on Algorithms 198<br/>6 SPATIAL ACCESS METHODS 201<br/>6.1 Issues in SAM Design 204<br/>6.1.1 What Is Expected of a SAM? 205<br/>6.1.2 Illustration with a B+Tree 206<br/>6.1.3 Space-Driven Versus Data-Driven SAMs 207<br/>6.2 Space-Driven Structures 208<br/>6.2.1 The Grid File 209<br/>6.2.2 The Linear Quadtree 219<br/>6.2.3 The z-Ordering Tree 227<br/>6.2.4 Remarks on Linear SAM 237<br/>6.3 Data-Driven Structures: The R-Tree 237<br/>6.3.1 The Original R-Tree 238<br/>6.3.2 The R*Tree 252<br/>6.3.3 R-Tree Packing 255<br/>6.3.4 The R+Tree 257<br/>6.3.5 Cost Models 259<br/>6.4 Bibliographic Notes 261<br/>7 QUERY PROCESSING 267<br/>7.1 An Introduction to Query Processing 269<br/>7.2 Two Optimal I/O Algorithms 271<br/>7.2.1 External Sort/Merge 271<br/>7.2.2 Distribution Sweeping (Rectangle Intersection) 274<br/>7.3 Spatial Join 279<br/>7.3.1 z-Ordering Spatial Join 280<br/>7.3.2 Joining Two R-Trees 284<br/>7.3.3 Spatial Hash Join 288<br/>7.4 Complex Queries 292<br/>7.4.1 Query Execution Plans 292<br/>7.4.2 Spatial Joins with Refinement Step 296<br/>7.4.3 Multiway Joins 300<br/>7.5 Bibliographic Notes 303<br/>8 COMMERCIAL SYSTEMS 311<br/>8.1 An Introduction to Commercial Systems 312<br/>8.1.1 How to Read This Chapter 312<br/>8.1.2 Interacting with a GIS or with a Spatial DBMS 315<br/>8.2 ArcInfo 317<br/>8.2.1 Functionalities of ArcInfo 317<br/>8.2.2 Spatial and Topological Information in ArcInfo 319<br/>8.2.3 Representation of Sample Schemas 328<br/>8.2.4 Querying with ArcInfo 332<br/>8.3 ArcView GIS 341<br/>8.3.1 ArcView Spatial Model 342<br/>8.3.2 Querying with ArcView 343<br/>8.4 Smallworld 347<br/>8.4.1 Smallworld Spatial Data Model 347<br/>8.4.2 Querying with Smallworld Object Browser 348<br/>8.4.3 Discussion 351<br/>8.5 Oracle Extension for Handling Spatial Data 352<br/>8.5.1 Introduction to Oracle Spatial 352<br/>8.5.2 Spatial Data Model 353<br/>8.5.3 Spatial Operations 355<br/>8.5.4 Spatial Indexing and Query Processing 357<br/>8.6 PostgreSQL 360<br/>8.6.1 Geometric Types and Operators 361<br/>8.6.2 Creating the Database 363<br/>8.6.3 Expressing Queries 364<br/>8.7 Bibliographic Notes 368<br/>Bibliography 373<br/>Index 395<br/>About the Authors 409
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia GEOGRAPHIC INFORMATION SYSTEMS
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia GIF
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia DATABASE MANAGEMENT SYSTEMS
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia GEOSPATIAL DATABASE
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia GEOGRAPHIC SPACE MODELING
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia LOGICAL MODELS
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia CONSTRAINT DATA MODEL
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia COMPUTATIONAL GEOMETRY
650 ## - Punto de acceso adicional de materia - Término de materia
Término de materia COMMERCIAL SYSTEMS
700 1# - Punto de acceso adicional - Nombre de persona
Nombre personal Scholl, Michel O.
Fechas asociadas al nombre 1943-
700 1# - Punto de acceso adicional - Nombre de persona
Nombre personal Vaisard, Agnes
942 ## - ADDED ENTRY ELEMENTS (KOHA)
Tipo de ítem Koha Libro
Esquema de clasificación Clasificación Decinal Universal
Existencias
Estado Estado perdido Estado de conservación Tipo de préstamo Biblioteca Biblioteca Fecha de adquisición Origen de la adquisición Número de inventario Total Checkouts ST completa de Koha Código de barras Date last seen Precio efectivo a partir de Tipo de ítem Koha
      Sólo Consulta Facultad Regional Santa Fe - Biblioteca "Rector Comodoro Ing. Jorge Omar Conca" Facultad Regional Santa Fe - Biblioteca "Rector Comodoro Ing. Jorge Omar Conca" 02/02/2018 Compra Exp. 23/2010 10272   004.42:911 R449 10272 02/02/2018 02/02/2018 Libro