Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.xal | |
org.citygml4j.builder.jaxb.unmarshal.xal | |
org.citygml4j.model.common.visitor | |
org.citygml4j.model.xal | |
org.citygml4j.util.walker |
Modifier and Type | Method and Description |
---|---|
oasis.names.tc.ciq.xsdschema.xal._2.PostalRouteType |
XALMarshaller.marshalPostalRoute(PostalRoute src) |
Modifier and Type | Method and Description |
---|---|
PostalRoute |
XALUnmarshaller.unmarshalPostalRoute(oasis.names.tc.ciq.xsdschema.xal._2.PostalRouteType src) |
Modifier and Type | Method and Description |
---|---|
T |
XALFunctor.apply(PostalRoute postalRoute) |
void |
XALVisitor.visit(PostalRoute postalRoute) |
Modifier and Type | Method and Description |
---|---|
PostalRoute |
PostOffice.getPostalRoute() |
PostalRoute |
Locality.getPostalRoute() |
PostalRoute |
DependentLocality.getPostalRoute() |
Modifier and Type | Method and Description |
---|---|
void |
PostOffice.setPostalRoute(PostalRoute postalRoute) |
void |
Locality.setPostalRoute(PostalRoute postalRoute) |
void |
DependentLocality.setPostalRoute(PostalRoute postalRoute) |
Modifier and Type | Method and Description |
---|---|
void |
XALWalker.visit(PostalRoute postalRoute) |