This is the multi-page printable view of this section. Click here to print.
Geometry Validation
1 - func.ST_MakeValid
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_MakeValid(geometry input);
PlaidCloud
func.ST_MakeValid(geometry input)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
2 - func.ST_IsValidReason
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_IsValidReason(geometry geomA, integer flags);
PlaidCloud
func.ST_IsValidReason(geometry geomA, integer flags)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
3 - func.ST_IsValidDetail
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_IsValidDetail(geometry geom, integer flags);
PlaidCloud
func.ST_IsValidDetail(geometry geom, integer flags)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation
4 - func.ST_IsValid
Description
PlaidCloud expressions and filters provide use of most non-administrative PostGIS methods. PostGIS methods are accessed by prefixing the standard method name with func.
.
Examples
SQL
ST_IsValid(geometry g);
PlaidCloud
func.ST_IsValid(geometry g)
References
PostGIS Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the PostGIS documentation