Uses of Interface
org.citygml4j.model.gml.geometry.GeometryArrayProperty

Packages that use GeometryArrayProperty
org.citygml4j.impl.gml.geometry   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.util.walker   
 

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

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

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement GeometryArrayProperty
 class CurveArrayPropertyImpl
           
 class PointArrayPropertyImpl
           
 class SolidArrayPropertyImpl
           
 class SurfaceArrayPropertyImpl
           
 

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

Subinterfaces of GeometryArrayProperty in org.citygml4j.model.gml.geometry.primitives
 interface CurveArrayProperty
           
 interface PointArrayProperty
           
 interface SolidArrayProperty
           
 interface SurfaceArrayProperty
           
 

Uses of GeometryArrayProperty in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type GeometryArrayProperty
<E extends AbstractGeometry>
T
GMLFunctionWalker.apply(GeometryArrayProperty<E> geometryArrayProperty)
           
<E extends AbstractGeometry>
T
GeometryFunctionWalker.apply(GeometryArrayProperty<E> geometryArrayProperty)
           
<T extends AbstractGeometry>
void
GMLWalker.visit(GeometryArrayProperty<T> geometryArrayProperty)
           
<T extends AbstractGeometry>
void
GeometryWalker.visit(GeometryArrayProperty<T> geometryArrayProperty)