Uses of Class
net.opengis.omeo.eop.v_2_0.HistogramType
-
Packages that use HistogramType Package Description net.opengis.omeo.eop.v_2_0 -
-
Uses of HistogramType in net.opengis.omeo.eop.v_2_0
Fields in net.opengis.omeo.eop.v_2_0 declared as HistogramType Modifier and Type Field Description protected HistogramTypeHistogramPropertyType. histogramMethods in net.opengis.omeo.eop.v_2_0 that return HistogramType Modifier and Type Method Description HistogramTypeObjectFactory. createHistogramType()Create an instance ofHistogramTypeHistogramTypeHistogramPropertyType. getHistogram()Gets the value of the histogram property.HistogramTypeHistogramType. withBandId(String value)HistogramTypeHistogramType. withMax(BigInteger value)HistogramTypeHistogramType. withMean(BigDecimal value)HistogramTypeHistogramType. withMin(BigInteger value)HistogramTypeHistogramType. withStdDeviation(BigDecimal value)Methods in net.opengis.omeo.eop.v_2_0 that return types with arguments of type HistogramType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<HistogramType>ObjectFactory. createHistogram(HistogramType value)Methods in net.opengis.omeo.eop.v_2_0 with parameters of type HistogramType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<HistogramType>ObjectFactory. createHistogram(HistogramType value)voidHistogramPropertyType. setHistogram(HistogramType value)Sets the value of the histogram property.HistogramPropertyTypeHistogramPropertyType. withHistogram(HistogramType value)Constructors in net.opengis.omeo.eop.v_2_0 with parameters of type HistogramType Constructor Description HistogramPropertyType(HistogramType histogram, Boolean owns)Fully-initialising value constructor
-