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

Packages that use PointPropertyType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.citygml.app._1   
org.citygml4j.jaxb.citygml.core._1   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml that return PointPropertyType
 PointPropertyType GMLMarshaller.marshalPointProperty(PointProperty src)
           
 PointPropertyType GMLMarshaller.marshalPointRep(PointRep src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type PointPropertyType
 PointProperty GMLUnmarshaller.unmarshalPointProperty(PointPropertyType src)
           
 PointRep GMLUnmarshaller.unmarshalPointRep(PointPropertyType src)
           
 void GMLUnmarshaller.unmarshalPointRroperty(PointPropertyType src, PointProperty dest)
           
 

Uses of PointPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return PointPropertyType
 PointPropertyType ImplicitGeometryType.getReferencePoint()
          Gets the value of the referencePoint property.
 PointPropertyType GeoreferencedTextureType.getReferencePoint()
          Gets the value of the referencePoint property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type PointPropertyType
 void ImplicitGeometryType.setReferencePoint(PointPropertyType value)
          Sets the value of the referencePoint property.
 void GeoreferencedTextureType.setReferencePoint(PointPropertyType value)
          Sets the value of the referencePoint property.
 

Uses of PointPropertyType in org.citygml4j.jaxb.citygml.app._1
 

Methods in org.citygml4j.jaxb.citygml.app._1 that return PointPropertyType
 PointPropertyType GeoreferencedTextureType.getReferencePoint()
          Gets the value of the referencePoint property.
 

Methods in org.citygml4j.jaxb.citygml.app._1 with parameters of type PointPropertyType
 void GeoreferencedTextureType.setReferencePoint(PointPropertyType value)
          Sets the value of the referencePoint property.
 

Uses of PointPropertyType in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return PointPropertyType
 PointPropertyType ImplicitGeometryType.getReferencePoint()
          Gets the value of the referencePoint property.
 

Methods in org.citygml4j.jaxb.citygml.core._1 with parameters of type PointPropertyType
 void ImplicitGeometryType.setReferencePoint(PointPropertyType value)
          Sets the value of the referencePoint property.
 

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return PointPropertyType
 PointPropertyType ObjectFactory.createPointPropertyType()
          Create an instance of PointPropertyType
 PointPropertyType RectifiedGridType.getOrigin()
          Gets the value of the origin property.
 PointPropertyType NodeType.getPointProperty()
          Gets the value of the pointProperty property.
 PointPropertyType ArcByCenterPointType.getPointProperty()
          Gets the value of the pointProperty property.
 PointPropertyType ArcByCenterPointType.getPointRep()
          Deprecated with GML version 3.1.0.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type PointPropertyType
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createCenterOf(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createPointMember(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createPointProperty(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createPointRep(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createPosition(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 java.util.List<PointPropertyType> MultiPointType.getPointMember()
          Gets the value of the pointMember property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type PointPropertyType
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createCenterOf(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createPointMember(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createPointProperty(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createPointRep(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 javax.xml.bind.JAXBElement<PointPropertyType> ObjectFactory.createPosition(PointPropertyType value)
          Create an instance of JAXBElement<PointPropertyType>}
 void RectifiedGridType.setOrigin(PointPropertyType value)
          Sets the value of the origin property.
 void NodeType.setPointProperty(PointPropertyType value)
          Sets the value of the pointProperty property.
 void ArcByCenterPointType.setPointProperty(PointPropertyType value)
          Sets the value of the pointProperty property.
 void ArcByCenterPointType.setPointRep(PointPropertyType value)
          Sets the value of the pointRep property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type PointPropertyType
 void MultiPointType.setPointMember(java.util.List<PointPropertyType> pointMember)
          Sets the value of the pointMember property.