Uses of Class
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.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.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)
           
 

Constructors in org.citygml4j.model.gml.geometry.primitives with parameters of type PointRep
PosOrPointPropertyOrPointRep(PointRep pointRep)
           
PosOrPointPropertyOrPointRepOrCoord(PointRep pointRep)