Uses of Class
org.heigit.ohsome.ohsomeapi.inputprocessing.InputProcessor
Packages that use InputProcessor
Package
Description
-
Uses of InputProcessor in org.heigit.ohsome.ohsomeapi.executor
Methods in org.heigit.ohsome.ohsomeapi.executor with parameters of type InputProcessorModifier and TypeMethodDescriptionstatic ContributionsResult[]
ExecutionUtils.fillContributionsResult
(SortedMap<org.heigit.ohsome.oshdb.OSHDBTimestamp, ? extends Number> entryVal, boolean isDensity, InputProcessor inputProcessor, DecimalFormat df, org.locationtech.jts.geom.Geometry geom) Fills the ContributionsResult array with respective ContributionsResult objects. -
Uses of InputProcessor in org.heigit.ohsome.ohsomeapi.inputprocessing
Methods in org.heigit.ohsome.ohsomeapi.inputprocessing with parameters of type InputProcessorModifier and TypeMethodDescriptionorg.locationtech.jts.geom.Geometry
GeometryBuilder.createGeometryFromGeoJson
(String geoJson, InputProcessor inputProcessor) Creates a Geometry object from the given GeoJSON String.