Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AssociationType

Packages that use AssociationType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml.bldg._1   
org.citygml4j.jaxb.citygml.core._1   
org.citygml4j.jaxb.citygml.dem._1   
org.citygml4j.jaxb.citygml.tran._1   
org.citygml4j.jaxb.citygml.wtr._1   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AssociationType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AssociationType
 void GMLMarshaller.marshalAssociationByRepOrRef(AssociationByRepOrRef<? extends Associable> src, AssociationType dest)
           
 void GMLMarshaller.marshalFeatureProperty(FeatureProperty<? extends AbstractFeature> src, AssociationType dest)
           
 

Uses of AssociationType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AssociationType
 void GMLUnmarshaller.unmarshalAssociationByRepOrRef(AssociationType src, AssociationByRepOrRef<? extends Associable> dest)
           
 void GMLUnmarshaller.unmarshalFeatureProperty(AssociationType src, FeatureProperty<? extends AbstractFeature> dest)
           
 

Uses of AssociationType in org.citygml4j.jaxb.citygml.bldg._1
 

Subclasses of AssociationType in org.citygml4j.jaxb.citygml.bldg._1
 class BoundarySurfacePropertyType
          Denotes the relation of an _AbstractBuilding to its bounding thematic surfaces (walls, roofs, ..).
 class BuildingInstallationPropertyType
          Denotes the relation of an _AbstractBuilding to its building installations.
 class BuildingPartPropertyType
          Denotes the relation of an _AbstractBuilding to its building parts.
 class IntBuildingInstallationPropertyType
          Denotes the relation of an _AbstractBuilding to its interior building installations.
 class InteriorFurniturePropertyType
          Denotes the relation of a Room to its interior furnitures (movable).
 class InteriorRoomPropertyType
          Denotes the relation of an _AbstractBuilding to its rooms.
 class OpeningPropertyType
          Denotes the relation of an _BondarySurface to its openings (doors, windows).
 

Uses of AssociationType in org.citygml4j.jaxb.citygml.core._1
 

Subclasses of AssociationType in org.citygml4j.jaxb.citygml.core._1
 class AddressPropertyType
          Denotes the relation of an _CityObject to its addresses.
 class ImplicitRepresentationPropertyType
          Denotes the relation of a _CityObject to its implicit geometry representation, which is a representation of a geometry by referencing a prototype and transforming it to its real position in space.
 

Uses of AssociationType in org.citygml4j.jaxb.citygml.dem._1
 

Subclasses of AssociationType in org.citygml4j.jaxb.citygml.dem._1
 class GridPropertyType
          Denotes the relation of a RasterReliefType to its components.
 class ReliefComponentPropertyType
          Denotes the relation of a ReliefFeature to its components.
 class TinPropertyType
          Denotes the relation of a TINRelief to its components.
 

Uses of AssociationType in org.citygml4j.jaxb.citygml.tran._1
 

Subclasses of AssociationType in org.citygml4j.jaxb.citygml.tran._1
 class AuxiliaryTrafficAreaPropertyType
          Denotes the relation of TransportationComplex to its parts, which are auxiliary traffic areas.
 class TrafficAreaPropertyType
          Denotes the relation of TransportationComplex to its parts, which are traffic areas.
 

Uses of AssociationType in org.citygml4j.jaxb.citygml.wtr._1
 

Subclasses of AssociationType in org.citygml4j.jaxb.citygml.wtr._1
 class BoundedByWaterSurfacePropertyType
          Denotes the relation of a WaterBody to its boundary surfaces, which are of type _WaterBoundarySurface.
 

Uses of AssociationType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return AssociationType
 AssociationType ObjectFactory.createAssociationType()
          Create an instance of AssociationType
 AssociationType ObservationType.getResultOf()
          Ruft den Wert der resultOf-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AssociationType
 javax.xml.bind.JAXBElement<AssociationType> ObjectFactory.create_Association(AssociationType value)
          Create an instance of JAXBElement<AssociationType>}
 javax.xml.bind.JAXBElement<AssociationType> ObjectFactory.create_StrictAssociation(AssociationType value)
          Create an instance of JAXBElement<AssociationType>}
 javax.xml.bind.JAXBElement<AssociationType> ObjectFactory.createMember(AssociationType value)
          Create an instance of JAXBElement<AssociationType>}
 javax.xml.bind.JAXBElement<AssociationType> ObjectFactory.createResultOf(AssociationType value)
          Create an instance of JAXBElement<AssociationType>}
 java.util.List<AssociationType> BagType.getMember()
          Gets the value of the member property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AssociationType
 javax.xml.bind.JAXBElement<AssociationType> ObjectFactory.create_Association(AssociationType value)
          Create an instance of JAXBElement<AssociationType>}
 javax.xml.bind.JAXBElement<AssociationType> ObjectFactory.create_StrictAssociation(AssociationType value)
          Create an instance of JAXBElement<AssociationType>}
 javax.xml.bind.JAXBElement<AssociationType> ObjectFactory.createMember(AssociationType value)
          Create an instance of JAXBElement<AssociationType>}
 javax.xml.bind.JAXBElement<AssociationType> ObjectFactory.createResultOf(AssociationType value)
          Create an instance of JAXBElement<AssociationType>}
 void ObservationType.setResultOf(AssociationType value)
          Legt den Wert der resultOf-Eigenschaft fest.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AssociationType
 void BagType.setMember(java.util.List<AssociationType> member)
          Sets the value of the member property.