Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.gml | |
org.citygml4j.builder.jaxb.unmarshal.gml | |
org.citygml4j.model.citygml.building | |
org.citygml4j.model.gml.valueObjects |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.MeasureOrNullListType |
GMLMarshaller.marshalMeasureOrNullList(MeasureOrNullList src) |
void |
GMLMarshaller.marshalMeasureOrNullList(MeasureOrNullList src,
net.opengis.gml.MeasureOrNullListType dest) |
Modifier and Type | Method and Description |
---|---|
MeasureOrNullList |
GMLUnmarshaller.unmarshalMeasureOrNullList(net.opengis.gml.MeasureOrNullListType src) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalMeasureOrNullList(net.opengis.gml.MeasureOrNullListType src,
MeasureOrNullList dest) |
Modifier and Type | Method and Description |
---|---|
MeasureOrNullList |
AbstractBuilding.getStoreyHeightsAboveGround() |
MeasureOrNullList |
AbstractBuilding.getStoreyHeightsBelowGround() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBuilding.setStoreyHeightsAboveGround(MeasureOrNullList storeyHeightsAboveGround) |
void |
AbstractBuilding.setStoreyHeightsBelowGround(MeasureOrNullList storeyHeightsBelowGround) |
Modifier and Type | Class and Description |
---|---|
class |
QuantityExtent |
Modifier and Type | Method and Description |
---|---|
MeasureOrNullList |
ScalarValueList.getQuantityList() |
Modifier and Type | Method and Description |
---|---|
void |
ScalarValueList.setQuantityList(MeasureOrNullList quantityList) |
Constructor and Description |
---|
ScalarValueList(MeasureOrNullList quantityList) |