Uses of Class
org.citygml4j.jaxb.citygml.dem._1.AbstractReliefComponentType

Packages that use AbstractReliefComponentType
org.citygml4j.builder.jaxb.marshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.jaxb.citygml.dem._1   
 

Uses of AbstractReliefComponentType in org.citygml4j.builder.jaxb.marshal.citygml.relief
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.relief with parameters of type AbstractReliefComponentType
 void Relief100Marshaller.marshalReliefComponent(AbstractReliefComponent src, AbstractReliefComponentType dest)
           
 

Uses of AbstractReliefComponentType in org.citygml4j.builder.jaxb.unmarshal.citygml.relief
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type AbstractReliefComponentType
 void Relief100Unmarshaller.unmarshalReliefComponent(AbstractReliefComponentType src, AbstractReliefComponent dest)
           
 

Uses of AbstractReliefComponentType in org.citygml4j.jaxb.citygml.dem._1
 

Subclasses of AbstractReliefComponentType in org.citygml4j.jaxb.citygml.dem._1
 class BreaklineReliefType
          Type describing the break line Component of a relief feature.
 class MassPointReliefType
          Type describing the mass point component of a relief feature.
 class RasterReliefType
          Type describing the raster component of a relief feature.
 class TINReliefType
          Type describing the TIN component of a relief feature.
 

Methods in org.citygml4j.jaxb.citygml.dem._1 that return types with arguments of type AbstractReliefComponentType
 javax.xml.bind.JAXBElement<AbstractReliefComponentType> ObjectFactory.create_ReliefComponent(AbstractReliefComponentType value)
          Create an instance of JAXBElement<AbstractReliefComponentType>}
 

Methods in org.citygml4j.jaxb.citygml.dem._1 with parameters of type AbstractReliefComponentType
 javax.xml.bind.JAXBElement<AbstractReliefComponentType> ObjectFactory.create_ReliefComponent(AbstractReliefComponentType value)
          Create an instance of JAXBElement<AbstractReliefComponentType>}