net.opengis.se._2_0.raster
Class ObjectFactory

java.lang.Object
  extended by net.opengis.se._2_0.raster.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.se._2_0.raster package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.se._2_0.raster
 
Method Summary
 JAXBElement<SelectedChannelType> createBlueChannel(SelectedChannelType value)
          Create an instance of JAXBElement<SelectedChannelType>}
 JAXBElement<Boolean> createBrightnessOnly(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 JAXBElement<ChannelSelectionType> createChannelSelection(ChannelSelectionType value)
          Create an instance of JAXBElement<ChannelSelectionType>}
 ChannelSelectionType createChannelSelectionType()
          Create an instance of ChannelSelectionType
 JAXBElement<ColorMapType> createColorMap(ColorMapType value)
          Create an instance of JAXBElement<ColorMapType>}
 ColorMapType createColorMapType()
          Create an instance of ColorMapType
 JAXBElement<ContrastEnhancementType> createContrastEnhancement(ContrastEnhancementType value)
          Create an instance of JAXBElement<ContrastEnhancementType>}
 ContrastEnhancementType createContrastEnhancementType()
          Create an instance of ContrastEnhancementType
 JAXBElement<Double> createGammaValue(Double value)
          Create an instance of JAXBElement<Double>}
 JAXBElement<SelectedChannelType> createGrayChannel(SelectedChannelType value)
          Create an instance of JAXBElement<SelectedChannelType>}
 JAXBElement<SelectedChannelType> createGreenChannel(SelectedChannelType value)
          Create an instance of JAXBElement<SelectedChannelType>}
 JAXBElement<HistogramType> createHistogram(HistogramType value)
          Create an instance of JAXBElement<HistogramType>}
 HistogramType createHistogramType()
          Create an instance of HistogramType
 JAXBElement<ImageOutlineType> createImageOutline(ImageOutlineType value)
          Create an instance of JAXBElement<ImageOutlineType>}
 ImageOutlineType createImageOutlineType()
          Create an instance of ImageOutlineType
 JAXBElement<NormalizeType> createNormalize(NormalizeType value)
          Create an instance of JAXBElement<NormalizeType>}
 NormalizeType createNormalizeType()
          Create an instance of NormalizeType
 JAXBElement<String> createOverlapBehavior(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<RasterSymbolizerType> createRasterSymbolizer(RasterSymbolizerType value)
          Create an instance of JAXBElement<RasterSymbolizerType>}
 RasterSymbolizerType createRasterSymbolizerType()
          Create an instance of RasterSymbolizerType
 JAXBElement<SelectedChannelType> createRedChannel(SelectedChannelType value)
          Create an instance of JAXBElement<SelectedChannelType>}
 JAXBElement<Double> createReliefFactor(Double value)
          Create an instance of JAXBElement<Double>}
 SelectedChannelType createSelectedChannelType()
          Create an instance of SelectedChannelType
 JAXBElement<ShadedReliefType> createShadedRelief(ShadedReliefType value)
          Create an instance of JAXBElement<ShadedReliefType>}
 ShadedReliefType createShadedReliefType()
          Create an instance of ShadedReliefType
 JAXBElement<String> createSourceChannelName(String value)
          Create an instance of JAXBElement<String>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.se._2_0.raster

Method Detail

createRasterSymbolizerType

public RasterSymbolizerType createRasterSymbolizerType()
Create an instance of RasterSymbolizerType


createChannelSelectionType

public ChannelSelectionType createChannelSelectionType()
Create an instance of ChannelSelectionType


createImageOutlineType

public ImageOutlineType createImageOutlineType()
Create an instance of ImageOutlineType


createContrastEnhancementType

public ContrastEnhancementType createContrastEnhancementType()
Create an instance of ContrastEnhancementType


createNormalizeType

public NormalizeType createNormalizeType()
Create an instance of NormalizeType


createColorMapType

public ColorMapType createColorMapType()
Create an instance of ColorMapType


createSelectedChannelType

public SelectedChannelType createSelectedChannelType()
Create an instance of SelectedChannelType


createShadedReliefType

public ShadedReliefType createShadedReliefType()
Create an instance of ShadedReliefType


createHistogramType

public HistogramType createHistogramType()
Create an instance of HistogramType


createHistogram

public JAXBElement<HistogramType> createHistogram(HistogramType value)
Create an instance of JAXBElement<HistogramType>}


createContrastEnhancement

public JAXBElement<ContrastEnhancementType> createContrastEnhancement(ContrastEnhancementType value)
Create an instance of JAXBElement<ContrastEnhancementType>}


createBlueChannel

public JAXBElement<SelectedChannelType> createBlueChannel(SelectedChannelType value)
Create an instance of JAXBElement<SelectedChannelType>}


createBrightnessOnly

public JAXBElement<Boolean> createBrightnessOnly(Boolean value)
Create an instance of JAXBElement<Boolean>}


createGreenChannel

public JAXBElement<SelectedChannelType> createGreenChannel(SelectedChannelType value)
Create an instance of JAXBElement<SelectedChannelType>}


createGrayChannel

public JAXBElement<SelectedChannelType> createGrayChannel(SelectedChannelType value)
Create an instance of JAXBElement<SelectedChannelType>}


createColorMap

public JAXBElement<ColorMapType> createColorMap(ColorMapType value)
Create an instance of JAXBElement<ColorMapType>}


createImageOutline

public JAXBElement<ImageOutlineType> createImageOutline(ImageOutlineType value)
Create an instance of JAXBElement<ImageOutlineType>}


createRasterSymbolizer

public JAXBElement<RasterSymbolizerType> createRasterSymbolizer(RasterSymbolizerType value)
Create an instance of JAXBElement<RasterSymbolizerType>}


createChannelSelection

public JAXBElement<ChannelSelectionType> createChannelSelection(ChannelSelectionType value)
Create an instance of JAXBElement<ChannelSelectionType>}


createRedChannel

public JAXBElement<SelectedChannelType> createRedChannel(SelectedChannelType value)
Create an instance of JAXBElement<SelectedChannelType>}


createGammaValue

public JAXBElement<Double> createGammaValue(Double value)
Create an instance of JAXBElement<Double>}


createShadedRelief

public JAXBElement<ShadedReliefType> createShadedRelief(ShadedReliefType value)
Create an instance of JAXBElement<ShadedReliefType>}


createReliefFactor

public JAXBElement<Double> createReliefFactor(Double value)
Create an instance of JAXBElement<Double>}


createNormalize

public JAXBElement<NormalizeType> createNormalize(NormalizeType value)
Create an instance of JAXBElement<NormalizeType>}


createSourceChannelName

public JAXBElement<String> createSourceChannelName(String value)
Create an instance of JAXBElement<String>}


createOverlapBehavior

public JAXBElement<String> createOverlapBehavior(String value)
Create an instance of JAXBElement<String>}



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.