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

Packages that use GridEnvelope
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.grids   
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.factory
 

Methods in org.citygml4j.factory that return GridEnvelope
 GridEnvelope GMLFactory.createGridEnvelope()
           
 

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

Classes in org.citygml4j.impl.gml.grids that implement GridEnvelope
 class GridEnvelopeImpl
           
 

Methods in org.citygml4j.impl.gml.grids that return GridEnvelope
 GridEnvelope GridLimitsImpl.getGridEnvelope()
           
 

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

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)