net.opengis.citygml.relief.v_1_0
Class ObjectFactory

java.lang.Object
  extended by net.opengis.citygml.relief.v_1_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_1_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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.relief.v_1_0
 
Method Summary
 JAXBElement<BreaklineReliefType> createBreaklineRelief(BreaklineReliefType value)
          Create an instance of JAXBElement<BreaklineReliefType>}
 BreaklineReliefType createBreaklineReliefType()
          Create an instance of BreaklineReliefType
 JAXBElement<LengthType> createElevation(LengthType value)
          Create an instance of JAXBElement<LengthType>}
 JAXBElement<Object> createGenericApplicationPropertyOfBreaklineRelief(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfMassPointRelief(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfRasterRelief(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfReliefComponent(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfReliefFeature(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTinRelief(Object value)
          Create an instance of JAXBElement<Object>}
 GridPropertyType createGridPropertyType()
          Create an instance of GridPropertyType
 JAXBElement<MassPointReliefType> createMassPointRelief(MassPointReliefType value)
          Create an instance of JAXBElement<MassPointReliefType>}
 MassPointReliefType createMassPointReliefType()
          Create an instance of MassPointReliefType
 JAXBElement<RasterReliefType> createRasterRelief(RasterReliefType value)
          Create an instance of JAXBElement<RasterReliefType>}
 RasterReliefType createRasterReliefType()
          Create an instance of RasterReliefType
 JAXBElement<AbstractReliefComponentType> createReliefComponent(AbstractReliefComponentType value)
          Create an instance of JAXBElement<AbstractReliefComponentType>}
 ReliefComponentPropertyType createReliefComponentPropertyType()
          Create an instance of ReliefComponentPropertyType
 JAXBElement<ReliefFeatureType> createReliefFeature(ReliefFeatureType value)
          Create an instance of JAXBElement<ReliefFeatureType>}
 ReliefFeatureType createReliefFeatureType()
          Create an instance of ReliefFeatureType
 TinPropertyType createTinPropertyType()
          Create an instance of TinPropertyType
 JAXBElement<TINReliefType> createTINRelief(TINReliefType value)
          Create an instance of JAXBElement<TINReliefType>}
 TINReliefType createTINReliefType()
          Create an instance of TINReliefType
 
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.citygml.relief.v_1_0

Method Detail

createReliefFeatureType

public ReliefFeatureType createReliefFeatureType()
Create an instance of ReliefFeatureType


createTINReliefType

public TINReliefType createTINReliefType()
Create an instance of TINReliefType


createRasterReliefType

public RasterReliefType createRasterReliefType()
Create an instance of RasterReliefType


createMassPointReliefType

public MassPointReliefType createMassPointReliefType()
Create an instance of MassPointReliefType


createBreaklineReliefType

public BreaklineReliefType createBreaklineReliefType()
Create an instance of BreaklineReliefType


createReliefComponentPropertyType

public ReliefComponentPropertyType createReliefComponentPropertyType()
Create an instance of ReliefComponentPropertyType


createTinPropertyType

public TinPropertyType createTinPropertyType()
Create an instance of TinPropertyType


createGridPropertyType

public GridPropertyType createGridPropertyType()
Create an instance of GridPropertyType


createReliefFeature

public JAXBElement<ReliefFeatureType> createReliefFeature(ReliefFeatureType value)
Create an instance of JAXBElement<ReliefFeatureType>}


createGenericApplicationPropertyOfReliefFeature

public JAXBElement<Object> createGenericApplicationPropertyOfReliefFeature(Object value)
Create an instance of JAXBElement<Object>}


createReliefComponent

public JAXBElement<AbstractReliefComponentType> createReliefComponent(AbstractReliefComponentType value)
Create an instance of JAXBElement<AbstractReliefComponentType>}


createGenericApplicationPropertyOfReliefComponent

public JAXBElement<Object> createGenericApplicationPropertyOfReliefComponent(Object value)
Create an instance of JAXBElement<Object>}


createTINRelief

public JAXBElement<TINReliefType> createTINRelief(TINReliefType value)
Create an instance of JAXBElement<TINReliefType>}


createGenericApplicationPropertyOfTinRelief

public JAXBElement<Object> createGenericApplicationPropertyOfTinRelief(Object value)
Create an instance of JAXBElement<Object>}


createRasterRelief

public JAXBElement<RasterReliefType> createRasterRelief(RasterReliefType value)
Create an instance of JAXBElement<RasterReliefType>}


createGenericApplicationPropertyOfRasterRelief

public JAXBElement<Object> createGenericApplicationPropertyOfRasterRelief(Object value)
Create an instance of JAXBElement<Object>}


createMassPointRelief

public JAXBElement<MassPointReliefType> createMassPointRelief(MassPointReliefType value)
Create an instance of JAXBElement<MassPointReliefType>}


createGenericApplicationPropertyOfMassPointRelief

public JAXBElement<Object> createGenericApplicationPropertyOfMassPointRelief(Object value)
Create an instance of JAXBElement<Object>}


createBreaklineRelief

public JAXBElement<BreaklineReliefType> createBreaklineRelief(BreaklineReliefType value)
Create an instance of JAXBElement<BreaklineReliefType>}


createGenericApplicationPropertyOfBreaklineRelief

public JAXBElement<Object> createGenericApplicationPropertyOfBreaklineRelief(Object value)
Create an instance of JAXBElement<Object>}


createElevation

public JAXBElement<LengthType> createElevation(LengthType value)
Create an instance of JAXBElement<LengthType>}



Copyright © 2008-2015. All Rights Reserved.