public class Core200Marshaller
extends java.lang.Object
Constructor and Description |
---|
Core200Marshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
marshal(ModelObject src) |
void |
marshalAbstractCityObject(AbstractCityObject src,
net.opengis.citygml._2.AbstractCityObjectType dest) |
void |
marshalAbstractSite(AbstractSite src,
net.opengis.citygml._2.AbstractSiteType dest) |
net.opengis.citygml._2.AddressType |
marshalAddress(Address src) |
void |
marshalAddress(Address src,
net.opengis.citygml._2.AddressType dest) |
net.opengis.citygml._2.AddressPropertyType |
marshalAddressProperty(AddressProperty src) |
net.opengis.citygml._2.CityModelType |
marshalCityModel(CityModel src) |
void |
marshalCityModel(CityModel src,
net.opengis.citygml._2.CityModelType dest) |
net.opengis.gml.FeaturePropertyType |
marshalCityObjectMember(CityObjectMember src) |
net.opengis.citygml._2.ExternalObjectReferenceType |
marshalExternalObject(ExternalObject src) |
void |
marshalExternalObject(ExternalObject src,
net.opengis.citygml._2.ExternalObjectReferenceType dest) |
net.opengis.citygml._2.ExternalReferenceType |
marshalExternalReference(ExternalReference src) |
void |
marshalExternalReference(ExternalReference src,
net.opengis.citygml._2.ExternalReferenceType dest) |
net.opengis.citygml._2.GeneralizationRelationType |
marshalGeneralizationRelation(GeneralizationRelation src) |
net.opengis.citygml._2.ImplicitGeometryType |
marshalImplicitGeometry(ImplicitGeometry src) |
void |
marshalImplicitGeometry(ImplicitGeometry src,
net.opengis.citygml._2.ImplicitGeometryType dest) |
net.opengis.citygml._2.ImplicitRepresentationPropertyType |
marshalImplicitRepresentationProperty(ImplicitRepresentationProperty src) |
javax.xml.bind.JAXBElement<?> |
marshalJAXBElement(ModelObject src) |
net.opengis.citygml._2.RelativeToTerrainType |
marshalRelativeToTerrain(RelativeToTerrain src) |
net.opengis.citygml._2.RelativeToWaterType |
marshalRelativeToWater(RelativeToWater src) |
java.util.List<java.lang.Double> |
marshalTransformationMatrix2x2(TransformationMatrix2x2 src) |
java.util.List<java.lang.Double> |
marshalTransformationMatrix3x4(TransformationMatrix3x4 src) |
java.util.List<java.lang.Double> |
marshalTransformationMatrix4x4(TransformationMatrix4x4 src) |
net.opengis.citygml._2.XalAddressPropertyType |
marshalXalAddressProperty(XalAddressProperty src) |
public Core200Marshaller(CityGMLMarshaller citygml)
public javax.xml.bind.JAXBElement<?> marshalJAXBElement(ModelObject src)
public java.lang.Object marshal(ModelObject src)
public void marshalAbstractCityObject(AbstractCityObject src, net.opengis.citygml._2.AbstractCityObjectType dest)
public void marshalAbstractSite(AbstractSite src, net.opengis.citygml._2.AbstractSiteType dest)
public void marshalAddress(Address src, net.opengis.citygml._2.AddressType dest)
public net.opengis.citygml._2.AddressType marshalAddress(Address src)
public net.opengis.citygml._2.AddressPropertyType marshalAddressProperty(AddressProperty src)
public void marshalCityModel(CityModel src, net.opengis.citygml._2.CityModelType dest)
public net.opengis.citygml._2.CityModelType marshalCityModel(CityModel src)
public net.opengis.gml.FeaturePropertyType marshalCityObjectMember(CityObjectMember src)
public void marshalExternalObject(ExternalObject src, net.opengis.citygml._2.ExternalObjectReferenceType dest)
public net.opengis.citygml._2.ExternalObjectReferenceType marshalExternalObject(ExternalObject src)
public void marshalExternalReference(ExternalReference src, net.opengis.citygml._2.ExternalReferenceType dest)
public net.opengis.citygml._2.ExternalReferenceType marshalExternalReference(ExternalReference src)
public net.opengis.citygml._2.GeneralizationRelationType marshalGeneralizationRelation(GeneralizationRelation src)
public void marshalImplicitGeometry(ImplicitGeometry src, net.opengis.citygml._2.ImplicitGeometryType dest)
public net.opengis.citygml._2.ImplicitGeometryType marshalImplicitGeometry(ImplicitGeometry src)
public net.opengis.citygml._2.ImplicitRepresentationPropertyType marshalImplicitRepresentationProperty(ImplicitRepresentationProperty src)
public java.util.List<java.lang.Double> marshalTransformationMatrix2x2(TransformationMatrix2x2 src)
public java.util.List<java.lang.Double> marshalTransformationMatrix3x4(TransformationMatrix3x4 src)
public java.util.List<java.lang.Double> marshalTransformationMatrix4x4(TransformationMatrix4x4 src)
public net.opengis.citygml._2.RelativeToTerrainType marshalRelativeToTerrain(RelativeToTerrain src)
public net.opengis.citygml._2.RelativeToWaterType marshalRelativeToWater(RelativeToWater src)
public net.opengis.citygml._2.XalAddressPropertyType marshalXalAddressProperty(XalAddressProperty src)