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