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.LocalityElement |
XALMarshaller.marshalLocality(Locality src) |
Modifier and Type | Method and Description |
---|---|
Locality |
XALUnmarshaller.unmarshalLocality(oasis.names.tc.ciq.xsdschema.xal._2.LocalityElement src) |
Modifier and Type | Method and Description |
---|---|
T |
XALFunctor.apply(Locality locality) |
void |
XALVisitor.visit(Locality locality) |
Modifier and Type | Method and Description |
---|---|
Locality |
SubAdministrativeArea.getLocality() |
Locality |
Country.getLocality() |
Locality |
AdministrativeArea.getLocality() |
Locality |
AddressDetails.getLocality() |
Modifier and Type | Method and Description |
---|---|
void |
SubAdministrativeArea.setLocality(Locality locality) |
void |
Country.setLocality(Locality locality) |
void |
AdministrativeArea.setLocality(Locality locality) |
void |
AddressDetails.setLocality(Locality locality) |
Modifier and Type | Method and Description |
---|---|
void |
XALWalker.visit(Locality locality) |