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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type Envelope
 EnvelopeType GMLMarshaller.marshalEnvelope(Envelope src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return Envelope
 Envelope GMLUnmarshaller.unmarshalEnvelope(EnvelopeType src)
           
 

Uses of Envelope in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Envelope
 Envelope GMLFactory.createEnvelope()
           
 Envelope GMLFactory.createEnvelope(BoundingBox boundingBox)
           
 

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

Uses of Envelope in org.citygml4j.impl.gml.feature
 

Methods in org.citygml4j.impl.gml.feature that return Envelope
 Envelope BoundingShapeImpl.getEnvelope()
           
 

Methods in org.citygml4j.impl.gml.feature with parameters of type Envelope
 void BoundingShapeImpl.setEnvelope(Envelope envelope)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement Envelope
 class EnvelopeImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return Envelope
 Envelope EnvelopeImpl.convert3d()
           
 

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

Methods in org.citygml4j.model.gml.feature that return Envelope
 Envelope BoundingShape.getEnvelope()
           
 

Methods in org.citygml4j.model.gml.feature with parameters of type Envelope
 void BoundingShape.setEnvelope(Envelope envelope)
           
 

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

Methods in org.citygml4j.model.gml.geometry.primitives that return Envelope
 Envelope Envelope.convert3d()