org.citygml4j.impl.gml.valueObjects
Class QuantityExtentImpl
java.lang.Object
org.citygml4j.impl.gml.basicTypes.DoubleOrNullListImpl
org.citygml4j.impl.gml.basicTypes.MeasureOrNullListImpl
org.citygml4j.impl.gml.valueObjects.QuantityExtentImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, DoubleOrNullList, MeasureOrNullList, GML, QuantityExtent
public class QuantityExtentImpl
- extends MeasureOrNullListImpl
- implements QuantityExtent
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuantityExtentImpl
public QuantityExtentImpl()
addDoubleOrNull
public void addDoubleOrNull(DoubleOrNull doubleOrNull)
- Specified by:
addDoubleOrNull
in interface DoubleOrNullList
- Overrides:
addDoubleOrNull
in class DoubleOrNullListImpl
setDoubleOrNull
public void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
- Specified by:
setDoubleOrNull
in interface DoubleOrNullList
- Overrides:
setDoubleOrNull
in class DoubleOrNullListImpl
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class MeasureOrNullListImpl
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
- Overrides:
copy
in class MeasureOrNullListImpl
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class MeasureOrNullListImpl