Uses of Class
org.citygml4j.geometry.BoundingBox

Packages that use BoundingBox
org.citygml4j.factory   
org.citygml4j.geometry   
org.citygml4j.impl.gml.feature   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.complexes   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.impl.gml.grids   
org.citygml4j.model.gml.feature   
org.citygml4j.model.gml.geometry   
org.citygml4j.model.gml.geometry.primitives   
 

Uses of BoundingBox in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type BoundingBox
 BoundingShape GMLFactory.createBoundingShape(BoundingBox boundingBox)
           
 Envelope GMLFactory.createEnvelope(BoundingBox boundingBox)
           
 

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.impl.gml.feature
 

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

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

Methods in org.citygml4j.impl.gml.geometry.aggregates that return BoundingBox
 BoundingBox MultiSurfaceImpl.calcBoundingBox()
           
 BoundingBox MultiSolidImpl.calcBoundingBox()
           
 BoundingBox MultiPolygonImpl.calcBoundingBox()
           
 BoundingBox MultiPointImpl.calcBoundingBox()
           
 BoundingBox MultiLineStringImpl.calcBoundingBox()
           
 BoundingBox MultiCurveImpl.calcBoundingBox()
           
 

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

Methods in org.citygml4j.impl.gml.geometry.complexes that return BoundingBox
 BoundingBox GeometricComplexImpl.calcBoundingBox()
           
 BoundingBox CompositeSurfaceImpl.calcBoundingBox()
           
 BoundingBox CompositeSolidImpl.calcBoundingBox()
           
 BoundingBox CompositeCurveImpl.calcBoundingBox()
           
 

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

Methods in org.citygml4j.impl.gml.geometry.primitives that return BoundingBox
 BoundingBox TriangleImpl.calcBoundingBox()
           
 BoundingBox TinImpl.calcBoundingBox()
           
 BoundingBox SurfaceImpl.calcBoundingBox()
           
 BoundingBox SolidImpl.calcBoundingBox()
           
 BoundingBox RingImpl.calcBoundingBox()
           
 BoundingBox RectangleImpl.calcBoundingBox()
           
 BoundingBox PolygonImpl.calcBoundingBox()
           
 BoundingBox PointImpl.calcBoundingBox()
           
 BoundingBox OrientableSurfaceImpl.calcBoundingBox()
           
 BoundingBox OrientableCurveImpl.calcBoundingBox()
           
 BoundingBox LineStringSegmentImpl.calcBoundingBox()
           
 BoundingBox LineStringImpl.calcBoundingBox()
           
 BoundingBox LinearRingImpl.calcBoundingBox()
           
 BoundingBox CurveImpl.calcBoundingBox()
           
 BoundingBox EnvelopeImpl.toBoundingBox()
           
 

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

Methods in org.citygml4j.impl.gml.grids that return BoundingBox
 BoundingBox RectifiedGridImpl.calcBoundingBox()
           
 BoundingBox GridImpl.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)
           
 

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

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

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

Methods in org.citygml4j.model.gml.geometry.primitives that return BoundingBox
 BoundingBox AbstractSurfacePatch.calcBoundingBox()
           
 BoundingBox AbstractCurveSegment.calcBoundingBox()
           
 BoundingBox Envelope.toBoundingBox()