Uses of Class
org.citygml4j.geometry.BoundingBox

Packages that use BoundingBox
org.citygml4j.geometry   
org.citygml4j.model.citygml.core   
org.citygml4j.model.gml.feature   
org.citygml4j.model.gml.geometry   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.complexes   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.model.gml.grids   
 

Uses of BoundingBox in org.citygml4j.geometry
 

Methods in org.citygml4j.geometry with parameters of type BoundingBox
 void BoundingBox.update(BoundingBox boundingBox)
           
 

Constructors in org.citygml4j.geometry with parameters of type BoundingBox
BoundingBox(BoundingBox boundingBox)
           
 

Uses of BoundingBox in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return BoundingBox
 BoundingBox ImplicitGeometry.calcBoundingBox()
           
 

Uses of BoundingBox in org.citygml4j.model.gml.feature
 

Methods in org.citygml4j.model.gml.feature with parameters of type BoundingBox
 void BoundingShape.setEnvelope(BoundingBox boundingBox)
           
 void BoundingShape.updateEnvelope(BoundingBox boundingBox)
           
 

Constructors in org.citygml4j.model.gml.feature with parameters of type BoundingBox
BoundingShape(BoundingBox boundingBox)
           
 

Uses of BoundingBox in org.citygml4j.model.gml.geometry
 

Methods in org.citygml4j.model.gml.geometry that return BoundingBox
abstract  BoundingBox AbstractGeometry.calcBoundingBox()
           
 

Uses of BoundingBox in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return BoundingBox
 BoundingBox MultiSurface.calcBoundingBox()
           
 BoundingBox MultiSolid.calcBoundingBox()
           
 BoundingBox MultiPolygon.calcBoundingBox()
           
 BoundingBox MultiPoint.calcBoundingBox()
           
 BoundingBox MultiLineString.calcBoundingBox()
           
 BoundingBox MultiGeometry.calcBoundingBox()
           
 BoundingBox MultiCurve.calcBoundingBox()
           
 

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

Methods in org.citygml4j.model.gml.geometry.complexes that return BoundingBox
 BoundingBox GeometricComplex.calcBoundingBox()
           
 BoundingBox CompositeSurface.calcBoundingBox()
           
 BoundingBox CompositeSolid.calcBoundingBox()
           
 BoundingBox CompositeCurve.calcBoundingBox()
           
 

Uses of BoundingBox in org.citygml4j.model.gml.geometry.primitives
 

Methods in org.citygml4j.model.gml.geometry.primitives that return BoundingBox
 BoundingBox Triangle.calcBoundingBox()
           
 BoundingBox Tin.calcBoundingBox()
           
 BoundingBox Surface.calcBoundingBox()
           
 BoundingBox Solid.calcBoundingBox()
           
 BoundingBox Ring.calcBoundingBox()
           
 BoundingBox Rectangle.calcBoundingBox()
           
 BoundingBox Polygon.calcBoundingBox()
           
 BoundingBox Point.calcBoundingBox()
           
 BoundingBox OrientableSurface.calcBoundingBox()
           
 BoundingBox OrientableCurve.calcBoundingBox()
           
 BoundingBox LineStringSegment.calcBoundingBox()
           
 BoundingBox LineString.calcBoundingBox()
           
 BoundingBox LinearRing.calcBoundingBox()
           
 BoundingBox Curve.calcBoundingBox()
           
abstract  BoundingBox AbstractSurfacePatch.calcBoundingBox()
           
abstract  BoundingBox AbstractCurveSegment.calcBoundingBox()
           
 BoundingBox Envelope.toBoundingBox()
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type BoundingBox
Envelope(BoundingBox boundingBox)
           
 

Uses of BoundingBox in org.citygml4j.model.gml.grids
 

Methods in org.citygml4j.model.gml.grids that return BoundingBox
 BoundingBox RectifiedGrid.calcBoundingBox()
           
 BoundingBox Grid.calcBoundingBox()