Spatial databases with application to GIS / (Record no. 41357)
[ view plain ]
000 -CABECERA | |
---|---|
Campo de control de longitud fija | 06667nam a2200373 a 4500 |
003 - IDENTIFICADOR DEL NÚMERO DE CONTROL | |
Identificador del número de control | AR-sfUTN |
008 - DATOS DE LONGITUD FIJA--INFORMACIÓN GENERAL | |
Códigos de información de longitud fija | 170717b ||||| |||| 00| 0 d |
020 ## - NÚMERO INTERNACIONAL ESTÁNDAR DEL LIBRO | |
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 ## - NÚMERO DE LA CLASIFICACIÓN DECIMAL UNIVERSAL | |
Clasificación Decimal Universal | 004.42:911 R449 |
Edición de la CDU | 2000 |
100 1# - ENTRADA 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. | |
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 ## - ELEMENTOS DE PUNTO DE ACCESO ADICIONAL (KOHA) | |
Tipo de ítem Koha | Libros |
Esquema de clasificación | Clasificación Decimal Universal |
999 ## - NÚMEROS DE CONTROL DE SISTEMA (KOHA) | |
-- | 41357 |
-- | 41357 |
Estado | Estado perdido | Tipo de préstamo | Localización permanente | Ubicación/localización actual | 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 | Número de copias | Tipo de ítem Koha |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Facultad Regional Santa Fe | Facultad Regional Santa Fe | 02/02/2018 | Compra Exp. 23/2010 | 10272 | 004.42:911 R449 | 10272 | 02/02/2018 | 02/02/2018 | Libros |