Package org.citygml4j.model.gml.coverage
Class DataBlock
- java.lang.Object
-
- org.citygml4j.model.gml.coverage.DataBlock
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GML
public class DataBlock extends java.lang.Object implements GML, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataBlock()
-
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)
DoubleOrNullList
getDoubleOrNullTupleList()
GMLClass
getGMLClass()
ModelObject
getParent()
RangeParameters
getRangeParameters()
Coordinates
getTupleList()
boolean
isSetDoubleOrNullTupleList()
boolean
isSetParent()
boolean
isSetRangeParameters()
boolean
isSetTupleList()
void
setDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)
void
setParent(ModelObject parent)
void
setRangeParameters(RangeParameters rangeParameters)
void
setTupleList(Coordinates tupleList)
void
unsetDoubleOrNullTupleList()
void
unsetParent()
void
unsetRangeParameters()
void
unsetTupleList()
-
-
-
Method Detail
-
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interfaceGML
-
getRangeParameters
public RangeParameters getRangeParameters()
-
getTupleList
public Coordinates getTupleList()
-
getDoubleOrNullTupleList
public DoubleOrNullList getDoubleOrNullTupleList()
-
isSetRangeParameters
public boolean isSetRangeParameters()
-
isSetTupleList
public boolean isSetTupleList()
-
isSetDoubleOrNullTupleList
public boolean isSetDoubleOrNullTupleList()
-
setRangeParameters
public void setRangeParameters(RangeParameters rangeParameters)
-
setTupleList
public void setTupleList(Coordinates tupleList)
-
setDoubleOrNullTupleList
public void setDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)
-
unsetRangeParameters
public void unsetRangeParameters()
-
unsetTupleList
public void unsetTupleList()
-
unsetDoubleOrNullTupleList
public void unsetDoubleOrNullTupleList()
-
getParent
public ModelObject getParent()
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
setParent
public void setParent(ModelObject parent)
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
-