Uses of Class
net.opengis.eop.v_1_0.HistogramType

Packages that use HistogramType
net.opengis.eop.v_1_0   
 

Uses of HistogramType in net.opengis.eop.v_1_0
 

Fields in net.opengis.eop.v_1_0 with type parameters of type HistogramType
protected  List<HistogramType> HistogramArrayPropertyType.histogram
           
 

Methods in net.opengis.eop.v_1_0 that return HistogramType
 HistogramType ObjectFactory.createHistogramType()
          Create an instance of HistogramType
 HistogramType HistogramType.withBandId(String value)
           
 HistogramType HistogramType.withMax(int value)
           
 HistogramType HistogramType.withMean(Double value)
           
 HistogramType HistogramType.withMin(int value)
           
 HistogramType HistogramType.withStdDeviation(Double value)
           
 

Methods in net.opengis.eop.v_1_0 that return types with arguments of type HistogramType
 JAXBElement<HistogramType> ObjectFactory.createHistogram(HistogramType value)
          Create an instance of JAXBElement<HistogramType>}
 List<HistogramType> HistogramArrayPropertyType.getHistogram()
          Gets the value of the histogram property.
 

Methods in net.opengis.eop.v_1_0 with parameters of type HistogramType
 JAXBElement<HistogramType> ObjectFactory.createHistogram(HistogramType value)
          Create an instance of JAXBElement<HistogramType>}
 HistogramArrayPropertyType HistogramArrayPropertyType.withHistogram(HistogramType... values)
           
 

Method parameters in net.opengis.eop.v_1_0 with type arguments of type HistogramType
 void HistogramArrayPropertyType.setHistogram(List<HistogramType> value)
           
 HistogramArrayPropertyType HistogramArrayPropertyType.withHistogram(Collection<HistogramType> values)
           
 HistogramArrayPropertyType HistogramArrayPropertyType.withHistogram(List<HistogramType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.