public class ChildInfo
extends java.lang.Object
Constructor and Description |
---|
ChildInfo() |
Modifier and Type | Method and Description |
---|---|
CityGML |
getParentCityGML(Child child) |
<T extends CityGML> |
getParentCityGML(Child child,
java.lang.Class<T> type) |
AbstractCityObject |
getParentCityObject(Child child) |
<T extends AbstractCityObject> |
getParentCityObject(Child child,
java.lang.Class<T> type) |
AbstractFeature |
getParentFeature(Child child) |
<T extends AbstractFeature> |
getParentFeature(Child child,
java.lang.Class<T> type) |
AbstractGeometry |
getParentGeometry(Child child) |
<T extends AbstractGeometry> |
getParentGeometry(Child child,
java.lang.Class<T> type) |
CityGML |
getRootCityGML(Child child) |
AbstractCityObject |
getRootCityObject(Child child) |
AbstractFeature |
getRootFeature(Child child) |
AbstractGeometry |
getRootGeometry(Child child) |
public AbstractFeature getParentFeature(Child child)
public <T extends AbstractFeature> T getParentFeature(Child child, java.lang.Class<T> type)
public AbstractFeature getRootFeature(Child child)
public AbstractCityObject getParentCityObject(Child child)
public <T extends AbstractCityObject> T getParentCityObject(Child child, java.lang.Class<T> type)
public AbstractCityObject getRootCityObject(Child child)
public <T extends CityGML> T getParentCityGML(Child child, java.lang.Class<T> type)
public AbstractGeometry getParentGeometry(Child child)
public <T extends AbstractGeometry> T getParentGeometry(Child child, java.lang.Class<T> type)
public AbstractGeometry getRootGeometry(Child child)