Class Vegetation100Marshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.marshal.citygml.vegetation.Vegetation100Marshaller
-
public class Vegetation100Marshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Vegetation100Marshaller(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._1.PlantCoverType
marshalPlantCover(PlantCover src)
void
marshalPlantCover(PlantCover src, net.opengis.citygml.vegetation._1.PlantCoverType dest)
net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType
marshalSolitaryVegetationObject(SolitaryVegetationObject src)
void
marshalSolitaryVegetationObject(SolitaryVegetationObject src, net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType dest)
void
marshalVegetationObject(AbstractVegetationObject src, net.opengis.citygml.vegetation._1.AbstractVegetationObjectType dest)
-
-
-
Constructor Detail
-
Vegetation100Marshaller
public Vegetation100Marshaller(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._1.AbstractVegetationObjectType dest)
-
marshalPlantCover
public void marshalPlantCover(PlantCover src, net.opengis.citygml.vegetation._1.PlantCoverType dest)
-
marshalPlantCover
public net.opengis.citygml.vegetation._1.PlantCoverType marshalPlantCover(PlantCover src)
-
marshalSolitaryVegetationObject
public void marshalSolitaryVegetationObject(SolitaryVegetationObject src, net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType dest)
-
marshalSolitaryVegetationObject
public net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType marshalSolitaryVegetationObject(SolitaryVegetationObject src)
-
-