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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type GridLimits
 GridLimitsType GMLMarshaller.marshalGridLimits(GridLimits src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return GridLimits
 GridLimits GMLUnmarshaller.unmarshalGridLimits(GridLimitsType src)
           
 

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

Methods in org.citygml4j.model.gml.grids that return GridLimits
 GridLimits Grid.getLimits()
           
 

Methods in org.citygml4j.model.gml.grids with parameters of type GridLimits
 void Grid.setLimits(GridLimits limits)