Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.generics | |
org.citygml4j.builder.jaxb.unmarshal.citygml.generics |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.generics._2.DoubleAttributeType |
Generics200Marshaller.marshalDoubleAttribute(DoubleAttribute src) |
net.opengis.citygml.generics._1.DoubleAttributeType |
Generics100Marshaller.marshalDoubleAttribute(DoubleAttribute src) |
void |
Generics200Marshaller.marshalDoubleAttribute(DoubleAttribute src,
net.opengis.citygml.generics._2.DoubleAttributeType dest) |
void |
Generics100Marshaller.marshalDoubleAttribute(DoubleAttribute src,
net.opengis.citygml.generics._1.DoubleAttributeType dest) |
Modifier and Type | Method and Description |
---|---|
DoubleAttribute |
Generics200Unmarshaller.unmarshalDoubleAttribute(net.opengis.citygml.generics._2.DoubleAttributeType src) |
DoubleAttribute |
Generics100Unmarshaller.unmarshalDoubleAttribute(net.opengis.citygml.generics._1.DoubleAttributeType src) |
Modifier and Type | Method and Description |
---|---|
void |
Generics200Unmarshaller.unmarshalDoubleAttribute(net.opengis.citygml.generics._2.DoubleAttributeType src,
DoubleAttribute dest) |
void |
Generics100Unmarshaller.unmarshalDoubleAttribute(net.opengis.citygml.generics._1.DoubleAttributeType src,
DoubleAttribute dest) |