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.DateAttributeType |
Generics200Marshaller.marshalDateAttribute(DateAttribute src) |
net.opengis.citygml.generics._1.DateAttributeType |
Generics100Marshaller.marshalDateAttribute(DateAttribute src) |
void |
Generics200Marshaller.marshalDateAttribute(DateAttribute src,
net.opengis.citygml.generics._2.DateAttributeType dest) |
void |
Generics100Marshaller.marshalDateAttribute(DateAttribute src,
net.opengis.citygml.generics._1.DateAttributeType dest) |
Modifier and Type | Method and Description |
---|---|
DateAttribute |
Generics200Unmarshaller.unmarshalDateAttribute(net.opengis.citygml.generics._2.DateAttributeType src) |
DateAttribute |
Generics100Unmarshaller.unmarshalDateAttribute(net.opengis.citygml.generics._1.DateAttributeType src) |
Modifier and Type | Method and Description |
---|---|
void |
Generics200Unmarshaller.unmarshalDateAttribute(net.opengis.citygml.generics._2.DateAttributeType src,
DateAttribute dest) |
void |
Generics100Unmarshaller.unmarshalDateAttribute(net.opengis.citygml.generics._1.DateAttributeType src,
DateAttribute dest) |