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.IntAttributeType |
Generics200Marshaller.marshalIntAttribute(IntAttribute src) |
net.opengis.citygml.generics._1.IntAttributeType |
Generics100Marshaller.marshalIntAttribute(IntAttribute src) |
void |
Generics200Marshaller.marshalIntAttribute(IntAttribute src,
net.opengis.citygml.generics._2.IntAttributeType dest) |
void |
Generics100Marshaller.marshalIntAttribute(IntAttribute src,
net.opengis.citygml.generics._1.IntAttributeType dest) |
Modifier and Type | Method and Description |
---|---|
IntAttribute |
Generics200Unmarshaller.unmarshalIntAttribute(net.opengis.citygml.generics._2.IntAttributeType src) |
IntAttribute |
Generics100Unmarshaller.unmarshalIntAttribute(net.opengis.citygml.generics._1.IntAttributeType src) |
Modifier and Type | Method and Description |
---|---|
void |
Generics200Unmarshaller.unmarshalIntAttribute(net.opengis.citygml.generics._2.IntAttributeType src,
IntAttribute dest) |
void |
Generics100Unmarshaller.unmarshalIntAttribute(net.opengis.citygml.generics._1.IntAttributeType src,
IntAttribute dest) |