Package nz.org.riskscape.engine.output
package nz.org.riskscape.engine.output
-
ClassDescriptionWrites typed riskscape
Values out to a new file.Utility for swappingGeometrycoordinate order, typically so that it's in the right order for writing where an output format demands a particular axis order.ARiskscapeWriterthat writes in GeoJSON format as specified in RFC7926.Produces a stream of json formatted lines representing each tuple.ARiskscapeWriterthat writes KML (Keyhole Markup Language)The Shapefile format does not support null values.Writes typed riskscapeValues out to a new shapefile.ARiskscapeWriterthat talks to geotools's codecs to avoid the performance impact of using all the feature source diffing code and index generation.Flattens nestedStructs to allow them to be written to data sources that don't support nested data structures.Namer that produces a name that is taken fromStruct.StructMember.getKey()for each segment and separated by a '.'.AStructFlattener.Namerthat will use theStruct.StructMember.getKey()from the last segment as the name.A Namer can provide a name for the given segments.