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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return GridEnvelopeType
 GridEnvelopeType GMLMarshaller.marshalGridEnvelope(GridEnvelope src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type GridEnvelopeType
 GridEnvelope GMLUnmarshaller.unmarshalGridEnvelope(GridEnvelopeType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return GridEnvelopeType
 GridEnvelopeType ObjectFactory.createGridEnvelopeType()
          Create an instance of GridEnvelopeType
 GridEnvelopeType GridLimitsType.getGridEnvelope()
          Gets the value of the gridEnvelope property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type GridEnvelopeType
 void GridLimitsType.setGridEnvelope(GridEnvelopeType value)
          Sets the value of the gridEnvelope property.