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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return LinearRingType
 LinearRingType GMLMarshaller.marshalLinearRing(LinearRing src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type LinearRingType
 LinearRing GMLUnmarshaller.unmarshalLinearRing(LinearRingType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return LinearRingType
 LinearRingType ObjectFactory.createLinearRingType()
          Create an instance of LinearRingType
 LinearRingType LinearRingPropertyType.getLinearRing()
          Gets the value of the linearRing property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type LinearRingType
 javax.xml.bind.JAXBElement<LinearRingType> ObjectFactory.createLinearRing(LinearRingType value)
          Create an instance of JAXBElement<LinearRingType>}
 void LinearRingPropertyType.setLinearRing(LinearRingType value)
          Sets the value of the linearRing property.