April 2015
Beginner to intermediate
600 pages
18h 13m
English
This chapter covers:
Output functions
Constructor functions
Accessor and setter functions
Measurement functions
Composition and decomposition functions
Simplification functions
In previous chapters, we’ve discussed PostGIS spatial types—how to create them, and how to add them to your database. In this chapter, we’ll introduce the core set of functions that work with spatial types. This chapter concentrates on functions that work with single geometries and geographies.
PostGIS offers lots of functions and operators, and in this chapter we’ve grouped them by intent of use. This is by no means a rigorous classification, nor one that will neatly sort each function into a unique group without ambiguity, ...