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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractRingType
 void GMLMarshaller.marshalAbstractRing(AbstractRing src, AbstractRingType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractRingType
 void GMLUnmarshaller.unmarshalAbstractRing(AbstractRingType src, AbstractRing dest)
           
 

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

Subclasses of AbstractRingType in org.citygml4j.jaxb.gml._3_1_1
 class LinearRingType
          A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.
 class RingType
          A Ring is used to represent a single connected component of a surface boundary.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractRingType
 javax.xml.bind.JAXBElement<AbstractRingType> ObjectFactory.create_Ring(AbstractRingType value)
          Create an instance of JAXBElement<AbstractRingType>}
 javax.xml.bind.JAXBElement<? extends AbstractRingType> AbstractRingPropertyType.get_Ring()
          Gets the value of the _Ring property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractRingType
 void AbstractRingPropertyType.set_Ring(javax.xml.bind.JAXBElement<? extends AbstractRingType> value)
          Sets the value of the _Ring property.