public class Core100Marshaller
extends java.lang.Object
Constructor and Description |
---|
Core100Marshaller(CityGMLMarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
marshal(ModelObject src) |
void |
marshalAbstractCityObject(AbstractCityObject src,
net.opengis.citygml._1.AbstractCityObjectType dest) |
void |
marshalAbstractSite(AbstractSite src,
net.opengis.citygml._1.AbstractSiteType dest) |
net.opengis.citygml._1.AddressType |
marshalAddress(Address src) |
void |
marshalAddress(Address src,
net.opengis.citygml._1.AddressType dest) |
net.opengis.citygml._1.AddressPropertyType |
marshalAddressProperty(AddressProperty src) |
net.opengis.citygml._1.CityModelType |
marshalCityModel(CityModel src) |
void |
marshalCityModel(CityModel src,
net.opengis.citygml._1.CityModelType dest) |
net.opengis.gml.FeaturePropertyType |
marshalCityObjectMember(CityObjectMember src) |
net.opengis.citygml._1.ExternalObjectReferenceType |
marshalExternalObject(ExternalObject src) |
void |
marshalExternalObject(ExternalObject src,
net.opengis.citygml._1.ExternalObjectReferenceType dest) |
net.opengis.citygml._1.ExternalReferenceType |
marshalExternalReference(ExternalReference src) |
void |
marshalExternalReference(ExternalReference src,
net.opengis.citygml._1.ExternalReferenceType dest) |
net.opengis.citygml._1.GeneralizationRelationType |
marshalGeneralizationRelation(GeneralizationRelation src) |
net.opengis.citygml._1.ImplicitGeometryType |
marshalImplicitGeometry(ImplicitGeometry src) |
void |
marshalImplicitGeometry(ImplicitGeometry src,
net.opengis.citygml._1.ImplicitGeometryType dest) |
net.opengis.citygml._1.ImplicitRepresentationPropertyType |
marshalImplicitRepresentationProperty(ImplicitRepresentationProperty src) |
javax.xml.bind.JAXBElement<?> |
marshalJAXBElement(ModelObject 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._1.XalAddressPropertyType |
marshalXalAddressProperty(XalAddressProperty src) |
public Core100Marshaller(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._1.AbstractCityObjectType dest)
public void marshalAbstractSite(AbstractSite src, net.opengis.citygml._1.AbstractSiteType dest)
public void marshalAddress(Address src, net.opengis.citygml._1.AddressType dest)
public net.opengis.citygml._1.AddressType marshalAddress(Address src)
public net.opengis.citygml._1.AddressPropertyType marshalAddressProperty(AddressProperty src)
public void marshalCityModel(CityModel src, net.opengis.citygml._1.CityModelType dest)
public net.opengis.citygml._1.CityModelType marshalCityModel(CityModel src)
public net.opengis.gml.FeaturePropertyType marshalCityObjectMember(CityObjectMember src)
public void marshalExternalObject(ExternalObject src, net.opengis.citygml._1.ExternalObjectReferenceType dest)
public net.opengis.citygml._1.ExternalObjectReferenceType marshalExternalObject(ExternalObject src)
public void marshalExternalReference(ExternalReference src, net.opengis.citygml._1.ExternalReferenceType dest)
public net.opengis.citygml._1.ExternalReferenceType marshalExternalReference(ExternalReference src)
public net.opengis.citygml._1.GeneralizationRelationType marshalGeneralizationRelation(GeneralizationRelation src)
public void marshalImplicitGeometry(ImplicitGeometry src, net.opengis.citygml._1.ImplicitGeometryType dest)
public net.opengis.citygml._1.ImplicitGeometryType marshalImplicitGeometry(ImplicitGeometry src)
public net.opengis.citygml._1.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._1.XalAddressPropertyType marshalXalAddressProperty(XalAddressProperty src)