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

Packages that use CoreModuleComponent
org.citygml4j.impl.citygml.appearance   
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.appearance   
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   
 

Uses of CoreModuleComponent in org.citygml4j.impl.citygml.appearance
 

Classes in org.citygml4j.impl.citygml.appearance that implement CoreModuleComponent
 class WorldToTextureImpl
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement CoreModuleComponent
 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 CoreModuleComponent in org.citygml4j.impl.citygml.cityfurniture
 

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

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

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

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

Classes in org.citygml4j.impl.citygml.core that implement CoreModuleComponent
 class AbstractCityObjectImpl
           
 class AbstractSiteImpl
           
 class AddressImpl
           
 class AddressPropertyImpl
           
 class CityModelImpl
           
 class CityObjectMemberImpl
           
 class ExternalObjectImpl
           
 class ExternalReferenceImpl
           
 class GeneralizationRelationImpl
           
 class ImplicitGeometryImpl
           
 class ImplicitRepresentationPropertyImpl
           
 class TransformationMatrix2x2Impl
           
 class TransformationMatrix3x4Impl
           
 class TransformationMatrix4x4Impl
           
 class XalAddressPropertyImpl
           
 

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

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

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

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

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

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

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

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

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

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

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

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

Uses of CoreModuleComponent in org.citygml4j.model.citygml.appearance
 

Subinterfaces of CoreModuleComponent in org.citygml4j.model.citygml.appearance
 interface WorldToTexture
           
 

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

Subinterfaces of CoreModuleComponent 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 CoreModuleComponent in org.citygml4j.model.citygml.cityfurniture
 

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

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

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

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

Subinterfaces of CoreModuleComponent in org.citygml4j.model.citygml.core
 interface AbstractCityObject
           
 interface AbstractSite
           
 interface Address
           
 interface AddressProperty
           
 interface CityModel
           
 interface CityObjectMember
           
 interface ExternalObject
           
 interface ExternalReference
           
 interface GeneralizationRelation
           
 interface ImplicitGeometry
           
 interface ImplicitRepresentationProperty
           
 interface TransformationMatrix2x2
           
 interface TransformationMatrix3x4
           
 interface TransformationMatrix4x4
           
 interface XalAddressProperty
           
 

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

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

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

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

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

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

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

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

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

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

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

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