Class PosOrPointPropertyOrPointRep
- java.lang.Object
-
- org.citygml4j.model.gml.geometry.primitives.PosOrPointPropertyOrPointRep
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GML
public class PosOrPointPropertyOrPointRep extends java.lang.Object implements GML, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PosOrPointPropertyOrPointRep()
PosOrPointPropertyOrPointRep(DirectPosition pos)
PosOrPointPropertyOrPointRep(PointProperty pointProperty)
PosOrPointPropertyOrPointRep(PointRep pointRep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
GMLClass
getGMLClass()
ModelObject
getParent()
PointProperty
getPointProperty()
PointRep
getPointRep()
DirectPosition
getPos()
boolean
isSetParent()
boolean
isSetPointProperty()
boolean
isSetPointRep()
boolean
isSetPos()
void
setParent(ModelObject parent)
void
setPointProperty(PointProperty pointProperty)
void
setPointRep(PointRep pointRep)
void
setPos(DirectPosition pos)
java.util.List<java.lang.Double>
toList3d()
void
unsetParent()
void
unsetPointProperty()
void
unsetPointRep()
void
unsetPos()
-
-
-
Constructor Detail
-
PosOrPointPropertyOrPointRep
public PosOrPointPropertyOrPointRep()
-
PosOrPointPropertyOrPointRep
public PosOrPointPropertyOrPointRep(DirectPosition pos)
-
PosOrPointPropertyOrPointRep
public PosOrPointPropertyOrPointRep(PointProperty pointProperty)
-
PosOrPointPropertyOrPointRep
public PosOrPointPropertyOrPointRep(PointRep pointRep)
-
-
Method Detail
-
getPointProperty
public PointProperty getPointProperty()
-
getPointRep
public PointRep getPointRep()
-
getPos
public DirectPosition getPos()
-
isSetPointProperty
public boolean isSetPointProperty()
-
isSetPointRep
public boolean isSetPointRep()
-
isSetPos
public boolean isSetPos()
-
setPos
public void setPos(DirectPosition pos)
-
setPointProperty
public void setPointProperty(PointProperty pointProperty)
-
setPointRep
public void setPointRep(PointRep pointRep)
-
toList3d
public java.util.List<java.lang.Double> toList3d()
-
unsetPointProperty
public void unsetPointProperty()
-
unsetPointRep
public void unsetPointRep()
-
unsetPos
public void unsetPos()
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
-