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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return PointType
 PointType GMLMarshaller.marshalPoint(Point src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type PointType
 Point GMLUnmarshaller.unmarshalPoint(PointType src)
           
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return PointType
 PointType ObjectFactory.createPointType()
          Create an instance of PointType
 PointType PointPropertyType.getPoint()
          Gets the value of the point property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type PointType
 javax.xml.bind.JAXBElement<PointType> ObjectFactory.createPoint(PointType value)
          Create an instance of JAXBElement<PointType>}
 java.util.List<PointType> PointArrayPropertyType.getPoint()
          Gets the value of the point property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PointType
 javax.xml.bind.JAXBElement<PointType> ObjectFactory.createPoint(PointType value)
          Create an instance of JAXBElement<PointType>}
 void PointPropertyType.setPoint(PointType value)
          Sets the value of the point property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type PointType
 void PointArrayPropertyType.setPoint(java.util.List<PointType> point)
          Sets the value of the point property.