Uses of Interface
org.citygml4j.model.citygml.core.AbstractCityObject

Packages that use AbstractCityObject
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.factory   
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.citygml.cityfurniture   
org.citygml4j.impl.citygml.cityobjectgroup   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.citygml.generics   
org.citygml4j.impl.citygml.landuse   
org.citygml4j.impl.citygml.relief   
org.citygml4j.impl.citygml.transportation   
org.citygml4j.impl.citygml.vegetation   
org.citygml4j.impl.citygml.waterbody   
org.citygml4j.model.citygml.building   
org.citygml4j.model.citygml.cityfurniture   
org.citygml4j.model.citygml.cityobjectgroup   
org.citygml4j.model.citygml.core   
org.citygml4j.model.citygml.generics   
org.citygml4j.model.citygml.landuse   
org.citygml4j.model.citygml.relief   
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.util.child   
org.citygml4j.util.walker   
 

Uses of AbstractCityObject in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type AbstractCityObject
 void Core040Marshaller.marshalCityObject(AbstractCityObject src, _CityObjectType dest)
           
 void Core100Marshaller.marshalCityObject(AbstractCityObject src, AbstractCityObjectType dest)
           
 

Uses of AbstractCityObject in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type AbstractCityObject
 void Core040Unmarshaller.unmarshalCityObject(_CityObjectType src, AbstractCityObject dest)
           
 void Core100Unmarshaller.unmarshalCityObject(AbstractCityObjectType src, AbstractCityObject dest)
           
 

Uses of AbstractCityObject in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractCityObject
 CityObjectGroupMember CityGMLFactory.createCityObjectGroupMember(AbstractCityObject cityObject)
           
 CityObjectGroupParent CityGMLFactory.createCityObjectGroupParent(AbstractCityObject cityObject)
           
 CityObjectMember CityGMLFactory.createCityObjectMember(AbstractCityObject cityObject)
           
 GeneralizationRelation CityGMLFactory.createGeneralizationRelation(AbstractCityObject cityObject)
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.building
 

Classes in org.citygml4j.impl.citygml.building that implement AbstractCityObject
 class AbstractBoundarySurfaceImpl
           
 class AbstractBuildingImpl
           
 class AbstractOpeningImpl
           
 class BuildingFurnitureImpl
           
 class BuildingImpl
           
 class BuildingInstallationImpl
           
 class BuildingPartImpl
           
 class CeilingSurfaceImpl
           
 class ClosureSurfaceImpl
           
 class DoorImpl
           
 class FloorSurfaceImpl
           
 class GroundSurfaceImpl
           
 class IntBuildingInstallationImpl
           
 class InteriorWallSurfaceImpl
           
 class RoofSurfaceImpl
           
 class RoomImpl
           
 class WallSurfaceImpl
           
 class WindowImpl
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.cityfurniture
 

Classes in org.citygml4j.impl.citygml.cityfurniture that implement AbstractCityObject
 class CityFurnitureImpl
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.cityobjectgroup
 

Classes in org.citygml4j.impl.citygml.cityobjectgroup that implement AbstractCityObject
 class CityObjectGroupImpl
           
 

Methods in org.citygml4j.impl.citygml.cityobjectgroup that return AbstractCityObject
 AbstractCityObject CityObjectGroupParentImpl.getCityObject()
           
 AbstractCityObject CityObjectGroupMemberImpl.getCityObject()
           
 

Methods in org.citygml4j.impl.citygml.cityobjectgroup with parameters of type AbstractCityObject
 void CityObjectGroupParentImpl.setCityObject(AbstractCityObject cityObject)
           
 void CityObjectGroupMemberImpl.setCityObject(AbstractCityObject cityObject)
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.core
 

Classes in org.citygml4j.impl.citygml.core that implement AbstractCityObject
 class AbstractCityObjectImpl
           
 class AbstractSiteImpl
           
 

Methods in org.citygml4j.impl.citygml.core that return AbstractCityObject
 AbstractCityObject GeneralizationRelationImpl.getCityObject()
           
 AbstractCityObject CityObjectMemberImpl.getCityObject()
           
 

Methods in org.citygml4j.impl.citygml.core with parameters of type AbstractCityObject
 void GeneralizationRelationImpl.setCityObject(AbstractCityObject cityObject)
           
 void CityObjectMemberImpl.setCityObject(AbstractCityObject cityObject)
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.generics
 

Classes in org.citygml4j.impl.citygml.generics that implement AbstractCityObject
 class GenericCityObjectImpl
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.landuse
 

Classes in org.citygml4j.impl.citygml.landuse that implement AbstractCityObject
 class LandUseImpl
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.relief
 

Classes in org.citygml4j.impl.citygml.relief that implement AbstractCityObject
 class AbstractReliefComponentImpl
           
 class BreaklineReliefImpl
           
 class MassPointReliefImpl
           
 class RasterReliefImpl
           
 class ReliefFeatureImpl
           
 class TINReliefImpl
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.transportation
 

Classes in org.citygml4j.impl.citygml.transportation that implement AbstractCityObject
 class AbstractTransportationObjectImpl
           
 class AuxiliaryTrafficAreaImpl
           
 class RailwayImpl
           
 class RoadImpl
           
 class SquareImpl
           
 class TrackImpl
           
 class TrafficAreaImpl
           
 class TransportationComplexImpl
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.vegetation
 

Classes in org.citygml4j.impl.citygml.vegetation that implement AbstractCityObject
 class AbstractVegetationObjectImpl
           
 class PlantCoverImpl
           
 class SolitaryVegetationObjectImpl
           
 

Uses of AbstractCityObject in org.citygml4j.impl.citygml.waterbody
 

Classes in org.citygml4j.impl.citygml.waterbody that implement AbstractCityObject
 class AbstractWaterBoundarySurfaceImpl
           
 class AbstractWaterObjectImpl
           
 class WaterBodyImpl
           
 class WaterClosureSurfaceImpl
           
 class WaterGroundSurfaceImpl
           
 class WaterSurfaceImpl
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.building
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.building
 interface AbstractBoundarySurface
           
 interface AbstractBuilding
           
 interface AbstractOpening
           
 interface Building
           
 interface BuildingFurniture
           
 interface BuildingInstallation
           
 interface BuildingPart
           
 interface CeilingSurface
           
 interface ClosureSurface
           
 interface Door
           
 interface FloorSurface
           
 interface GroundSurface
           
 interface IntBuildingInstallation
           
 interface InteriorWallSurface
           
 interface RoofSurface
           
 interface Room
           
 interface WallSurface
           
 interface Window
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.cityfurniture
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.cityfurniture
 interface CityFurniture
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.cityobjectgroup
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.cityobjectgroup
 interface CityObjectGroup
           
 

Methods in org.citygml4j.model.citygml.cityobjectgroup that return AbstractCityObject
 AbstractCityObject CityObjectGroupParent.getCityObject()
           
 AbstractCityObject CityObjectGroupMember.getCityObject()
           
 

Methods in org.citygml4j.model.citygml.cityobjectgroup with parameters of type AbstractCityObject
 void CityObjectGroupParent.setCityObject(AbstractCityObject cityObject)
           
 void CityObjectGroupMember.setCityObject(AbstractCityObject cityObject)
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.core
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.core
 interface AbstractSite
           
 

Methods in org.citygml4j.model.citygml.core that return AbstractCityObject
 AbstractCityObject GeneralizationRelation.getCityObject()
           
 AbstractCityObject CityObjectMember.getCityObject()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type AbstractCityObject
 void GeneralizationRelation.setCityObject(AbstractCityObject cityObject)
           
 void CityObjectMember.setCityObject(AbstractCityObject cityObject)
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.generics
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.generics
 interface GenericCityObject
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.landuse
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.landuse
 interface LandUse
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.relief
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.relief
 interface AbstractReliefComponent
           
 interface BreaklineRelief
           
 interface MassPointRelief
           
 interface RasterRelief
           
 interface ReliefFeature
           
 interface TINRelief
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.transportation
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.transportation
 interface AbstractTransportationObject
           
 interface AuxiliaryTrafficArea
           
 interface Railway
           
 interface Road
           
 interface Square
           
 interface Track
           
 interface TrafficArea
           
 interface TransportationComplex
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.vegetation
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.vegetation
 interface AbstractVegetationObject
           
 interface PlantCover
           
 interface SolitaryVegetationObject
           
 

Uses of AbstractCityObject in org.citygml4j.model.citygml.waterbody
 

Subinterfaces of AbstractCityObject in org.citygml4j.model.citygml.waterbody
 interface AbstractWaterBoundarySurface
           
 interface AbstractWaterObject
           
 interface WaterBody
           
 interface WaterClosureSurface
           
 interface WaterGroundSurface
           
 interface WaterSurface
           
 

Uses of AbstractCityObject in org.citygml4j.util.child
 

Methods in org.citygml4j.util.child with type parameters of type AbstractCityObject
<T extends AbstractCityObject>
T
ChildInfo.getParentCityObject(Child child, java.lang.Class<T> type)
           
 

Methods in org.citygml4j.util.child that return AbstractCityObject
 AbstractCityObject ChildInfo.getParentCityObject(Child child)
           
 AbstractCityObject ChildInfo.getRootCityObject(Child child)
           
 

Uses of AbstractCityObject in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type AbstractCityObject
 T GMLFunctionWalker.apply(AbstractCityObject abstractCityObject)
           
 T FeatureFunctionWalker.apply(AbstractCityObject abstractCityObject)
           
 void GMLWalker.visit(AbstractCityObject abstractCityObject)
           
 void FeatureWalker.visit(AbstractCityObject abstractCityObject)