net.opengis.se._2_0.thematic
Class ObjectFactory

java.lang.Object
  extended by net.opengis.se._2_0.thematic.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.thematic 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.thematic
 
Method Summary
 JAXBElement<AxisChartType> createAxisChart(AxisChartType value)
          Create an instance of JAXBElement<AxisChartType>}
 JAXBElement<AxisChartSubtypeType> createAxisChartSubtype(AxisChartSubtypeType value)
          Create an instance of JAXBElement<AxisChartSubtypeType>}
 AxisChartType createAxisChartType()
          Create an instance of AxisChartType
 JAXBElement<ParameterValueType> createAxisLength(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 JAXBElement<AxisScaleType> createAxisScale(AxisScaleType value)
          Create an instance of JAXBElement<AxisScaleType>}
 AxisScaleType createAxisScaleType()
          Create an instance of AxisScaleType
 JAXBElement<CategoryType> createCategory(CategoryType value)
          Create an instance of JAXBElement<CategoryType>}
 JAXBElement<ParameterValueType> createCategoryGap(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 CategoryType createCategoryType()
          Create an instance of CategoryType
 JAXBElement<ParameterValueType> createCategoryWidth(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 JAXBElement<DensityFillType> createDensityFill(DensityFillType value)
          Create an instance of JAXBElement<DensityFillType>}
 DensityFillType createDensityFillType()
          Create an instance of DensityFillType
 JAXBElement<DotMapFillType> createDotMapFill(DotMapFillType value)
          Create an instance of JAXBElement<DotMapFillType>}
 DotMapFillType createDotMapFillType()
          Create an instance of DotMapFillType
 JAXBElement<ParameterValueType> createGap(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 JAXBElement<ParameterValueType> createHoleRadius(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 JAXBElement<ParameterValueType> createNormalization(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 JAXBElement<ParameterValueType> createOrientation(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 JAXBElement<ParameterValueType> createPercentage(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 JAXBElement<PieChartType> createPieChart(PieChartType value)
          Create an instance of JAXBElement<PieChartType>}
 PieChartType createPieChartType()
          Create an instance of PieChartType
 JAXBElement<PieSubtypeType> createPieSubtype(PieSubtypeType value)
          Create an instance of JAXBElement<PieSubtypeType>}
 JAXBElement<SliceType> createSlice(SliceType value)
          Create an instance of JAXBElement<SliceType>}
 SliceType createSliceType()
          Create an instance of SliceType
 JAXBElement<ParameterValueType> createValuePerMark(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 JAXBElement<ParameterValueType> createValueToRepresent(ParameterValueType value)
          Create an instance of JAXBElement<ParameterValueType>}
 
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.thematic

Method Detail

createAxisScaleType

public AxisScaleType createAxisScaleType()
Create an instance of AxisScaleType


createDensityFillType

public DensityFillType createDensityFillType()
Create an instance of DensityFillType


createSliceType

public SliceType createSliceType()
Create an instance of SliceType


createCategoryType

public CategoryType createCategoryType()
Create an instance of CategoryType


createDotMapFillType

public DotMapFillType createDotMapFillType()
Create an instance of DotMapFillType


createPieChartType

public PieChartType createPieChartType()
Create an instance of PieChartType


createAxisChartType

public AxisChartType createAxisChartType()
Create an instance of AxisChartType


createOrientation

public JAXBElement<ParameterValueType> createOrientation(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createPieSubtype

public JAXBElement<PieSubtypeType> createPieSubtype(PieSubtypeType value)
Create an instance of JAXBElement<PieSubtypeType>}


createPieChart

public JAXBElement<PieChartType> createPieChart(PieChartType value)
Create an instance of JAXBElement<PieChartType>}


createNormalization

public JAXBElement<ParameterValueType> createNormalization(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createSlice

public JAXBElement<SliceType> createSlice(SliceType value)
Create an instance of JAXBElement<SliceType>}


createAxisScale

public JAXBElement<AxisScaleType> createAxisScale(AxisScaleType value)
Create an instance of JAXBElement<AxisScaleType>}


createAxisLength

public JAXBElement<ParameterValueType> createAxisLength(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createCategory

public JAXBElement<CategoryType> createCategory(CategoryType value)
Create an instance of JAXBElement<CategoryType>}


createAxisChartSubtype

public JAXBElement<AxisChartSubtypeType> createAxisChartSubtype(AxisChartSubtypeType value)
Create an instance of JAXBElement<AxisChartSubtypeType>}


createValuePerMark

public JAXBElement<ParameterValueType> createValuePerMark(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createHoleRadius

public JAXBElement<ParameterValueType> createHoleRadius(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createPercentage

public JAXBElement<ParameterValueType> createPercentage(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createCategoryWidth

public JAXBElement<ParameterValueType> createCategoryWidth(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createValueToRepresent

public JAXBElement<ParameterValueType> createValueToRepresent(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createAxisChart

public JAXBElement<AxisChartType> createAxisChart(AxisChartType value)
Create an instance of JAXBElement<AxisChartType>}


createGap

public JAXBElement<ParameterValueType> createGap(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}


createDotMapFill

public JAXBElement<DotMapFillType> createDotMapFill(DotMapFillType value)
Create an instance of JAXBElement<DotMapFillType>}


createDensityFill

public JAXBElement<DensityFillType> createDensityFill(DensityFillType value)
Create an instance of JAXBElement<DensityFillType>}


createCategoryGap

public JAXBElement<ParameterValueType> createCategoryGap(ParameterValueType value)
Create an instance of JAXBElement<ParameterValueType>}



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