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

Packages that use PointRep
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.factory   
org.citygml4j.impl.gml.geometry.primitives   
org.citygml4j.model.gml.geometry.primitives   
 

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

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

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

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

Uses of PointRep in org.citygml4j.factory
 

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

Methods in org.citygml4j.factory with parameters of type PointRep
 PosOrPointPropertyOrPointRep GMLFactory.createPosOrPointPropertyOrPointRep(PointRep pointRep)
           
 PosOrPointPropertyOrPointRepOrCoord GMLFactory.createPosOrPointPropertyOrPointRepOrCoord(PointRep pointRep)
           
 

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

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

Methods in org.citygml4j.impl.gml.geometry.primitives that return PointRep
 PointRep PosOrPointPropertyOrPointRepOrCoordImpl.getPointRep()
           
 PointRep PosOrPointPropertyOrPointRepImpl.getPointRep()
           
 

Methods in org.citygml4j.impl.gml.geometry.primitives with parameters of type PointRep
 void LineStringSegmentImpl.addPointRep(PointRep pointRep)
           
 void LineStringImpl.addPointRep(PointRep pointRep)
           
 void LinearRingImpl.addPointRep(PointRep pointRep)
           
 void PosOrPointPropertyOrPointRepOrCoordImpl.setPointRep(PointRep pointRep)
           
 void PosOrPointPropertyOrPointRepImpl.setPointRep(PointRep pointRep)
           
 boolean LineStringSegmentImpl.unsetPointRep(PointRep pointRep)
           
 boolean LineStringImpl.unsetPointRep(PointRep pointRep)
           
 boolean LinearRingImpl.unsetPointRep(PointRep pointRep)
           
 

Constructors in org.citygml4j.impl.gml.geometry.primitives with parameters of type PointRep
PosOrPointPropertyOrPointRepImpl(PointRep pointRep)
           
PosOrPointPropertyOrPointRepOrCoordImpl(PointRep pointRep)
           
 

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

Methods in org.citygml4j.model.gml.geometry.primitives that return PointRep
 PointRep PosOrPointPropertyOrPointRepOrCoord.getPointRep()
           
 PointRep PosOrPointPropertyOrPointRep.getPointRep()
           
 

Methods in org.citygml4j.model.gml.geometry.primitives with parameters of type PointRep
 void LineStringSegment.addPointRep(PointRep pointRep)
           
 void LineString.addPointRep(PointRep pointRep)
           
 void LinearRing.addPointRep(PointRep pointRep)
           
 void PosOrPointPropertyOrPointRepOrCoord.setPointRep(PointRep pointRep)
           
 void PosOrPointPropertyOrPointRep.setPointRep(PointRep pointRep)
           
 boolean LineStringSegment.unsetPointRep(PointRep pointRep)
           
 boolean LineString.unsetPointRep(PointRep pointRep)
           
 boolean LinearRing.unsetPointRep(PointRep pointRep)