Package net.opengis.citygml.relief.v_2_0
Class ObjectFactory
- java.lang.Object
-
- net.opengis.citygml.relief.v_2_0.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.citygml.relief.v_2_0 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.relief.v_2_0
-
Method Summary
-
-
-
Method Detail
-
createReliefFeatureType
public ReliefFeatureType createReliefFeatureType()
Create an instance ofReliefFeatureType
-
createTINReliefType
public TINReliefType createTINReliefType()
Create an instance ofTINReliefType
-
createRasterReliefType
public RasterReliefType createRasterReliefType()
Create an instance ofRasterReliefType
-
createMassPointReliefType
public MassPointReliefType createMassPointReliefType()
Create an instance ofMassPointReliefType
-
createBreaklineReliefType
public BreaklineReliefType createBreaklineReliefType()
Create an instance ofBreaklineReliefType
-
createReliefComponentPropertyType
public ReliefComponentPropertyType createReliefComponentPropertyType()
Create an instance ofReliefComponentPropertyType
-
createTinPropertyType
public TinPropertyType createTinPropertyType()
Create an instance ofTinPropertyType
-
createGridPropertyType
public GridPropertyType createGridPropertyType()
Create an instance ofGridPropertyType
-
createReliefFeature
public jakarta.xml.bind.JAXBElement<ReliefFeatureType> createReliefFeature(ReliefFeatureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReliefFeatureType>
-
createGenericApplicationPropertyOfReliefFeature
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfReliefFeature(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createReliefComponent
public jakarta.xml.bind.JAXBElement<AbstractReliefComponentType> createReliefComponent(AbstractReliefComponentType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractReliefComponentType>
-
createGenericApplicationPropertyOfReliefComponent
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfReliefComponent(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createTINRelief
public jakarta.xml.bind.JAXBElement<TINReliefType> createTINRelief(TINReliefType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TINReliefType>
-
createGenericApplicationPropertyOfTinRelief
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfTinRelief(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createRasterRelief
public jakarta.xml.bind.JAXBElement<RasterReliefType> createRasterRelief(RasterReliefType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RasterReliefType>
-
createGenericApplicationPropertyOfRasterRelief
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfRasterRelief(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createMassPointRelief
public jakarta.xml.bind.JAXBElement<MassPointReliefType> createMassPointRelief(MassPointReliefType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MassPointReliefType>
-
createGenericApplicationPropertyOfMassPointRelief
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfMassPointRelief(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createBreaklineRelief
public jakarta.xml.bind.JAXBElement<BreaklineReliefType> createBreaklineRelief(BreaklineReliefType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BreaklineReliefType>
-
createGenericApplicationPropertyOfBreaklineRelief
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfBreaklineRelief(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createElevation
public jakarta.xml.bind.JAXBElement<LengthType> createElevation(LengthType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LengthType>
-
-