org.citygml4j.impl.gml.basicTypes
Class CoordinatesImpl
java.lang.Object
org.citygml4j.impl.gml.basicTypes.CoordinatesImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, Coordinates, GML
public class CoordinatesImpl
- extends java.lang.Object
- implements Coordinates
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoordinatesImpl
public CoordinatesImpl()
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
getCs
public java.lang.String getCs()
- Specified by:
getCs
in interface Coordinates
getDecimal
public java.lang.String getDecimal()
- Specified by:
getDecimal
in interface Coordinates
getTs
public java.lang.String getTs()
- Specified by:
getTs
in interface Coordinates
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface Coordinates
isSetCs
public boolean isSetCs()
- Specified by:
isSetCs
in interface Coordinates
isSetDecimal
public boolean isSetDecimal()
- Specified by:
isSetDecimal
in interface Coordinates
isSetTs
public boolean isSetTs()
- Specified by:
isSetTs
in interface Coordinates
isSetValue
public boolean isSetValue()
- Specified by:
isSetValue
in interface Coordinates
setCs
public void setCs(java.lang.String cs)
- Specified by:
setCs
in interface Coordinates
setDecimal
public void setDecimal(java.lang.String decimal)
- Specified by:
setDecimal
in interface Coordinates
setTs
public void setTs(java.lang.String ts)
- Specified by:
setTs
in interface Coordinates
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in interface Coordinates
toList3d
public java.util.List<java.lang.Double> toList3d()
- Specified by:
toList3d
in interface Coordinates
toList3d
public java.util.List<java.lang.Double> toList3d(boolean reverseOrder)
- Specified by:
toList3d
in interface Coordinates
unsetCs
public void unsetCs()
- Specified by:
unsetCs
in interface Coordinates
unsetDecimal
public void unsetDecimal()
- Specified by:
unsetDecimal
in interface Coordinates
unsetTs
public void unsetTs()
- Specified by:
unsetTs
in interface Coordinates
unsetValue
public void unsetValue()
- Specified by:
unsetValue
in interface Coordinates
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