Uses of Class
org.citygml4j.model.gml.coverage.IndexMap

Packages that use IndexMap
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type IndexMap
 IndexMapType GMLMarshaller.marshalIndexMap(IndexMap src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return IndexMap
 IndexMap GMLUnmarshaller.unmarshalIndexMap(IndexMapType src)