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

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

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)
           
 

Uses of IndexMap in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return IndexMap
 IndexMap GMLFactory.createIndexMap()
           
 

Uses of IndexMap in org.citygml4j.impl.gml.coverage
 

Classes in org.citygml4j.impl.gml.coverage that implement IndexMap
 class IndexMapImpl