Uses of Interface
org.citygml4j.model.gml.geometry.primitives.GeometricPrimitiveProperty

Packages that use GeometricPrimitiveProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.complexes   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type GeometricPrimitiveProperty
 GeometricPrimitivePropertyType GMLMarshaller.marshalGeometricPrimitiveProperty(GeometricPrimitiveProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return GeometricPrimitiveProperty
 GeometricPrimitiveProperty GMLUnmarshaller.unmarshalGeometricPrimitiveProperty(GeometricPrimitivePropertyType src)
           
 

Uses of GeometricPrimitiveProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return GeometricPrimitiveProperty
 GeometricPrimitiveProperty GMLFactory.createGeometricPrimitiveProperty()
           
 GeometricPrimitiveProperty GMLFactory.createGeometricPrimitiveProperty(AbstractGeometricPrimitive abstractGeometricPrimitive)
           
 GeometricPrimitiveProperty GMLFactory.createGeometricPrimitiveProperty(java.lang.String xlink)
           
 

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

Methods in org.citygml4j.impl.gml.geometry.complexes that return types with arguments of type GeometricPrimitiveProperty
 java.util.List<GeometricPrimitiveProperty> GeometricComplexImpl.getElement()
           
 

Methods in org.citygml4j.impl.gml.geometry.complexes with parameters of type GeometricPrimitiveProperty
 void GeometricComplexImpl.addElement(GeometricPrimitiveProperty element)
           
 boolean GeometricComplexImpl.unsetElement(GeometricPrimitiveProperty element)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.complexes with type arguments of type GeometricPrimitiveProperty
 void GeometricComplexImpl.setElement(java.util.List<GeometricPrimitiveProperty> element)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement GeometricPrimitiveProperty
 class GeometricPrimitivePropertyImpl
           
 

Uses of GeometricPrimitiveProperty in org.citygml4j.model.gml.geometry.complexes
 

Methods in org.citygml4j.model.gml.geometry.complexes that return types with arguments of type GeometricPrimitiveProperty
 java.util.List<GeometricPrimitiveProperty> GeometricComplex.getElement()
           
 

Methods in org.citygml4j.model.gml.geometry.complexes with parameters of type GeometricPrimitiveProperty
 void GeometricComplex.addElement(GeometricPrimitiveProperty element)
           
 boolean GeometricComplex.unsetElement(GeometricPrimitiveProperty element)
           
 

Method parameters in org.citygml4j.model.gml.geometry.complexes with type arguments of type GeometricPrimitiveProperty
 void GeometricComplex.setElement(java.util.List<GeometricPrimitiveProperty> element)