Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.core | |
org.citygml4j.builder.jaxb.unmarshal.citygml.core | |
org.citygml4j.model.citygml.core |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml._2.ExternalReferenceType |
Core200Marshaller.marshalExternalReference(ExternalReference src) |
net.opengis.citygml._1.ExternalReferenceType |
Core100Marshaller.marshalExternalReference(ExternalReference src) |
void |
Core200Marshaller.marshalExternalReference(ExternalReference src,
net.opengis.citygml._2.ExternalReferenceType dest) |
void |
Core100Marshaller.marshalExternalReference(ExternalReference src,
net.opengis.citygml._1.ExternalReferenceType dest) |
Modifier and Type | Method and Description |
---|---|
ExternalReference |
Core200Unmarshaller.unmarshalExternalReference(net.opengis.citygml._2.ExternalReferenceType src) |
ExternalReference |
Core100Unmarshaller.unmarshalExternalReference(net.opengis.citygml._1.ExternalReferenceType src) |
Modifier and Type | Method and Description |
---|---|
void |
Core200Unmarshaller.unmarshalExternalReference(net.opengis.citygml._2.ExternalReferenceType src,
ExternalReference dest) |
void |
Core100Unmarshaller.unmarshalExternalReference(net.opengis.citygml._1.ExternalReferenceType src,
ExternalReference dest) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExternalReference> |
AbstractCityObject.getExternalReference() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCityObject.addExternalReference(ExternalReference externalReference) |
boolean |
AbstractCityObject.unsetExternalReference(ExternalReference externalReference) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCityObject.setExternalReference(java.util.List<ExternalReference> externalReference) |