Class Vegetation200Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.vegetation.Vegetation200Marshaller
-
public class Vegetation200Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Vegetation200Marshaller(CityGMLMarshaller citygml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
marshal(ModelObject src)
javax.xml.bind.JAXBElement<?>
marshalJAXBElement(ModelObject src)
net.opengis.citygml.vegetation._2.PlantCoverType
marshalPlantCover(PlantCover src)
void
marshalPlantCover(PlantCover src, net.opengis.citygml.vegetation._2.PlantCoverType dest)
net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType
marshalSolitaryVegetationObject(SolitaryVegetationObject src)
void
marshalSolitaryVegetationObject(SolitaryVegetationObject src, net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType dest)
void
marshalVegetationObject(AbstractVegetationObject src, net.opengis.citygml.vegetation._2.AbstractVegetationObjectType dest)
-
-
-
Constructor Detail
-
Vegetation200Marshaller
public Vegetation200Marshaller(CityGMLMarshaller citygml)
-
-
Method Detail
-
marshalJAXBElement
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
-
marshal
public java.lang.Object marshal(ModelObject src)
-
marshalVegetationObject
public void marshalVegetationObject(AbstractVegetationObject src, net.opengis.citygml.vegetation._2.AbstractVegetationObjectType dest)
-
marshalPlantCover
public void marshalPlantCover(PlantCover src, net.opengis.citygml.vegetation._2.PlantCoverType dest)
-
marshalPlantCover
public net.opengis.citygml.vegetation._2.PlantCoverType marshalPlantCover(PlantCover src)
-
marshalSolitaryVegetationObject
public void marshalSolitaryVegetationObject(SolitaryVegetationObject src, net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType dest)
-
marshalSolitaryVegetationObject
public net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType marshalSolitaryVegetationObject(SolitaryVegetationObject src)
-
-