Uses of Interface
org.citygml4j.model.gml.base.ArrayAssociation

Packages that use ArrayAssociation
org.citygml4j.impl.gml.base   
org.citygml4j.impl.gml.feature   
org.citygml4j.impl.gml.geometry   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.impl.gml.valueObjects   
org.citygml4j.model.gml.feature   
org.citygml4j.model.gml.geometry   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.model.gml.valueObjects   
 

Uses of ArrayAssociation in org.citygml4j.impl.gml.base
 

Classes in org.citygml4j.impl.gml.base that implement ArrayAssociation
 class ArrayAssociationImpl<T extends Associable & Child>
           
 

Uses of ArrayAssociation in org.citygml4j.impl.gml.feature
 

Classes in org.citygml4j.impl.gml.feature that implement ArrayAssociation
 class FeatureArrayPropertyImpl
           
 

Uses of ArrayAssociation in org.citygml4j.impl.gml.geometry
 

Classes in org.citygml4j.impl.gml.geometry that implement ArrayAssociation
 class GeometryArrayPropertyImpl<T extends AbstractGeometry>
           
 

Uses of ArrayAssociation in org.citygml4j.impl.gml.geometry.primitives
 

Classes in org.citygml4j.impl.gml.geometry.primitives that implement ArrayAssociation
 class CurveArrayPropertyImpl
           
 class CurveSegmentArrayPropertyImpl
           
 class LineStringSegmentArrayPropertyImpl
           
 class PointArrayPropertyImpl
           
 class SolidArrayPropertyImpl
           
 class SurfaceArrayPropertyImpl
           
 class SurfacePatchArrayPropertyImpl
           
 class TrianglePatchArrayPropertyImpl
           
 

Uses of ArrayAssociation in org.citygml4j.impl.gml.valueObjects
 

Classes in org.citygml4j.impl.gml.valueObjects that implement ArrayAssociation
 class ValueArrayPropertyImpl
           
 

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

Subinterfaces of ArrayAssociation in org.citygml4j.model.gml.feature
 interface FeatureArrayProperty
           
 

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

Subinterfaces of ArrayAssociation in org.citygml4j.model.gml.geometry
 interface GeometryArrayProperty<T extends AbstractGeometry>
           
 

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

Subinterfaces of ArrayAssociation in org.citygml4j.model.gml.geometry.primitives
 interface CurveArrayProperty
           
 interface CurveSegmentArrayProperty
           
 interface LineStringSegmentArrayProperty
           
 interface PointArrayProperty
           
 interface SolidArrayProperty
           
 interface SurfaceArrayProperty
           
 interface SurfacePatchArrayProperty
           
 interface TrianglePatchArrayProperty
           
 

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

Subinterfaces of ArrayAssociation in org.citygml4j.model.gml.valueObjects
 interface ValueArrayProperty