Uses of Class
org.n52.io.response.GeometryOutput
-
Packages that use GeometryOutput Package Description org.n52.io.response org.n52.series.spi.geo -
-
Uses of GeometryOutput in org.n52.io.response
Methods in org.n52.io.response that return GeometryOutput Modifier and Type Method Description GeometryOutputGeometryOutput. setGeometryType(OptionalOutput<GeometryType> geometryType)GeometryOutputGeometryOutput. setPlatform(OptionalOutput<PlatformOutput> platform) -
Uses of GeometryOutput in org.n52.series.spi.geo
Methods in org.n52.series.spi.geo that return GeometryOutput Modifier and Type Method Description GeometryOutputTransformingGeometryOutputService. getParameter(String item, IoParameters query)Methods in org.n52.series.spi.geo that return types with arguments of type GeometryOutput Modifier and Type Method Description OutputCollection<GeometryOutput>TransformingGeometryOutputService. getCondensedParameters(IoParameters query)OutputCollection<GeometryOutput>TransformingGeometryOutputService. getExpandedParameters(IoParameters query)OutputCollection<GeometryOutput>TransformingGeometryOutputService. getParameters(String[] items, IoParameters query)Constructor parameters in org.n52.series.spi.geo with type arguments of type GeometryOutput Constructor Description TransformingGeometryOutputService(ParameterService<GeometryOutput> toCompose)
-