Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricAggregateType

Packages that use AbstractGeometricAggregateType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractGeometricAggregateType
 void GMLMarshaller.marshalAbstractGeometricAggregate(AbstractGeometricAggregate src, AbstractGeometricAggregateType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractGeometricAggregateType
 void GMLUnmarshaller.unmarshalAbstractGeometricAggregate(AbstractGeometricAggregateType src, AbstractGeometricAggregate dest)
           
 

Uses of AbstractGeometricAggregateType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of AbstractGeometricAggregateType in org.citygml4j.jaxb.gml._3_1_1
 class MultiCurveType
          A MultiCurve is defined by one or more Curves, referenced through curveMember elements.
 class MultiGeometryType
          A geometry collection must include one or more geometries, referenced through geometryMember elements.
 class MultiLineStringType
          A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements.
 class MultiPointType
          A MultiPoint is defined by one or more Points, referenced through pointMember elements.
 class MultiPolygonType
          A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.
 class MultiSolidType
          A MultiSolid is defined by one or more Solids, referenced through solidMember elements.
 class MultiSurfaceType
          A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractGeometricAggregateType
 javax.xml.bind.JAXBElement<AbstractGeometricAggregateType> ObjectFactory.create_GeometricAggregate(AbstractGeometricAggregateType value)
          Create an instance of JAXBElement<AbstractGeometricAggregateType>}
 javax.xml.bind.JAXBElement<? extends AbstractGeometricAggregateType> MultiGeometryPropertyType.get_GeometricAggregate()
          Gets the value of the _GeometricAggregate property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractGeometricAggregateType
 javax.xml.bind.JAXBElement<AbstractGeometricAggregateType> ObjectFactory.create_GeometricAggregate(AbstractGeometricAggregateType value)
          Create an instance of JAXBElement<AbstractGeometricAggregateType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractGeometricAggregateType
 void MultiGeometryPropertyType.set_GeometricAggregate(javax.xml.bind.JAXBElement<? extends AbstractGeometricAggregateType> value)
          Sets the value of the _GeometricAggregate property.