Uses of Interface
org.citygml4j.model.gml.geometry.primitives.PosOrPointPropertyOrPointRep

Packages that use PosOrPointPropertyOrPointRep
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.primitives   
 

Uses of PosOrPointPropertyOrPointRep in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return PosOrPointPropertyOrPointRep
 PosOrPointPropertyOrPointRep GMLFactory.createPosOrPointPropertyOrPointRep()
           
 PosOrPointPropertyOrPointRep GMLFactory.createPosOrPointPropertyOrPointRep(DirectPosition pos)
           
 PosOrPointPropertyOrPointRep GMLFactory.createPosOrPointPropertyOrPointRep(PointProperty pointProperty)
           
 PosOrPointPropertyOrPointRep GMLFactory.createPosOrPointPropertyOrPointRep(PointRep pointRep)
           
 

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

Classes in org.citygml4j.impl.gml.geometry.primitives that implement PosOrPointPropertyOrPointRep
 class PosOrPointPropertyOrPointRepImpl
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives that return types with arguments of type PosOrPointPropertyOrPointRep
 java.util.List<PosOrPointPropertyOrPointRep> LineStringSegmentImpl.getPosOrPointPropertyOrPointRep()
           
 java.util.List<PosOrPointPropertyOrPointRep> LinearRingImpl.getPosOrPointPropertyOrPointRep()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type PosOrPointPropertyOrPointRep
 void LineStringSegmentImpl.addControlPoint(PosOrPointPropertyOrPointRep controlPoint)
           
 void LinearRingImpl.addControlPoint(PosOrPointPropertyOrPointRep controlPoint)
           
 boolean LineStringSegmentImpl.unsetPosOrPointPropertyOrPointRep(PosOrPointPropertyOrPointRep controlPoint)
           
 boolean LinearRingImpl.unsetPosOrPointPropertyOrPointRep(PosOrPointPropertyOrPointRep controlPoint)
           
 

Method parameters in org.citygml4j.impl.gml.geometry.primitives with type arguments of type PosOrPointPropertyOrPointRep
 void LineStringSegmentImpl.setPosOrPointPropertyOrPointRep(java.util.List<PosOrPointPropertyOrPointRep> controlPoints)
           
 void LinearRingImpl.setPosOrPointPropertyOrPointRep(java.util.List<PosOrPointPropertyOrPointRep> controlPoints)
           
 

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

Methods in org.citygml4j.model.gml.geometry.primitives that return types with arguments of type PosOrPointPropertyOrPointRep
 java.util.List<PosOrPointPropertyOrPointRep> LineStringSegment.getPosOrPointPropertyOrPointRep()
           
 java.util.List<PosOrPointPropertyOrPointRep> LinearRing.getPosOrPointPropertyOrPointRep()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type PosOrPointPropertyOrPointRep
 void LineStringSegment.addControlPoint(PosOrPointPropertyOrPointRep controlPoint)
           
 void LinearRing.addControlPoint(PosOrPointPropertyOrPointRep controlPoint)
           
 boolean LineStringSegment.unsetPosOrPointPropertyOrPointRep(PosOrPointPropertyOrPointRep controlPoint)
           
 boolean LinearRing.unsetPosOrPointPropertyOrPointRep(PosOrPointPropertyOrPointRep controlPoint)
           
 

Method parameters in org.citygml4j.model.gml.geometry.primitives with type arguments of type PosOrPointPropertyOrPointRep
 void LineStringSegment.setPosOrPointPropertyOrPointRep(java.util.List<PosOrPointPropertyOrPointRep> controlPoints)
           
 void LinearRing.setPosOrPointPropertyOrPointRep(java.util.List<PosOrPointPropertyOrPointRep> controlPoints)