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
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
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()