Uses of Interface
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.factory   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.gml.geometry.aggregates   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.impl.gml.grids   
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.factory
 

Methods in org.citygml4j.factory that return PointProperty
 PointProperty GMLFactory.createPointProperty()
           
 PointProperty GMLFactory.createPointProperty(Point point)
           
 PointProperty GMLFactory.createPointProperty(java.lang.String xlink)
           
 

Methods in org.citygml4j.factory with parameters of type PointProperty
 GeometricPositionGroup GMLFactory.createGeometricPositionGroup(PointProperty pointProperty)
           
 PosOrPointPropertyOrPointRep GMLFactory.createPosOrPointPropertyOrPointRep(PointProperty pointProperty)
           
 PosOrPointPropertyOrPointRepOrCoord GMLFactory.createPosOrPointPropertyOrPointRepOrCoord(PointProperty pointProperty)
           
 

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

Methods in org.citygml4j.impl.citygml.appearance that return PointProperty
 PointProperty GeoreferencedTextureImpl.getReferencePoint()
           
 

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

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

Methods in org.citygml4j.impl.citygml.core that return PointProperty
 PointProperty ImplicitGeometryImpl.getReferencePoint()
           
 

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

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

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

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

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

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement PointProperty
 class PointPropertyImpl
           
 class PointRepImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return PointProperty
 PointProperty PosOrPointPropertyOrPointRepOrCoordImpl.getPointProperty()
           
 PointProperty PosOrPointPropertyOrPointRepImpl.getPointProperty()
           
 PointProperty GeometricPositionGroupImpl.getPointProperty()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type PointProperty
 void LineStringSegmentImpl.addPointProperty(PointProperty pointProperty)
           
 void LineStringImpl.addPointProperty(PointProperty pointProperty)
           
 void LinearRingImpl.addPointProperty(PointProperty pointProperty)
           
 void PosOrPointPropertyOrPointRepOrCoordImpl.setPointProperty(PointProperty pointProperty)
           
 void PosOrPointPropertyOrPointRepImpl.setPointProperty(PointProperty pointProperty)
           
 void GeometricPositionGroupImpl.setPointProperty(PointProperty pointProperty)
           
 boolean LineStringSegmentImpl.unsetPointProperty(PointProperty pointProperty)
           
 boolean LineStringImpl.unsetPointProperty(PointProperty pointProperty)
           
 boolean LinearRingImpl.unsetPointProperty(PointProperty pointProperty)
           
 

Constructors in org.citygml4j.impl.gml.geometry.primitives with parameters of type PointProperty
GeometricPositionGroupImpl(PointProperty pointProperty)
           
PosOrPointPropertyOrPointRepImpl(PointProperty pointProperty)
           
PosOrPointPropertyOrPointRepOrCoordImpl(PointProperty pointProperty)
           
 

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

Methods in org.citygml4j.impl.gml.grids that return PointProperty
 PointProperty RectifiedGridImpl.getOrigin()
           
 

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

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
 

Subinterfaces of PointProperty in org.citygml4j.model.gml.geometry.primitives
 interface 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)
           
 

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)