public class Core200Unmarshaller
extends java.lang.Object
Constructor and Description |
---|
Core200Unmarshaller(CityGMLUnmarshaller citygml) |
Modifier and Type | Method and Description |
---|---|
boolean |
assignGenericProperty(ADEComponent genericProperty,
javax.xml.namespace.QName substitutionGroup,
CityGML dest) |
CityGML |
unmarshal(javax.xml.bind.JAXBElement<?> src) |
CityGML |
unmarshal(java.lang.Object src) |
void |
unmarshalAbstractCityObject(net.opengis.citygml._2.AbstractCityObjectType src,
AbstractCityObject dest) |
void |
unmarshalAbstractSite(net.opengis.citygml._2.AbstractSiteType src,
AbstractSite dest) |
Address |
unmarshalAddress(net.opengis.citygml._2.AddressType src) |
void |
unmarshalAddress(net.opengis.citygml._2.AddressType src,
Address dest) |
AddressProperty |
unmarshalAddressProperty(net.opengis.citygml._2.AddressPropertyType src) |
CityModel |
unmarshalCityModel(net.opengis.citygml._2.CityModelType src) |
void |
unmarshalCityModel(net.opengis.citygml._2.CityModelType src,
CityModel dest) |
CityObjectMember |
unmarshalCityObjectMember(net.opengis.gml.FeaturePropertyType src) |
ExternalObject |
unmarshalExternalObject(net.opengis.citygml._2.ExternalObjectReferenceType src) |
void |
unmarshalExternalObject(net.opengis.citygml._2.ExternalObjectReferenceType src,
ExternalObject dest) |
ExternalReference |
unmarshalExternalReference(net.opengis.citygml._2.ExternalReferenceType src) |
void |
unmarshalExternalReference(net.opengis.citygml._2.ExternalReferenceType src,
ExternalReference dest) |
GeneralizationRelation |
unmarshalGeneralizationRelation(net.opengis.citygml._2.GeneralizationRelationType src) |
ImplicitGeometry |
unmarshalImplicitGeometry(net.opengis.citygml._2.ImplicitGeometryType src) |
void |
unmarshalImplicitGeometry(net.opengis.citygml._2.ImplicitGeometryType src,
ImplicitGeometry dest) |
ImplicitRepresentationProperty |
unmarshalImplicitRepresentationProperty(net.opengis.citygml._2.ImplicitRepresentationPropertyType src) |
RelativeToTerrain |
unmarshalRelativeToTerrain(net.opengis.citygml._2.RelativeToTerrainType src) |
RelativeToWater |
unmarshalRelativeToWater(net.opengis.citygml._2.RelativeToWaterType src) |
TransformationMatrix2x2 |
unmarshalTransformationMatrix2x2(java.util.List<java.lang.Double> src) |
TransformationMatrix3x4 |
unmarshalTransformationMatrix3x4(java.util.List<java.lang.Double> src) |
TransformationMatrix4x4 |
unmarshalTransformationMatrix4x4(java.util.List<java.lang.Double> src) |
XalAddressProperty |
unmarshalXalAddressProperty(net.opengis.citygml._2.XalAddressPropertyType src) |
public Core200Unmarshaller(CityGMLUnmarshaller citygml)
public CityGML unmarshal(javax.xml.bind.JAXBElement<?> src) throws MissingADESchemaException
MissingADESchemaException
public CityGML unmarshal(java.lang.Object src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAbstractCityObject(net.opengis.citygml._2.AbstractCityObjectType src, AbstractCityObject dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAbstractSite(net.opengis.citygml._2.AbstractSiteType src, AbstractSite dest) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalAddress(net.opengis.citygml._2.AddressType src, Address dest) throws MissingADESchemaException
MissingADESchemaException
public Address unmarshalAddress(net.opengis.citygml._2.AddressType src) throws MissingADESchemaException
MissingADESchemaException
public AddressProperty unmarshalAddressProperty(net.opengis.citygml._2.AddressPropertyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalCityModel(net.opengis.citygml._2.CityModelType src, CityModel dest) throws MissingADESchemaException
MissingADESchemaException
public CityModel unmarshalCityModel(net.opengis.citygml._2.CityModelType src) throws MissingADESchemaException
MissingADESchemaException
public CityObjectMember unmarshalCityObjectMember(net.opengis.gml.FeaturePropertyType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalExternalReference(net.opengis.citygml._2.ExternalReferenceType src, ExternalReference dest)
public ExternalReference unmarshalExternalReference(net.opengis.citygml._2.ExternalReferenceType src)
public void unmarshalExternalObject(net.opengis.citygml._2.ExternalObjectReferenceType src, ExternalObject dest)
public ExternalObject unmarshalExternalObject(net.opengis.citygml._2.ExternalObjectReferenceType src)
public GeneralizationRelation unmarshalGeneralizationRelation(net.opengis.citygml._2.GeneralizationRelationType src) throws MissingADESchemaException
MissingADESchemaException
public void unmarshalImplicitGeometry(net.opengis.citygml._2.ImplicitGeometryType src, ImplicitGeometry dest)
public ImplicitGeometry unmarshalImplicitGeometry(net.opengis.citygml._2.ImplicitGeometryType src)
public ImplicitRepresentationProperty unmarshalImplicitRepresentationProperty(net.opengis.citygml._2.ImplicitRepresentationPropertyType src) throws MissingADESchemaException
MissingADESchemaException
public TransformationMatrix2x2 unmarshalTransformationMatrix2x2(java.util.List<java.lang.Double> src)
public TransformationMatrix3x4 unmarshalTransformationMatrix3x4(java.util.List<java.lang.Double> src)
public TransformationMatrix4x4 unmarshalTransformationMatrix4x4(java.util.List<java.lang.Double> src)
public RelativeToTerrain unmarshalRelativeToTerrain(net.opengis.citygml._2.RelativeToTerrainType src)
public RelativeToWater unmarshalRelativeToWater(net.opengis.citygml._2.RelativeToWaterType src)
public XalAddressProperty unmarshalXalAddressProperty(net.opengis.citygml._2.XalAddressPropertyType src)
public boolean assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)