public class Vegetation200Marshaller
extends java.lang.Object
Constructor and Description |
---|
Vegetation200Marshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and 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) |
public Vegetation200Marshaller(CityGMLMarshaller citygml)
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
public java.lang.Object marshal(ModelObject src)
public void marshalVegetationObject(AbstractVegetationObject src, net.opengis.citygml.vegetation._2.AbstractVegetationObjectType dest)
public void marshalPlantCover(PlantCover src, net.opengis.citygml.vegetation._2.PlantCoverType dest)
public net.opengis.citygml.vegetation._2.PlantCoverType marshalPlantCover(PlantCover src)
public void marshalSolitaryVegetationObject(SolitaryVegetationObject src, net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType dest)
public net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType marshalSolitaryVegetationObject(SolitaryVegetationObject src)