Uses of Class
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.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.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)