Package nz.org.riskscape.engine.projection
package nz.org.riskscape.engine.projection
-
ClassDescriptionA
Projectionthat will defer to aCoercerto map tuples from the source to target type.Projects tuples where nested tuples are flattened in to a new attribute, according to a specific join character, e.g:Projects a tuple by modifying it's geometry in place to have a specific srid, as well as replacing theSpatialMetadatathat the relation produces to match.Allows attributes to be replaced or added to the input via a set of arbitrary expressions against the input.Projects from one type of tuple to another.Takes tuples that potentially differ in type from two or more sources, and reprojects the tuples to a common typeA projection that detects any invalidGeometryand throwsInvalidTupleExceptionshould an invalid geometry be found.