Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.relief | |
org.citygml4j.builder.jaxb.unmarshal.citygml.relief | |
org.citygml4j.model.citygml.relief |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.relief._2.ReliefComponentPropertyType |
Relief200Marshaller.marshalReliefComponentProperty(ReliefComponentProperty src) |
net.opengis.citygml.relief._1.ReliefComponentPropertyType |
Relief100Marshaller.marshalReliefComponentProperty(ReliefComponentProperty src) |
Modifier and Type | Method and Description |
---|---|
ReliefComponentProperty |
Relief200Unmarshaller.unmarshalReliefComponentProperty(net.opengis.citygml.relief._2.ReliefComponentPropertyType src) |
ReliefComponentProperty |
Relief100Unmarshaller.unmarshalReliefComponentProperty(net.opengis.citygml.relief._1.ReliefComponentPropertyType src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ReliefComponentProperty> |
ReliefFeature.getReliefComponent() |
Modifier and Type | Method and Description |
---|---|
void |
ReliefFeature.addReliefComponent(ReliefComponentProperty reliefComponent) |
boolean |
ReliefFeature.unsetReliefComponent(ReliefComponentProperty reliefComponent) |
Modifier and Type | Method and Description |
---|---|
void |
ReliefFeature.setReliefComponent(java.util.List<ReliefComponentProperty> reliefComponent) |