Uses of Interface
org.citygml4j.model.gml.geometry.complexes.GeometricComplexProperty

Packages that use GeometricComplexProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.citygml.transportation   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.model.citygml.transportation   
 

Uses of GeometricComplexProperty in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type GeometricComplexProperty
 GeometricComplexPropertyType GMLMarshaller.marshalGeometricComplexProperty(GeometricComplexProperty src)
           
 

Uses of GeometricComplexProperty in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return GeometricComplexProperty
 GeometricComplexProperty GMLUnmarshaller.unmarshalGeometricComplexProperty(GeometricComplexPropertyType src)
           
 

Uses of GeometricComplexProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return GeometricComplexProperty
 GeometricComplexProperty GMLFactory.createGeometricComplexProperty()
           
 GeometricComplexProperty GMLFactory.createGeometricComplexProperty(GeometricComplex geometricComplex)
           
 GeometricComplexProperty GMLFactory.createGeometricComplexProperty(java.lang.String xlink)
           
 

Uses of GeometricComplexProperty in org.citygml4j.impl.citygml.transportation
 

Methods in org.citygml4j.impl.citygml.transportation that return types with arguments of type GeometricComplexProperty
 java.util.List<GeometricComplexProperty> TransportationComplexImpl.getLod0Network()
           
 

Methods in org.citygml4j.impl.citygml.transportation with parameters of type GeometricComplexProperty
 void TransportationComplexImpl.addLod0Network(GeometricComplexProperty lod0Network)
           
 boolean TransportationComplexImpl.unsetLod0Network(GeometricComplexProperty lod0Network)
           
 

Method parameters in org.citygml4j.impl.citygml.transportation with type arguments of type GeometricComplexProperty
 void TransportationComplexImpl.setLod0Network(java.util.List<GeometricComplexProperty> lod0Network)
           
 

Uses of GeometricComplexProperty in org.citygml4j.impl.gml.geometry.complexes
 

Classes in org.citygml4j.impl.gml.geometry.complexes that implement GeometricComplexProperty
 class GeometricComplexPropertyImpl
           
 

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

Methods in org.citygml4j.model.citygml.transportation that return types with arguments of type GeometricComplexProperty
 java.util.List<GeometricComplexProperty> TransportationComplex.getLod0Network()
           
 

Methods in org.citygml4j.model.citygml.transportation with parameters of type GeometricComplexProperty
 void TransportationComplex.addLod0Network(GeometricComplexProperty lod0Network)
           
 boolean TransportationComplex.unsetLod0Network(GeometricComplexProperty lod0Network)
           
 

Method parameters in org.citygml4j.model.citygml.transportation with type arguments of type GeometricComplexProperty
 void TransportationComplex.setLod0Network(java.util.List<GeometricComplexProperty> lod0Network)