Uses of Class
org.citygml4j.model.gml.grids.GridEnvelope

Packages that use GridEnvelope
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.gml.grids   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type GridEnvelope
 GridEnvelopeType GMLMarshaller.marshalGridEnvelope(GridEnvelope src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return GridEnvelope
 GridEnvelope GMLUnmarshaller.unmarshalGridEnvelope(GridEnvelopeType src)
           
 

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

Methods in org.citygml4j.model.gml.grids that return GridEnvelope
 GridEnvelope GridLimits.getGridEnvelope()
           
 

Methods in org.citygml4j.model.gml.grids with parameters of type GridEnvelope
 void GridLimits.setGridEnvelope(GridEnvelope gridEnvelope)