Uses of Interface
org.citygml4j.model.common.association.Association

Packages that use Association
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.citygml.bridge   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.cityobjectgroup   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.relief   
org.citygml4j.model.citygml.texturedsurface   
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.model.gml.base   
org.citygml4j.model.gml.coverage   
org.citygml4j.model.gml.feature   
org.citygml4j.model.gml.geometry   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.model.gml.valueObjects   
 

Uses of Association in org.citygml4j.model.citygml.appearance
 

Classes in org.citygml4j.model.citygml.appearance that implement Association
 class AppearanceMember
           
 class AppearanceProperty
           
 class SurfaceDataProperty
           
 class TextureAssociation
           
 

Uses of Association in org.citygml4j.model.citygml.bridge
 

Classes in org.citygml4j.model.citygml.bridge that implement Association
 class BoundarySurfaceProperty
           
 class BridgeConstructionElementProperty
           
 class BridgeInstallationProperty
           
 class BridgePartProperty
           
 class IntBridgeInstallationProperty
           
 class InteriorBridgeRoomProperty
           
 class InteriorFurnitureProperty
           
 class OpeningProperty
           
 

Uses of Association in org.citygml4j.model.citygml.building
 

Classes in org.citygml4j.model.citygml.building that implement Association
 class BuildingInstallationProperty
           
 class BuildingPartProperty
           
 class IntBuildingInstallationProperty
           
 class InteriorRoomProperty
           
 

Uses of Association in org.citygml4j.model.citygml.cityobjectgroup
 

Classes in org.citygml4j.model.citygml.cityobjectgroup that implement Association
 class CityObjectGroupMember
           
 class CityObjectGroupParent
           
 

Uses of Association in org.citygml4j.model.citygml.core
 

Classes in org.citygml4j.model.citygml.core that implement Association
 class AddressProperty
           
 class CityObjectMember
           
 class GeneralizationRelation
           
 class ImplicitRepresentationProperty
           
 class XalAddressProperty
           
 

Uses of Association in org.citygml4j.model.citygml.relief
 

Classes in org.citygml4j.model.citygml.relief that implement Association
 class GridProperty
           
 class ReliefComponentProperty
           
 class TinProperty
           
 

Uses of Association in org.citygml4j.model.citygml.texturedsurface
 

Classes in org.citygml4j.model.citygml.texturedsurface that implement Association
 class _AppearanceProperty
           
 

Uses of Association in org.citygml4j.model.citygml.transportation
 

Classes in org.citygml4j.model.citygml.transportation that implement Association
 class AuxiliaryTrafficAreaProperty
           
 class TrafficAreaProperty
           
 

Uses of Association in org.citygml4j.model.citygml.tunnel
 

Classes in org.citygml4j.model.citygml.tunnel that implement Association
 class InteriorHollowSpaceProperty
           
 class IntTunnelInstallationProperty
           
 class TunnelInstallationProperty
           
 class TunnelPartProperty
           
 

Uses of Association in org.citygml4j.model.citygml.waterbody
 

Classes in org.citygml4j.model.citygml.waterbody that implement Association
 class BoundedByWaterSurfaceProperty
           
 

Uses of Association in org.citygml4j.model.gml.base
 

Classes in org.citygml4j.model.gml.base that implement Association
 class ArrayAssociation<T extends Associable & Child>
           
 class AssociationByRep<T extends Associable & Child>
           
 class AssociationByRepOrRef<T extends Associable & Child>
           
 class MetaDataProperty
           
 

Uses of Association in org.citygml4j.model.gml.coverage
 

Classes in org.citygml4j.model.gml.coverage that implement Association
 class DomainSet<T extends AbstractGeometry>
           
 class RangeParameters
           
 class RectifiedGridDomain
           
 

Uses of Association in org.citygml4j.model.gml.feature
 

Classes in org.citygml4j.model.gml.feature that implement Association
 class FeatureArrayProperty
           
 class FeatureMember
           
 class FeatureProperty<T extends AbstractFeature>
           
 class LocationProperty
           
 class PriorityLocationProperty
           
 

Uses of Association in org.citygml4j.model.gml.geometry
 

Classes in org.citygml4j.model.gml.geometry that implement Association
 class GeometryArrayProperty<T extends AbstractGeometry>
           
 class GeometryProperty<T extends AbstractGeometry>
           
 class InlineGeometryProperty<T extends AbstractGeometry>
           
 

Uses of Association in org.citygml4j.model.gml.geometry.aggregates
 

Classes in org.citygml4j.model.gml.geometry.aggregates that implement Association
 class MultiCurveProperty
           
 class MultiGeometryProperty
           
 class MultiLineStringProperty
           
 class MultiPointProperty
           
 class MultiPolygonProperty
           
 class MultiSolidProperty
           
 class MultiSurfaceProperty
           
 

Uses of Association in org.citygml4j.model.gml.geometry.complexes
 

Classes in org.citygml4j.model.gml.geometry.complexes that implement Association
 class CompositeCurveProperty
           
 class CompositeSolidProperty
           
 class CompositeSurfaceProperty
           
 class GeometricComplexProperty
           
 

Uses of Association in org.citygml4j.model.gml.geometry.primitives
 

Classes in org.citygml4j.model.gml.geometry.primitives that implement Association
 class AbstractRingProperty
           
 class CurveArrayProperty
           
 class CurveProperty
           
 class CurveSegmentArrayProperty
           
 class Exterior
           
 class GeometricPrimitiveProperty
           
 class InnerBoundaryIs
           
 class Interior
           
 class LinearRingProperty
           
 class LineStringProperty
           
 class LineStringSegmentArrayProperty
           
 class OuterBoundaryIs
           
 class PointArrayProperty
           
 class PointProperty
           
 class PointRep
           
 class PolygonProperty
           
 class SolidArrayProperty
           
 class SolidProperty
           
 class SurfaceArrayProperty
           
 class SurfacePatchArrayProperty
           
 class SurfaceProperty
           
 class TrianglePatchArrayProperty
           
 

Uses of Association in org.citygml4j.model.gml.valueObjects
 

Classes in org.citygml4j.model.gml.valueObjects that implement Association
 class ValueArrayProperty
           
 class ValueProperty