org.citygml4j.model.gml.geometry.primitives
Interface GeometricPositionGroup
- All Superinterfaces:
- Child, Copyable, GML, ModelObject
- All Known Implementing Classes:
- GeometricPositionGroupImpl
public interface GeometricPositionGroup
- extends GML, Child, Copyable
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getPos
DirectPosition getPos()
getPointProperty
PointProperty getPointProperty()
isSetPos
boolean isSetPos()
isSetPointProperty
boolean isSetPointProperty()
toList3d
java.util.List<java.lang.Double> toList3d()
setPos
void setPos(DirectPosition pos)
setPointProperty
void setPointProperty(PointProperty pointProperty)
unsetPos
void unsetPos()
unsetPointProperty
void unsetPointProperty()