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

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

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

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

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement InlineGeometryProperty
 class AbstractRingPropertyImpl
           
 class ExteriorImpl
           
 class InnerBoundaryIsImpl
           
 class InteriorImpl
           
 class LinearRingPropertyImpl
           
 class OuterBoundaryIsImpl
           
 

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

Subinterfaces of InlineGeometryProperty in org.citygml4j.model.gml.geometry.primitives
 interface AbstractRingProperty
           
 interface Exterior
           
 interface InnerBoundaryIs
           
 interface Interior
           
 interface LinearRingProperty
           
 interface OuterBoundaryIs
           
 

Uses of InlineGeometryProperty in org.citygml4j.util.walker
 

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