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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return LineStringPropertyType
 LineStringPropertyType GMLMarshaller.marshalLineStringProperty(LineStringProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type LineStringPropertyType
 LineStringProperty GMLUnmarshaller.unmarshalLineStringProperty(LineStringPropertyType src)
           
 

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type LineStringPropertyType
 javax.xml.bind.JAXBElement<LineStringPropertyType> ObjectFactory.createLineStringMember(LineStringPropertyType value)
          Create an instance of JAXBElement<LineStringPropertyType>}
 javax.xml.bind.JAXBElement<LineStringPropertyType> ObjectFactory.createLineStringProperty(LineStringPropertyType value)
          Create an instance of JAXBElement<LineStringPropertyType>}
 java.util.List<LineStringPropertyType> MultiLineStringType.getLineStringMember()
          Gets the value of the lineStringMember property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type LineStringPropertyType
 void MultiLineStringType.setLineStringMember(java.util.List<LineStringPropertyType> lineStringMember)
          Sets the value of the lineStringMember property.