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

All Superinterfaces:
Child, Copyable, GML, ModelObject
All Known Implementing Classes:
PosOrPointPropertyOrPointRepImpl

public interface PosOrPointPropertyOrPointRep
extends GML, Child, Copyable


Method Summary
 PointProperty getPointProperty()
           
 PointRep getPointRep()
           
 DirectPosition getPos()
           
 boolean isSetPointProperty()
           
 boolean isSetPointRep()
           
 boolean isSetPos()
           
 void setPointProperty(PointProperty pointProperty)
           
 void setPointRep(PointRep pointRep)
           
 void setPos(DirectPosition pos)
           
 java.util.List<java.lang.Double> toList3d()
           
 void unsetPointProperty()
           
 void unsetPointRep()
           
 void unsetPos()
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getPos

DirectPosition getPos()

getPointProperty

PointProperty getPointProperty()

getPointRep

PointRep getPointRep()

isSetPos

boolean isSetPos()

isSetPointProperty

boolean isSetPointProperty()

isSetPointRep

boolean isSetPointRep()

toList3d

java.util.List<java.lang.Double> toList3d()

setPos

void setPos(DirectPosition pos)

setPointProperty

void setPointProperty(PointProperty pointProperty)

setPointRep

void setPointRep(PointRep pointRep)

unsetPos

void unsetPos()

unsetPointProperty

void unsetPointProperty()

unsetPointRep

void unsetPointRep()