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.StringAttributeType |
Generics200Marshaller.marshalStringAttribute(StringAttribute src) |
net.opengis.citygml.generics._1.StringAttributeType |
Generics100Marshaller.marshalStringAttribute(StringAttribute src) |
void |
Generics200Marshaller.marshalStringAttribute(StringAttribute src,
net.opengis.citygml.generics._2.StringAttributeType dest) |
void |
Generics100Marshaller.marshalStringAttribute(StringAttribute src,
net.opengis.citygml.generics._1.StringAttributeType dest) |
Modifier and Type | Method and Description |
---|---|
StringAttribute |
Generics200Unmarshaller.unmarshalStringAttribute(net.opengis.citygml.generics._2.StringAttributeType src) |
StringAttribute |
Generics100Unmarshaller.unmarshalStringAttribute(net.opengis.citygml.generics._1.StringAttributeType src) |
Modifier and Type | Method and Description |
---|---|
void |
Generics200Unmarshaller.unmarshalStringAttribute(net.opengis.citygml.generics._2.StringAttributeType src,
StringAttribute dest) |
void |
Generics100Unmarshaller.unmarshalStringAttribute(net.opengis.citygml.generics._1.StringAttributeType src,
StringAttribute dest) |