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

Packages that use GridLimits
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 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.factory
 

Methods in org.citygml4j.factory that return GridLimits
 GridLimits GMLFactory.createGridLimits()
           
 

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

Classes in org.citygml4j.impl.gml.grids that implement GridLimits
 class GridLimitsImpl
           
 

Methods in org.citygml4j.impl.gml.grids that return GridLimits
 GridLimits GridImpl.getLimits()
           
 

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

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)