Uses of Class
org.citygml4j.model.gml.geometry.primitives.PointProperty

Packages that use PointProperty
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.citygml.core   
org.citygml4j.model.gml.geometry.aggregates   
org.citygml4j.model.gml.geometry.primitives   
org.citygml4j.model.gml.grids   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type PointProperty
 PointPropertyType GMLMarshaller.marshalPointProperty(PointProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return PointProperty
 PointProperty GMLUnmarshaller.unmarshalPointProperty(PointPropertyType src)
           
 

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

Uses of PointProperty in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance that return PointProperty
 PointProperty GeoreferencedTexture.getReferencePoint()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type PointProperty
 void GeoreferencedTexture.setReferencePoint(PointProperty referencePoint)
           
 

Uses of PointProperty in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return PointProperty
 PointProperty ImplicitGeometry.getReferencePoint()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type PointProperty
 void ImplicitGeometry.setReferencePoint(PointProperty referencePoint)
           
 

Uses of PointProperty in org.citygml4j.model.gml.geometry.aggregates
 

Methods in org.citygml4j.model.gml.geometry.aggregates that return types with arguments of type PointProperty
 java.util.List<PointProperty> MultiPoint.getPointMember()
           
 

Methods in org.citygml4j.model.gml.geometry.aggregates with parameters of type PointProperty
 void MultiPoint.addPointMember(PointProperty pointMember)
           
 boolean MultiPoint.unsetPointMember(PointProperty pointMember)
           
 

Method parameters in org.citygml4j.model.gml.geometry.aggregates with type arguments of type PointProperty
 void MultiPoint.setPointMember(java.util.List<PointProperty> pointMember)
           
 

Uses of PointProperty in org.citygml4j.model.gml.geometry.primitives
 

Subclasses of PointProperty in org.citygml4j.model.gml.geometry.primitives
 class PointRep
           
 

Methods in org.citygml4j.model.gml.geometry.primitives that return PointProperty
 PointProperty PosOrPointPropertyOrPointRepOrCoord.getPointProperty()
           
 PointProperty PosOrPointPropertyOrPointRep.getPointProperty()
           
 PointProperty GeometricPositionGroup.getPointProperty()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type PointProperty
 void LineStringSegment.addPointProperty(PointProperty pointProperty)
           
 void LineString.addPointProperty(PointProperty pointProperty)
           
 void LinearRing.addPointProperty(PointProperty pointProperty)
           
 void PosOrPointPropertyOrPointRepOrCoord.setPointProperty(PointProperty pointProperty)
           
 void PosOrPointPropertyOrPointRep.setPointProperty(PointProperty pointProperty)
           
 void GeometricPositionGroup.setPointProperty(PointProperty pointProperty)
           
 boolean LineStringSegment.unsetPointProperty(PointProperty pointProperty)
           
 boolean LineString.unsetPointProperty(PointProperty pointProperty)
           
 boolean LinearRing.unsetPointProperty(PointProperty pointProperty)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type PointProperty
GeometricPositionGroup(PointProperty pointProperty)
           
PosOrPointPropertyOrPointRep(PointProperty pointProperty)
           
PosOrPointPropertyOrPointRepOrCoord(PointProperty pointProperty)
           
 

Uses of PointProperty in org.citygml4j.model.gml.grids
 

Methods in org.citygml4j.model.gml.grids that return PointProperty
 PointProperty RectifiedGrid.getOrigin()
           
 

Methods in org.citygml4j.model.gml.grids with parameters of type PointProperty
 void RectifiedGrid.setOrigin(PointProperty origin)