Modifier and Type | Method and Description |
---|---|
net.opengis.citygml._2.AddressType |
Core200Marshaller.marshalAddress(Address src) |
net.opengis.citygml._1.AddressType |
Core100Marshaller.marshalAddress(Address src) |
void |
Core200Marshaller.marshalAddress(Address src,
net.opengis.citygml._2.AddressType dest) |
void |
Core100Marshaller.marshalAddress(Address src,
net.opengis.citygml._1.AddressType dest) |
Modifier and Type | Method and Description |
---|---|
Address |
Core200Unmarshaller.unmarshalAddress(net.opengis.citygml._2.AddressType src) |
Address |
Core100Unmarshaller.unmarshalAddress(net.opengis.citygml._1.AddressType src) |
Modifier and Type | Method and Description |
---|---|
void |
Core200Unmarshaller.unmarshalAddress(net.opengis.citygml._2.AddressType src,
Address dest) |
void |
Core100Unmarshaller.unmarshalAddress(net.opengis.citygml._1.AddressType src,
Address dest) |
Modifier and Type | Method and Description |
---|---|
Address |
AddressProperty.getAddress() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<Address> |
AddressProperty.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
AddressProperty.setAddress(Address address) |
Constructor and Description |
---|
AddressProperty(Address address) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(Address address) |
void |
FeatureVisitor.visit(Address address) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Address address) |
T |
FeatureFunctionWalker.apply(Address address) |
void |
GMLWalker.visit(Address address) |
void |
FeatureWalker.visit(Address address) |