Uses of Class
org.citygml4j.jaxb.citygml.core._2.AbstractCityObjectType

Packages that use AbstractCityObjectType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml.bldg._2   
org.citygml4j.jaxb.citygml.brid._2   
org.citygml4j.jaxb.citygml.core._2   
org.citygml4j.jaxb.citygml.dem._2   
org.citygml4j.jaxb.citygml.frn._2   
org.citygml4j.jaxb.citygml.gen._2   
org.citygml4j.jaxb.citygml.grp._2   
org.citygml4j.jaxb.citygml.luse._2   
org.citygml4j.jaxb.citygml.tran._2   
org.citygml4j.jaxb.citygml.tun._2   
org.citygml4j.jaxb.citygml.veg._2   
org.citygml4j.jaxb.citygml.wtr._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type AbstractCityObjectType
 void Core200Marshaller.marshalAbstractCityObject(AbstractCityObject src, AbstractCityObjectType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type AbstractCityObjectType
 void Core200Unmarshaller.unmarshalAbstractCityObject(AbstractCityObjectType src, AbstractCityObject dest)
           
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.bldg._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.bldg._2
 class AbstractBoundarySurfaceType
          A BoundarySurface is a thematic object which classifies surfaces bounding an _AbstractBuilding, Room, BuildingInstallation, and IntBuildingInstallation.
 class AbstractBuildingType
          Type describing the thematic and geometric attributes and the associations of buildings.
 class AbstractOpeningType
          Type for openings (doors, windows) in boundary surfaces.
 class BuildingFurnitureType
          Type for building furnitures.
 class BuildingInstallationType
          A BuildingInstallation is a part of a Building which has not the significance of a BuildingPart.
 class BuildingPartType
          Java-Klasse für BuildingPartType complex type.
 class BuildingType
          Java-Klasse für BuildingType complex type.
 class CeilingSurfaceType
          Java-Klasse für CeilingSurfaceType complex type.
 class ClosureSurfaceType
          Java-Klasse für ClosureSurfaceType complex type.
 class DoorType
          Type for doors in boundary surfaces.
 class FloorSurfaceType
          Java-Klasse für FloorSurfaceType complex type.
 class GroundSurfaceType
          Java-Klasse für GroundSurfaceType complex type.
 class IntBuildingInstallationType
          An IntBuildingInstallation is an interior part of a Building which has a specific function or semantical meaning.
 class InteriorWallSurfaceType
          Java-Klasse für InteriorWallSurfaceType complex type.
 class OuterCeilingSurfaceType
          Java-Klasse für OuterCeilingSurfaceType complex type.
 class OuterFloorSurfaceType
          Java-Klasse für OuterFloorSurfaceType complex type.
 class RoofSurfaceType
          Java-Klasse für RoofSurfaceType complex type.
 class RoomType
          A Room is a thematic object for modelling the closed parts inside a building.
 class WallSurfaceType
          Java-Klasse für WallSurfaceType complex type.
 class WindowType
          Type for windows in boundary surfaces.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.brid._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.brid._2
 class AbstractBridgeType
          Type describing the thematic and geometric attributes and the associations of bridges.
 class BridgeConstructionElementType
          A BridgeConstructionElement is a part of a Bridge which has not the significance of a BridgePart.
 class BridgeFurnitureType
          Type for bridge furnitures.
 class BridgeInstallationType
          A BridgeInstallation is a part of a Bridge which has not the significance of a BridgePart.
 class BridgePartType
          Java-Klasse für BridgePartType complex type.
 class BridgeRoomType
          A BridgeRoom is a thematic object for modelling the closed parts inside a Bridge.
 class BridgeType
          Java-Klasse für BridgeType complex type.
 class IntBridgeInstallationType
          An IntBridgeInstallation is an interior part of a Bridge which has a specific function or semantic meaning.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.core._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.core._2
 class AbstractSiteType
          Type describing the abstract superclass for buildings, facilities, etc.
 

Methods in org.citygml4j.jaxb.citygml.core._2 that return types with arguments of type AbstractCityObjectType
 javax.xml.bind.JAXBElement<AbstractCityObjectType> ObjectFactory.create_CityObject(AbstractCityObjectType value)
          Create an instance of JAXBElement<AbstractCityObjectType>}
 javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> GeneralizationRelationType.get_CityObject()
          Ruft den Wert der _CityObject-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.core._2 with parameters of type AbstractCityObjectType
 javax.xml.bind.JAXBElement<AbstractCityObjectType> ObjectFactory.create_CityObject(AbstractCityObjectType value)
          Create an instance of JAXBElement<AbstractCityObjectType>}
 

Method parameters in org.citygml4j.jaxb.citygml.core._2 with type arguments of type AbstractCityObjectType
 void GeneralizationRelationType.set_CityObject(javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> value)
          Legt den Wert der _CityObject-Eigenschaft fest.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.dem._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.dem._2
 class AbstractReliefComponentType
          Type describing the components of a relief feature - either a TIN, a Grid, mass points or break lines.
 class BreaklineReliefType
          Type describing the break line Component of a relief feature.
 class MassPointReliefType
          Type describing the mass point component of a relief feature.
 class RasterReliefType
          Type describing the raster component of a relief feature.
 class ReliefFeatureType
          Type describing the features of the Digital Terrain Model.
 class TINReliefType
          Type describing the TIN component of a relief feature.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.frn._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.frn._2
 class CityFurnitureType
          Type describing city furnitures, like traffic lights, benches, ...
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.gen._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.gen._2
 class GenericCityObjectType
          Generic (user defined) city objects may be used to model features which are not covered explicitly by the CityGML schema.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.grp._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.grp._2
 class CityObjectGroupType
          A group may be used to aggregate arbitrary CityObjects according to some user-defined criteria.
 

Methods in org.citygml4j.jaxb.citygml.grp._2 that return types with arguments of type AbstractCityObjectType
 javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> CityObjectGroupParentType.get_CityObject()
          Ruft den Wert der _CityObject-Eigenschaft ab.
 javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> CityObjectGroupMemberType.get_CityObject()
          Ruft den Wert der _CityObject-Eigenschaft ab.
 

Method parameters in org.citygml4j.jaxb.citygml.grp._2 with type arguments of type AbstractCityObjectType
 void CityObjectGroupParentType.set_CityObject(javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> value)
          Legt den Wert der _CityObject-Eigenschaft fest.
 void CityObjectGroupMemberType.set_CityObject(javax.xml.bind.JAXBElement<? extends AbstractCityObjectType> value)
          Legt den Wert der _CityObject-Eigenschaft fest.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.luse._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.luse._2
 class LandUseType
          Type describing the class for Land Use in all LOD.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.tran._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.tran._2
 class AbstractTransportationObjectType
          Type describing the abstract superclass for transportation objects.
 class AuxiliaryTrafficAreaType
          Type describing the class for auxiliary traffic Areas.
 class RailwayType
          Type describing the class for railways.
 class RoadType
          Type describing the class for roads.
 class SquareType
          Type describing the class for squares.
 class TrackType
          Type describing the class for tracks.
 class TrafficAreaType
          Type describing the class for traffic Areas.
 class TransportationComplexType
          Type describing transportation complexes, which are aggregated features, e.g. roads, which consist of parts (traffic areas, e.g. pedestrian path, and auxiliary traffic areas).
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.tun._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.tun._2
 class AbstractTunnelType
          Abstract super class of the features Tunnel and TunnelPart Java-Klasse für AbstractTunnelType complex type.
 class HollowSpaceType
          Area or volume within a Tunnel bounded actually or theoretically Java-Klasse für HollowSpaceType complex type.
 class IntTunnelInstallationType
          Immovable interior structural component of a Tunnel or a HollowSpace.
 class TunnelFurnitureType
          Movable, functional objects, whether useful or ornamental, usually found in a HollowSpace Java-Klasse für TunnelFurnitureType complex type.
 class TunnelInstallationType
          Immovable structural component of a Tunnel which has not the significance of a TunnelPart.
 class TunnelPartType
          A Tunnel composed of structural segments differing in important geometrical or semantical properties can be separated into one Tunnel and additional TunnelParts.
 class TunnelType
          Horizontal or sloping underground or partly underground, enclosed way of some length (ISO 6707-1) Java-Klasse für TunnelType complex type.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.veg._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.veg._2
 class AbstractVegetationObjectType
          Type describing the abstract superclass for vegetation objects.
 class PlantCoverType
          Type describing Plant Covers resp.
 class SolitaryVegetationObjectType
          Type describing solitary vegetation objects, e.g., trees.
 

Uses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.wtr._2
 

Subclasses of AbstractCityObjectType in org.citygml4j.jaxb.citygml.wtr._2
 class AbstractWaterBoundarySurfaceType
          A WaterBoundarySurface is a thematic object which classifies surfaces bounding a water body.
 class AbstractWaterObjectType
          Type describing the abstract superclass for water objects.
 class WaterBodyType
          Type describing Water Bodies, e.g., lakes, rivers.
 class WaterClosureSurfaceType
          Type describing the closure surface between water bodys.
 class WaterGroundSurfaceType
          Type describing the ground surface of a water body, i.e. the boundary to the digital terrain model.
 class WaterSurfaceType
          Type describing the surface of a water body, which separates the water from the air.