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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return BoundingShapeType
 BoundingShapeType GMLMarshaller.marshalBoundingShape(BoundingShape src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type BoundingShapeType
 BoundingShape GMLUnmarshaller.unmarshalBoundingShape(BoundingShapeType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return BoundingShapeType
 BoundingShapeType ObjectFactory.createBoundingShapeType()
          Create an instance of BoundingShapeType
 BoundingShapeType AbstractFeatureType.getBoundedBy()
          Gets the value of the boundedBy property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type BoundingShapeType
 javax.xml.bind.JAXBElement<BoundingShapeType> ObjectFactory.createBoundedBy(BoundingShapeType value)
          Create an instance of JAXBElement<BoundingShapeType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type BoundingShapeType
 javax.xml.bind.JAXBElement<BoundingShapeType> ObjectFactory.createBoundedBy(BoundingShapeType value)
          Create an instance of JAXBElement<BoundingShapeType>}
 void AbstractFeatureType.setBoundedBy(BoundingShapeType value)
          Sets the value of the boundedBy property.