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.GeneralizationRelationType |
Core200Marshaller.marshalGeneralizationRelation(GeneralizationRelation src) |
net.opengis.citygml._1.GeneralizationRelationType |
Core100Marshaller.marshalGeneralizationRelation(GeneralizationRelation src) |
Modifier and Type | Method and Description |
---|---|
GeneralizationRelation |
Core200Unmarshaller.unmarshalGeneralizationRelation(net.opengis.citygml._2.GeneralizationRelationType src) |
GeneralizationRelation |
Core100Unmarshaller.unmarshalGeneralizationRelation(net.opengis.citygml._1.GeneralizationRelationType src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<GeneralizationRelation> |
AbstractCityObject.getGeneralizesTo() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCityObject.addGeneralizesTo(GeneralizationRelation generalizesTo) |
boolean |
AbstractCityObject.unsetGeneralizesTo(GeneralizationRelation generalizesTo) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCityObject.setGeneralizesTo(java.util.List<GeneralizationRelation> generalizesTo) |