ST_Buffer

E427699

ST_Buffer is a PostGIS spatial function that creates buffer geometries around input features at a specified distance, often used for proximity and impact analyses in GIS.

All labels observed (1)

Label Occurrences
ST_Buffer canonical 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf GIS buffer operation ⓘ
PostGIS spatial function ⓘ
belongsTo PostGIS geometry processing functions ⓘ
linked to: PostGIS
canCreate dissolved buffer around multi-features ⓘ
overlapping buffers for nearby features ⓘ
coordinateSystemBehavior distance units depend on geometry SRID ⓘ
geographyBehavior distance measured in meters on spheroidal model ⓘ
geometryBehavior distance measured in coordinate units ⓘ
hasPurpose distance-based selection ⓘ
impact analysis ⓘ
proximity analysis ⓘ
spatial planning ⓘ
spatial risk assessment ⓘ
inputParameter buffer distance ⓘ
input geometry ⓘ
optional end cap style ⓘ
optional join style ⓘ
optional mitre limit ⓘ
optional number of segments per quarter circle ⓘ
optional side selection ⓘ
introducedFor spatial analysis in SQL queries ⓘ
isDeterministic true ⓘ
negativeDistanceEffect creates inward buffer (shrink) for polygons ⓘ
operatesOn geography data type ⓘ
geometry data type ⓘ
positiveDistanceEffect creates outward buffer (expand) for geometries ⓘ
produces buffer geometry ⓘ
returnsType geography ⓘ
geometry ⓘ
supports negative distances ⓘ
positive distances ⓘ
supportsGeometryTypes linestrings ⓘ
multi-geometries ⓘ
points ⓘ
polygons ⓘ
supportsOption end cap flat ⓘ
end cap round ⓘ
end cap square ⓘ
join bevel ⓘ
join mitre ⓘ
join round ⓘ
typicalUseCase creating impact zones around facilities ⓘ
creating safety or hazard zones ⓘ
finding features within a given distance of roads ⓘ
service area approximation ⓘ
usedIn PostGIS ⓘ
PostgreSQL databases ⓘ
usesAlgorithm GEOS buffer implementation ⓘ
linked to: GEOS

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

PostGIS → supportsOperation → ST_Buffer ⓘ