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

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

public interface PosOrPointPropertyOrPointRepOrCoord
extends GML, Child, Copyable


Method Summary
 Coord getCoord()
           
 PointProperty getPointProperty()
           
 PointRep getPointRep()
           
 DirectPosition getPos()
           
 boolean isSetCoord()
           
 boolean isSetPointProperty()
           
 boolean isSetPointRep()
           
 boolean isSetPos()
           
 void setCoord(Coord coord)
           
 void setPointProperty(PointProperty pointProperty)
           
 void setPointRep(PointRep pointRep)
           
 void setPos(DirectPosition pos)
           
 java.util.List<java.lang.Double> toList3d()
           
 void unsetCoord()
           
 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()

getCoord

Coord getCoord()

isSetPos

boolean isSetPos()

isSetPointProperty

boolean isSetPointProperty()

isSetPointRep

boolean isSetPointRep()

isSetCoord

boolean isSetCoord()

toList3d

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

setPos

void setPos(DirectPosition pos)

setPointProperty

void setPointProperty(PointProperty pointProperty)

setPointRep

void setPointRep(PointRep pointRep)

setCoord

void setCoord(Coord coord)

unsetPos

void unsetPos()

unsetPointProperty

void unsetPointProperty()

unsetPointRep

void unsetPointRep()

unsetCoord

void unsetCoord()