Catálogo de publicaciones - libros

Compartir en
redes sociales


Pro Oracle Spatial for Oracle Database 11g

Ravi Kothuri Albert Godfrind Euro Beinat

Resumen/Descripción – provisto por la editorial

No disponible.

Palabras clave – provistas por la editorial

Software Engineering/Programming and Operating Systems; Database Management

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2007 SpringerLink

Información

Tipo de recurso:

libros

ISBN impreso

978-1-59059-899-3

ISBN electrónico

978-1-4302-0446-6

Editor responsable

Springer Nature

País de edición

Reino Unido

Fecha de publicación

Información sobre derechos de publicación

© Apress 2007

Tabla de contenidos

Spatial Information Management

Ravi Kothuri; Albert Godfrind; Euro Beinat

Location is an inherent part of business data: organizations maintain customer address lists, own property, ship goods from and to warehouses, manage transport flows among their workforce, and perform many other activities. A majority of these activities entail managing locations of different types of entities, including customers, property, goods, and employees. Those locations need not be static—in fact, they may continually change over time. For instance, goods are manufactured, packaged, and channeled to warehouses and retail/customer destinations. They may have different locations at various stages of the distribution network

Part 1 - Overview | Pp. 3-18

Overview of Oracle Spatial

Ravi Kothuri; Albert Godfrind; Euro Beinat

In Chapter 1, you observed that spatial information can add value to a range of applications. You examined the benefits of storing spatial information with other data in the database

Part 1 - Overview | Pp. 19-36

Location-Enabling Your Applications

Ravi Kothuri; Albert Godfrind; Euro Beinat

Consider a business application that stores information about its branches (or stores), customers, competitors, suppliers, and so on. If you location-enable such a business application, you can perform the following types of analysis:

Part 1 - Overview | Pp. 37-51

The SDO_GEOMETRY Data Type

Ravi Kothuri; Albert Godfrind; Euro Beinat

In the previous chapter, we discussed how to location-enable application data and how to organize geographic data into multiple tables, each containing SDO_GEOMETRY columns. In this chapter, we focus on storing and modeling different types of location information using the SDO_GEOMETRY data type in Oracle. The SDO_GEOMETRY type can store a wide variety of spatial data, including the following:

Part 2 - Basic Spatial | Pp. 55-114

Loading, Transporting, and Validating Spatial Data

Ravi Kothuri; Albert Godfrind; Euro Beinat

In the previous chapter, we introduced a new data type called SDO_GEOMETRY to store spatial data. This data type can store a variety of spatial objects: points (including those obtained by geocoding address strings), line strings, polygons, or more complex shapes. Points primarily represent the locations of application-specific entities such as businesses, customers, or suppliers. Line strings and polygons, on the other hand, represent the boundaries of geographical entities such as roads, cities, or states. In CAD/CAM-type applications, line strings and polygons can represent different entities such as the layouts of buildings, printed circuit boards, or shapes of different parts of an automobile

Part 2 - Basic Spatial | Pp. 115-149

Geocoding

Ravi Kothuri; Albert Godfrind; Euro Beinat

In preceding chapters, we discussed how to perform spatial searches and analysis. In each example, the entities manipulated (customers, ATMs, stores, and so on) were spatially located. They all included an SDO_GEOMETRY column containing their spatial location using geographical coordinates (longitude and latitude).

Part 2 - Basic Spatial | Pp. 151-206

Manipulating SDO_GEOMETRY in Application Programs

Ravi Kothuri; Albert Godfrind; Euro Beinat

So far, you have seen how to define and load spatial objects using the SDO_GEOMETRY type. You have also seen how to read spatial objects from SQL using SQL*Plus. In this chapter, we cover how to manipulate SDO_GEOMETRY types in the PL/SQL and Java programming languages

Part 2 - Basic Spatial | Pp. 207-240

Spatial Indexes and Operators

Ravi Kothuri; Albert Godfrind; Euro Beinat

In previous chapters, we showed how to store location information in Oracle tables. We augmented existing tables, such as branches, customers, and competitors, with an SDO_GEOMETRY column to store locations of data objects. In this chapter, we describe how to use this spatial information to perform proximity analysis

Part 3 - Spatial and Network Analysis | Pp. 243-303

Geometry Processing Functions

Ravi Kothuri; Albert Godfrind; Euro Beinat

In Chapter 8, we discussed how to perform proximity analysis using a spatial index and associated spatial operators. In this Chapter, we describe functions, which are also referred to as (whenever there is no ambiguity), which complement this functionality. In contrast to the spatial operators, these geometry processing functions

Part 3 - Spatial and Network Analysis | Pp. 305-343

Network Modeling

Ravi Kothuri; Albert Godfrind; Euro Beinat

In the previous Chapters, we described geographical objects as points, lines, and polygons. In Chapters 8 and 9, you saw how to search geographical objects based on the way they are positioned with respect to other objects. In particular, you learned how to find objects that are within some distance from another object (with the SDO_WITHIN_DISTANCE operator) or simply to find the object nearest to another one (with the SDO_NN operator).

Part 3 - Spatial and Network Analysis | Pp. 345-416