Uses of Interface
org.citygml4j.model.citygml.CityGML

Packages that use CityGML
org.citygml4j.builder.jaxb.unmarshal.citygml   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.generics   
org.citygml4j.builder.jaxb.unmarshal.citygml.landuse   
org.citygml4j.builder.jaxb.unmarshal.citygml.relief   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation   
org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody   
org.citygml4j.builder.jaxb.xml.io.reader   
org.citygml4j.model.citygml   
org.citygml4j.model.citygml.ade   
org.citygml4j.model.citygml.appearance   
org.citygml4j.model.citygml.bridge   
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.texturedsurface   
org.citygml4j.model.citygml.transportation   
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.citygml.vegetation   
org.citygml4j.model.citygml.waterbody   
org.citygml4j.model.module.citygml   
org.citygml4j.util.child   
org.citygml4j.util.transform   
org.citygml4j.xml.io.reader   
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml that return CityGML
 CityGML CityGMLUnmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML CityGMLUnmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml with parameters of type CityGML
 boolean CityGMLUnmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return CityGML
 CityGML Appearance200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Appearance100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Appearance200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML Appearance100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type CityGML
 boolean Appearance200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean Appearance100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return CityGML
 CityGML Bridge200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Bridge200Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type CityGML
 boolean Bridge200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return CityGML
 CityGML Building200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Building100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Building200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML Building100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type CityGML
 boolean Building200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean Building100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture that return CityGML
 CityGML CityFurniture200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML CityFurniture100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML CityFurniture200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML CityFurniture100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityfurniture with parameters of type CityGML
 boolean CityFurniture200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean CityFurniture100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup that return CityGML
 CityGML CityObjectGroup200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML CityObjectGroup100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML CityObjectGroup200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML CityObjectGroup100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup with parameters of type CityGML
 boolean CityObjectGroup200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean CityObjectGroup100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return CityGML
 CityGML Core200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Core100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Core200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML Core100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type CityGML
 boolean Core200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean Core100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.generics
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.generics that return CityGML
 CityGML Generics200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Generics100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Generics200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML Generics100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.landuse
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.landuse that return CityGML
 CityGML LandUse200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML LandUse100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML LandUse200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML LandUse100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.landuse with parameters of type CityGML
 boolean LandUse200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean LandUse100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.relief
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief that return CityGML
 CityGML Relief200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Relief100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Relief200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML Relief100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.relief with parameters of type CityGML
 boolean Relief200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean Relief100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface that return CityGML
 CityGML TexturedSurface200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML TexturedSurface100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML TexturedSurface200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML TexturedSurface100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation that return CityGML
 CityGML Transportation200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Transportation100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Transportation200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML Transportation100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type CityGML
 boolean Transportation200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean Transportation100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return CityGML
 CityGML Tunnel200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Tunnel200Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type CityGML
 boolean Tunnel200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation that return CityGML
 CityGML Vegetation200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Vegetation100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML Vegetation200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML Vegetation100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.vegetation with parameters of type CityGML
 boolean Vegetation200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean Vegetation100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody that return CityGML
 CityGML WaterBody200Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML WaterBody100Unmarshaller.unmarshal(javax.xml.bind.JAXBElement<?> src)
           
 CityGML WaterBody200Unmarshaller.unmarshal(java.lang.Object src)
           
 CityGML WaterBody100Unmarshaller.unmarshal(java.lang.Object src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type CityGML
 boolean WaterBody200Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 boolean WaterBody100Unmarshaller.assignGenericProperty(ADEComponent genericProperty, javax.xml.namespace.QName substitutionGroup, CityGML dest)
           
 

Uses of CityGML in org.citygml4j.builder.jaxb.xml.io.reader
 

Methods in org.citygml4j.builder.jaxb.xml.io.reader that return CityGML
 CityGML JAXBSimpleReader.nextFeature()
           
 CityGML JAXBChunkReader.nextFeature()
           
 CityGML XMLChunkImpl.unmarshal()
           
 

Uses of CityGML in org.citygml4j.model.citygml
 

Methods in org.citygml4j.model.citygml that return types with arguments of type CityGML
 java.lang.Class<? extends CityGML> CityGMLClass.getModelClass()
           
 

Method parameters in org.citygml4j.model.citygml with type arguments of type CityGML
static CityGMLClass CityGMLClass.fromModelClass(java.lang.Class<? extends CityGML> modelClass)
           
 

Uses of CityGML in org.citygml4j.model.citygml.ade
 

Classes in org.citygml4j.model.citygml.ade that implement CityGML
 class ADEComponent
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.appearance
 interface AppearanceModuleComponent
           
 

Classes in org.citygml4j.model.citygml.appearance that implement CityGML
 class AbstractSurfaceData
           
 class AbstractTexture
           
 class AbstractTextureParameterization
           
 class Appearance
           
 class AppearanceMember
           
 class AppearanceProperty
           
 class Color
           
 class ColorPlusOpacity
           
 class GeoreferencedTexture
           
 class ParameterizedTexture
           
 class SurfaceDataProperty
           
 class TexCoordGen
           
 class TexCoordList
           
 class TextureAssociation
           
 class TextureCoordinates
           
 class TextureType
           
 class WorldToTexture
           
 class WrapMode
           
 class X3DMaterial
           
 

Uses of CityGML in org.citygml4j.model.citygml.bridge
 

Subinterfaces of CityGML in org.citygml4j.model.citygml.bridge
 interface BridgeModuleComponent
           
 

Classes in org.citygml4j.model.citygml.bridge that implement CityGML
 class AbstractBoundarySurface
           
 class AbstractBridge
           
 class AbstractOpening
           
 class BoundarySurfaceProperty
           
 class Bridge
           
 class BridgeConstructionElement
           
 class BridgeConstructionElementProperty
           
 class BridgeFurniture
           
 class BridgeInstallation
           
 class BridgeInstallationProperty
           
 class BridgePart
           
 class BridgePartProperty
           
 class BridgeRoom
           
 class CeilingSurface
           
 class ClosureSurface
           
 class Door
           
 class FloorSurface
           
 class GroundSurface
           
 class IntBridgeInstallation
           
 class IntBridgeInstallationProperty
           
 class InteriorBridgeRoomProperty
           
 class InteriorFurnitureProperty
           
 class InteriorWallSurface
           
 class OpeningProperty
           
 class OuterCeilingSurface
           
 class OuterFloorSurface
           
 class RoofSurface
           
 class WallSurface
           
 class Window
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.building
 interface BuildingModuleComponent
           
 

Classes in org.citygml4j.model.citygml.building that implement CityGML
 class AbstractBuilding
           
 class Building
           
 class BuildingFurniture
           
 class BuildingInstallation
           
 class BuildingInstallationProperty
           
 class BuildingPart
           
 class BuildingPartProperty
           
 class IntBuildingInstallation
           
 class IntBuildingInstallationProperty
           
 class InteriorRoomProperty
           
 class Room
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.cityfurniture
 interface CityFurnitureModuleComponent
           
 

Classes in org.citygml4j.model.citygml.cityfurniture that implement CityGML
 class CityFurniture
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.cityobjectgroup
 interface CityObjectGroupModuleComponent
           
 

Classes in org.citygml4j.model.citygml.cityobjectgroup that implement CityGML
 class CityObjectGroup
           
 class CityObjectGroupMember
           
 class CityObjectGroupParent
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.core
 interface CoreModuleComponent
           
 

Classes in org.citygml4j.model.citygml.core that implement CityGML
 class AbstractCityObject
           
 class AbstractSite
           
 class Address
           
 class AddressProperty
           
 class CityModel
           
 class CityObjectMember
           
 class ExternalObject
           
 class ExternalReference
           
 class GeneralizationRelation
           
 class ImplicitGeometry
           
 class ImplicitRepresentationProperty
           
 class RelativeToTerrain
           
 class RelativeToWater
           
 class TransformationMatrix2x2
           
 class TransformationMatrix3x4
           
 class TransformationMatrix4x4
           
 class XalAddressProperty
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.generics
 interface GenericsModuleComponent
           
 

Classes in org.citygml4j.model.citygml.generics that implement CityGML
 class AbstractGenericAttribute
           
 class DateAttribute
           
 class DoubleAttribute
           
 class GenericAttributeSet
           
 class GenericCityObject
           
 class IntAttribute
           
 class MeasureAttribute
           
 class StringAttribute
           
 class UriAttribute
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.landuse
 interface LandUseModuleComponent
           
 

Classes in org.citygml4j.model.citygml.landuse that implement CityGML
 class LandUse
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.relief
 interface ReliefModuleComponent
           
 

Classes in org.citygml4j.model.citygml.relief that implement CityGML
 class AbstractReliefComponent
           
 class BreaklineRelief
           
 class GridProperty
           
 class MassPointRelief
           
 class RasterRelief
           
 class ReliefComponentProperty
           
 class ReliefFeature
           
 class TinProperty
           
 class TINRelief
           
 

Uses of CityGML in org.citygml4j.model.citygml.texturedsurface
 

Subinterfaces of CityGML in org.citygml4j.model.citygml.texturedsurface
 interface TexturedSurfaceModuleComponent
           
 

Classes in org.citygml4j.model.citygml.texturedsurface that implement CityGML
 class _AbstractAppearance
           
 class _AppearanceProperty
           
 class _Color
           
 class _Material
           
 class _SimpleTexture
           
 class _TexturedSurface
           
 class _TextureType
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.transportation
 interface TransportationModuleComponent
           
 

Classes in org.citygml4j.model.citygml.transportation that implement CityGML
 class AbstractTransportationObject
           
 class AuxiliaryTrafficArea
           
 class AuxiliaryTrafficAreaProperty
           
 class Railway
           
 class Road
           
 class Square
           
 class Track
           
 class TrafficArea
           
 class TrafficAreaProperty
           
 class TransportationComplex
           
 

Uses of CityGML in org.citygml4j.model.citygml.tunnel
 

Subinterfaces of CityGML in org.citygml4j.model.citygml.tunnel
 interface TunnelModuleComponent
           
 

Classes in org.citygml4j.model.citygml.tunnel that implement CityGML
 class AbstractTunnel
           
 class HollowSpace
           
 class InteriorHollowSpaceProperty
           
 class IntTunnelInstallation
           
 class IntTunnelInstallationProperty
           
 class Tunnel
           
 class TunnelFurniture
           
 class TunnelInstallation
           
 class TunnelInstallationProperty
           
 class TunnelPart
           
 class TunnelPartProperty
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.vegetation
 interface VegetationModuleComponent
           
 

Classes in org.citygml4j.model.citygml.vegetation that implement CityGML
 class AbstractVegetationObject
           
 class PlantCover
           
 class SolitaryVegetationObject
           
 

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

Subinterfaces of CityGML in org.citygml4j.model.citygml.waterbody
 interface WaterBodyModuleComponent
           
 

Classes in org.citygml4j.model.citygml.waterbody that implement CityGML
 class AbstractWaterBoundarySurface
           
 class AbstractWaterObject
           
 class BoundedByWaterSurfaceProperty
           
 class WaterBody
           
 class WaterClosureSurface
           
 class WaterGroundSurface
           
 class WaterSurface
           
 

Uses of CityGML in org.citygml4j.model.module.citygml
 

Methods in org.citygml4j.model.module.citygml that return types with arguments of type CityGML
 java.lang.Class<? extends CityGML> CityGMLModule.getFeatureElementClass(java.lang.String elementName)
           
 java.lang.Class<? extends CityGML> AbstractCityGMLModule.getFeatureElementClass(java.lang.String elementName)
           
 

Uses of CityGML in org.citygml4j.util.child
 

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

Methods in org.citygml4j.util.child that return CityGML
 CityGML ChildInfo.getParentCityGML(Child child)
           
 CityGML ChildInfo.getRootCityGML(Child child)
           
 

Uses of CityGML in org.citygml4j.util.transform
 

Methods in org.citygml4j.util.transform that return types with arguments of type CityGML
 java.util.Set<java.lang.Class<? extends CityGML>> FeatureSplitter.getExcludes()
           
 java.util.List<CityGML> FeatureSplitter.split(java.lang.Object object)
           
 

Method parameters in org.citygml4j.util.transform with type arguments of type CityGML
 void FeatureSplitter.exlcude(java.lang.Class<? extends CityGML> cityGMLClass)
           
 void FeatureSplitter.setExcludes(java.util.Set<java.lang.Class<? extends CityGML>> excludes)
           
 

Uses of CityGML in org.citygml4j.xml.io.reader
 

Methods in org.citygml4j.xml.io.reader that return CityGML
 CityGML CityGMLReader.nextFeature()
           
 CityGML XMLChunk.unmarshal()