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


Method Summary
 PointProperty getPointProperty()
           
 DirectPosition getPos()
           
 boolean isSetPointProperty()
           
 boolean isSetPos()
           
 void setPointProperty(PointProperty pointProperty)
           
 void setPos(DirectPosition pos)
           
 java.util.List<java.lang.Double> toList3d()
           
 void unsetPointProperty()
           
 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()

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()