org.citygml4j.impl.gml.geometry.primitives
Class CoordImpl
java.lang.Object
org.citygml4j.impl.gml.geometry.primitives.CoordImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, Coord, GML
public class CoordImpl
- extends java.lang.Object
- implements Coord
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoordImpl
public CoordImpl()
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
getX
public java.lang.Double getX()
- Specified by:
getX
in interface Coord
getY
public java.lang.Double getY()
- Specified by:
getY
in interface Coord
getZ
public java.lang.Double getZ()
- Specified by:
getZ
in interface Coord
isSetX
public boolean isSetX()
- Specified by:
isSetX
in interface Coord
isSetY
public boolean isSetY()
- Specified by:
isSetY
in interface Coord
isSetZ
public boolean isSetZ()
- Specified by:
isSetZ
in interface Coord
setX
public void setX(java.lang.Double x)
- Specified by:
setX
in interface Coord
setY
public void setY(java.lang.Double y)
- Specified by:
setY
in interface Coord
setZ
public void setZ(java.lang.Double z)
- Specified by:
setZ
in interface Coord
toList3d
public java.util.List<java.lang.Double> toList3d()
- Specified by:
toList3d
in interface Coord
unsetX
public void unsetX()
- Specified by:
unsetX
in interface Coord
unsetY
public void unsetY()
- Specified by:
unsetY
in interface Coord
unsetZ
public void unsetZ()
- Specified by:
unsetZ
in interface Coord
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
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