org.citygml4j.impl.gml.geometry.primitives
Class PosOrPointPropertyOrPointRepImpl
java.lang.Object
org.citygml4j.impl.gml.geometry.primitives.PosOrPointPropertyOrPointRepImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, PosOrPointPropertyOrPointRep, GML
public class PosOrPointPropertyOrPointRepImpl
- extends java.lang.Object
- implements PosOrPointPropertyOrPointRep
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PosOrPointPropertyOrPointRepImpl
public PosOrPointPropertyOrPointRepImpl()
PosOrPointPropertyOrPointRepImpl
public PosOrPointPropertyOrPointRepImpl(DirectPosition pos)
PosOrPointPropertyOrPointRepImpl
public PosOrPointPropertyOrPointRepImpl(PointProperty pointProperty)
PosOrPointPropertyOrPointRepImpl
public PosOrPointPropertyOrPointRepImpl(PointRep pointRep)
getPointProperty
public PointProperty getPointProperty()
- Specified by:
getPointProperty
in interface PosOrPointPropertyOrPointRep
getPointRep
public PointRep getPointRep()
- Specified by:
getPointRep
in interface PosOrPointPropertyOrPointRep
getPos
public DirectPosition getPos()
- Specified by:
getPos
in interface PosOrPointPropertyOrPointRep
isSetPointProperty
public boolean isSetPointProperty()
- Specified by:
isSetPointProperty
in interface PosOrPointPropertyOrPointRep
isSetPointRep
public boolean isSetPointRep()
- Specified by:
isSetPointRep
in interface PosOrPointPropertyOrPointRep
isSetPos
public boolean isSetPos()
- Specified by:
isSetPos
in interface PosOrPointPropertyOrPointRep
setPos
public void setPos(DirectPosition pos)
- Specified by:
setPos
in interface PosOrPointPropertyOrPointRep
setPointProperty
public void setPointProperty(PointProperty pointProperty)
- Specified by:
setPointProperty
in interface PosOrPointPropertyOrPointRep
setPointRep
public void setPointRep(PointRep pointRep)
- Specified by:
setPointRep
in interface PosOrPointPropertyOrPointRep
toList3d
public java.util.List<java.lang.Double> toList3d()
- Specified by:
toList3d
in interface PosOrPointPropertyOrPointRep
unsetPointProperty
public void unsetPointProperty()
- Specified by:
unsetPointProperty
in interface PosOrPointPropertyOrPointRep
unsetPointRep
public void unsetPointRep()
- Specified by:
unsetPointRep
in interface PosOrPointPropertyOrPointRep
unsetPos
public void unsetPos()
- Specified by:
unsetPos
in interface PosOrPointPropertyOrPointRep
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable