Uses of Class
org.citygml4j.jaxb.gml._3_1_1.IndexMapType

Packages that use IndexMapType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return IndexMapType
 IndexMapType GMLMarshaller.marshalIndexMap(IndexMap src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type IndexMapType
 IndexMap GMLUnmarshaller.unmarshalIndexMap(IndexMapType src)
           
 

Uses of IndexMapType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return IndexMapType
 IndexMapType ObjectFactory.createIndexMapType()
          Create an instance of IndexMapType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type IndexMapType
 javax.xml.bind.JAXBElement<IndexMapType> ObjectFactory.createIndexMap(IndexMapType value)
          Create an instance of JAXBElement<IndexMapType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type IndexMapType
 javax.xml.bind.JAXBElement<IndexMapType> ObjectFactory.createIndexMap(IndexMapType value)
          Create an instance of JAXBElement<IndexMapType>}