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._0_4   
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._0_4
 

Subclasses of AssociationType in org.citygml4j.jaxb.citygml._0_4
 class AddressPropertyType
          Denotes the relation of an AbstractBuilding or a Door to its Addresses.
 class AuxiliaryTrafficAreaPropertyType
          Denotes the relation of an Transportation Complex to its parts, which are AuxiliaryTrafficAreas in this case .
 class BoundarySurfacePropertyType
          Denotes the relation of an Building or Room to its bounding thematic surfaces (walls, roofs, ..).
 class BoundedByWaterSurfacePropertyType
          A type for a property of a Water Body denoting its boundary, which is a water surface.
 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 CityObjectGroupMemberType
          Denotes the relation of a group to its members, which are CityObjects.
 class GeneralizationRelationType
          Denotes the relation of an CityObject to its corresponding CityObject in higher LoD, i.e. to the CityObjects representing the same real world object in higher LoD.
 class GridPropertyType
          Java class for gridPropertyType complex type.
 class ImplicitRepresentationPropertyType
          A property that has a Implicit Representation as its value domain, which is a representation of a geometry by referencing a prototype and transforming it to its real position in space.
 class IntBuildingInstallationPropertyType
          Denotes the relation of an AbstractBuilding or a room 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).
 class ReliefComponentPropertyType
          Denotes the relation of a relief feature to its components.
 class TinPropertyType
          Java class for tinPropertyType complex type.
 class TrafficAreaPropertyType
          Denotes the relation of a transportation complex to its parts, which are traffic areas in this case.
 

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()
          Gets the value of the resultOf property.
 

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)
          Sets the value of the resultOf property.
 

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.