Uses of Class
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.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.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)
           
 

Constructors in org.citygml4j.model.gml.feature with parameters of type Envelope
BoundingShape(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()