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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return RingType
 RingType GMLMarshaller.marshalRing(Ring src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type RingType
 Ring GMLUnmarshaller.unmarshalRing(RingType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return RingType
 RingType ObjectFactory.createRingType()
          Create an instance of RingType
 RingType RingPropertyType.getRing()
          Ruft den Wert der ring-Eigenschaft ab.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type RingType
 javax.xml.bind.JAXBElement<RingType> ObjectFactory.createRing(RingType value)
          Create an instance of JAXBElement<RingType>}
 void RingPropertyType.setRing(RingType value)
          Legt den Wert der ring-Eigenschaft fest.