Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType

Packages that use AbstractGMLType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml.app._1   
org.citygml4j.jaxb.citygml.bldg._1   
org.citygml4j.jaxb.citygml.bldg._2   
org.citygml4j.jaxb.citygml.brid._2   
org.citygml4j.jaxb.citygml.core._1   
org.citygml4j.jaxb.citygml.dem._1   
org.citygml4j.jaxb.citygml.frn._1   
org.citygml4j.jaxb.citygml.gen._1   
org.citygml4j.jaxb.citygml.grp._1   
org.citygml4j.jaxb.citygml.luse._1   
org.citygml4j.jaxb.citygml.tex._1   
org.citygml4j.jaxb.citygml.tran._1   
org.citygml4j.jaxb.citygml.tun._2   
org.citygml4j.jaxb.citygml.veg._1   
org.citygml4j.jaxb.citygml.wtr._1   
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AbstractGMLType in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractGMLType
 void GMLMarshaller.marshalAbstractGML(AbstractGML src, AbstractGMLType dest)
           
 

Uses of AbstractGMLType in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractGMLType
 void GMLUnmarshaller.unmarshalAbstractGML(AbstractGMLType src, AbstractGML dest)
           
 

Uses of AbstractGMLType in org.citygml4j.jaxb.citygml.app._1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.app._1
 class AbstractSurfaceDataType
          Base class for textures and material.
 class AbstractTextureParameterizationType
          Base class for augmenting a link "texture->surface" with texture parameterization.
 class AbstractTextureType
          Base class for textures.
 class AppearanceType
          Named container for all surface data (texture/material).
 class GeoreferencedTextureType
          Specialization for georeferenced textures, i.e. textures using a planimetric projection.
 class ParameterizedTextureType
          Specialization for standard 2D textures.
 class TexCoordGenType
          Texture parameterization using a transformation matrix.
 class TexCoordListType
          Texture parameterization using texture coordinates: Each gml:LinearRing that is part of the surface requires a separate "textureCoordinates"-entry with 2 doubles per ring vertex.
 class X3DMaterialType
          Class for defining constant surface properties.
 

Uses of AbstractGMLType in org.citygml4j.jaxb.citygml.bldg._1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.bldg._1
 class AbstractBoundarySurfaceType
          A BoundarySurface is a thematic object which classifies surfaces bounding a building or a room.
 class AbstractBuildingType
          Type describing the thematic and geometric attributes and the associations of buildings.
 class AbstractOpeningType
          Type for openings (doors, windows) in walls.
 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 walls.
 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 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 walls.
 

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

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.bldg._2
 class OuterCeilingSurfaceType
          Java-Klasse für OuterCeilingSurfaceType complex type.
 class OuterFloorSurfaceType
          Java-Klasse für OuterFloorSurfaceType complex type.
 

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

Subclasses of AbstractGMLType 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 AbstractGMLType in org.citygml4j.jaxb.citygml.core._1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.core._1
 class AbstractCityObjectType
          Type describing the abstract superclass of most CityGML features.
 class AbstractSiteType
          Type describing the abstract superclass for buildings, facilities, etc.
 class AddressType
          Type for addresses.
 class CityModelType
          Type describing the "root" element of any city model file.
 class ImplicitGeometryType
          Type for the implicit representation of a geometry.
 

Uses of AbstractGMLType in org.citygml4j.jaxb.citygml.dem._1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.dem._1
 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 AbstractGMLType in org.citygml4j.jaxb.citygml.frn._1
 

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

Uses of AbstractGMLType in org.citygml4j.jaxb.citygml.gen._1
 

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

Uses of AbstractGMLType in org.citygml4j.jaxb.citygml.grp._1
 

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

Uses of AbstractGMLType in org.citygml4j.jaxb.citygml.luse._1
 

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

Uses of AbstractGMLType in org.citygml4j.jaxb.citygml.tex._1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.tex._1
 class AbstractAppearanceType
          Deprecated since CityGML version 0.4.0.
 class MaterialType
          Deprecated since CityGML version 0.4.0.
 class SimpleTextureType
          Deprecated since CityGML version 0.4.0.
 class TexturedSurfaceType
          Deprecated since CityGML version 0.4.0.
 

Uses of AbstractGMLType in org.citygml4j.jaxb.citygml.tran._1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.tran._1
 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 AbstractGMLType in org.citygml4j.jaxb.citygml.tun._2
 

Subclasses of AbstractGMLType 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 AbstractGMLType in org.citygml4j.jaxb.citygml.veg._1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.veg._1
 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 AbstractGMLType in org.citygml4j.jaxb.citygml.wtr._1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.citygml.wtr._1
 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.
 

Uses of AbstractGMLType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of AbstractGMLType in org.citygml4j.jaxb.gml._3_1_1
 class AbstractContinuousCoverageType
          A continuous coverage as defined in ISO 19123 is a coverage that can return different values for the same feature attribute at different direct positions within a single spatiotemporal object in its spatiotemporal domain Java-Klasse für AbstractContinuousCoverageType complex type.
 class AbstractCoordinateOperationBaseType
          Basic encoding for coordinate operation objects, simplifying and restricting the DefinitionType as needed.
 class AbstractCoordinateOperationType
          A mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
 class AbstractCoordinateSystemBaseType
          Basic encoding for coordinate system objects, simplifying and restricting the DefinitionType as needed.
 class AbstractCoordinateSystemType
          A coordinate system (CS) is the set of coordinate system axes that spans a given coordinate space.
 class AbstractCoverageType
          Abstract element which acts as the head of a substitution group for coverages.
 class AbstractCurveType
          An abstraction of a curve to support the different levels of complexity.
 class AbstractDatumBaseType
          Basic encoding for datum objects, simplifying and restricting the DefinitionType as needed.
 class AbstractDatumType
          A datum specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.
 class AbstractDiscreteCoverageType
          A discrete coverage consists of a domain set, range set and optionally a coverage function.
 class AbstractFeatureCollectionType
          A feature collection contains zero or more features.
 class AbstractFeatureType
          An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy.
 class AbstractGeneralConversionType
          An abstract operation on coordinates that does not include any change of datum.
 class AbstractGeneralDerivedCRSType
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum).
 class AbstractGeneralOperationParameterType
          Abstract definition of a parameter or group of parameters used by an operation method.
 class AbstractGeneralTransformationType
          An abstract operation on coordinates that usually includes a change of Datum.
 class AbstractGeometricAggregateType
          This is the abstract root type of the geometric aggregates.
 class AbstractGeometricPrimitiveType
          This is the abstract root type of the geometric primitives.
 class AbstractGeometryType
          All geometry elements are derived directly or indirectly from this abstract supertype.
 class AbstractReferenceSystemBaseType
          Basic encoding for reference system objects, simplifying and restricting the DefinitionType as needed.
 class AbstractReferenceSystemType
          Description of a spatial and/or temporal reference system used by a dataset.
 class AbstractRingType
          An abstraction of a ring to support surface boundaries of different complexity.
 class AbstractSolidType
          An abstraction of a solid to support the different levels of complexity.
 class AbstractStyleType
          [complexType of] The value of the top-level property.
 class AbstractSurfaceType
          An abstraction of a surface to support the different levels of complexity.
 class AbstractTimeComplexType
          The abstract supertype for temporal complexes.
 class AbstractTimeGeometricPrimitiveType
          The abstract supertype for temporal geometric primitives.
 class AbstractTimeObjectType
          The abstract supertype for temporal objects.
 class AbstractTimePrimitiveType
          The abstract supertype for temporal primitives.
 class AbstractTimeReferenceSystemType
          A value in the time domain is measured relative to a temporal reference system.
 class AbstractTimeSliceType
          A timeslice encapsulates the time-varying properties of a dynamic feature--it must be extended to represent a timestamped projection of a feature.
 class AbstractTimeTopologyPrimitiveType
          The element "complex" carries a reference to the complex containing this primitive.
 class AbstractTopologyType
          Java-Klasse für AbstractTopologyType complex type.
 class AbstractTopoPrimitiveType
          Java-Klasse für AbstractTopoPrimitiveType complex type.
 class ArrayType
          A non-abstract generic collection type that can be used as a document element for a homogeneous collection of any GML types - Geometries, Topologies, Features ...
 class BagType
          A non-abstract generic collection type that can be used as a document element for a collection of any GML types - Geometries, Topologies, Features ...
 class BaseStyleDescriptorType
          Base complex type for geometry, topology, label and graph styles.
 class BaseUnitType
          Definition of a unit of measure which is a base unit from the system of units.
 class BoundedFeatureType
          Makes boundedBy mandatory Java-Klasse für BoundedFeatureType complex type.
 class CartesianCSType
          A 1-, 2-, or 3-dimensional coordinate system.
 class CompositeCurveType
          A CompositeCurve is defined by a sequence of (orientable) curves such that the each curve in the sequence terminates at the start point of the subsequent curve in the list.
 class CompositeSolidType
          A composite solid is a geometry type with all the geometric properties of a (primitive) solid.
 class CompositeSurfaceType
          A CompositeSurface is defined by a set of orientable surfaces.
 class CompositeValueType
          Aggregate value built from other Values using the Composite pattern.
 class CompoundCRSType
          A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
 class ConcatenatedOperationType
          An ordered sequence of two or more single coordinate operations.
 class ConventionalUnitType
          Definition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula.
 class ConversionType
          A concrete operation on coordinates that does not include any change of Datum.
 class CoordinateSystemAxisBaseType
          Basic encoding for coordinate system axis objects, simplifying and restricting the DefinitionType as needed.
 class CoordinateSystemAxisType
          Definition of a coordinate system axis.
 class CurveType
          Curve is a 1-dimensional primitive.
 class CylindricalCSType
          A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.
 class DefinitionProxyType
          A proxy entry in a dictionary of definitions.
 class DefinitionType
          A definition, which can be included in or referenced by a dictionary.
 class DerivedCRSType
          A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system.
 class DerivedUnitType
          Definition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units.
 class DictionaryType
          A non-abstract bag that is specialized for use as a dictionary which contains a set of definitions.
 class DirectedObservationAtDistanceType
          Java-Klasse für DirectedObservationAtDistanceType complex type.
 class DirectedObservationType
          Java-Klasse für DirectedObservationType complex type.
 class DynamicFeatureCollectionType
          A dynamic feature collection may possess a history and/or a timestamp.
 class DynamicFeatureType
          A dynamic feature may possess a history and/or a timestamp.
 class EdgeType
          There is precisely one positively directed and one negatively directed node in the boundary of every edge.
 class EllipsoidalCSType
          A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.
 class EllipsoidBaseType
          Basic encoding for ellipsoid objects, simplifying and restricting the DefinitionType as needed.
 class EllipsoidType
          An ellipsoid is a geometric figure that can be used to describe the approximate shape of the earth.
 class EngineeringCRSType
          A contextually local coordinate reference system; which can be divided into two broad categories: - earth-fixed systems applied to engineering activities on or near the surface of the earth; - CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft.
 class EngineeringDatumType
          An engineering datum defines the origin of an engineering coordinate reference system, and is used in a region around that origin.
 class FaceType
          .
 class FeatureCollectionType
          Concrete generic feature collection.
 class FeatureStyleType
          [complexType of] The style descriptor for features.
 class GeocentricCRSType
          A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
 class GeodeticDatumType
          A geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth, or of a Cartesian coordinate system centered in this ellipsoid (or sphere).
 class GeographicCRSType
          A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
 class GeometricComplexType
          A geometric complex.
 class GeometryStyleType
          [complexType of] The style descriptor for geometries of a feature.
 class GraphStyleType
          [complexType of] The style descriptor for a graph consisting of a number of features.
 class GridCoverageType
          Java-Klasse für GridCoverageType complex type.
 class GridType
          An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.
 class ImageCRSType
          An engineering coordinate reference system applied to locations in images.
 class ImageDatumType
          An image datum defines the origin of an image coordinate reference system, and is used in a local context only.
 class LabelStyleType
          [complexType of] The style descriptor for labels of a feature, geometry or topology.
 class LinearCSType
          A one-dimensional coordinate system that consists of the points that lie on the single axis described.
 class LinearRingType
          A LinearRing is defined by four or more coordinate tuples, with linear interpolation between them; the first and last coordinates must be coincident.
 class LineStringType
          A LineString is a special curve that consists of a single segment with linear interpolation.
 class MovingObjectStatusType
          This type encapsulates various dynamic properties of moving objects (points, lines, regions).
 class MultiCurveCoverageType
          A discrete coverage type whose domain is defined by a collection of curves.
 class MultiCurveType
          A MultiCurve is defined by one or more Curves, referenced through curveMember elements.
 class MultiGeometryType
          A geometry collection must include one or more geometries, referenced through geometryMember elements.
 class MultiLineStringType
          A MultiLineString is defined by one or more LineStrings, referenced through lineStringMember elements.
 class MultiPointCoverageType
          A discrete coverage type whose domain is defined by a collection of point Java-Klasse für MultiPointCoverageType complex type.
 class MultiPointType
          A MultiPoint is defined by one or more Points, referenced through pointMember elements.
 class MultiPolygonType
          A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.
 class MultiSolidCoverageType
          A discrete coverage type whose domain is defined by a collection of Solids.
 class MultiSolidType
          A MultiSolid is defined by one or more Solids, referenced through solidMember elements.
 class MultiSurfaceCoverageType
          A discrete coverage type whose domain is defined by a collection of surface patches (includes polygons, triangles, rectangles, etc).
 class MultiSurfaceType
          A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.
 class NodeType
          Its optional co-boundary is a set of connected directedEdges.
 class ObliqueCartesianCSType
          A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
 class ObservationType
          Java-Klasse für ObservationType complex type.
 class OperationMethodBaseType
          Basic encoding for operation method objects, simplifying and restricting the DefinitionType as needed.
 class OperationMethodType
          Definition of an algorithm used to perform a coordinate operation.
 class OperationParameterBaseType
          Basic encoding for operation parameter objects, simplifying and restricting the DefinitionType as needed.
 class OperationParameterGroupBaseType
          Basic encoding for operation parameter group objects, simplifying and restricting the DefinitionType as needed.
 class OperationParameterGroupType
          The definition of a group of parameters used by an operation method.
 class OperationParameterType
          The definition of a parameter used by an operation method.
 class OrientableCurveType
          OrientableCurve consists of a curve and an orientation.
 class OrientableSurfaceType
          OrientableSurface consists of a surface and an orientation.
 class PassThroughOperationType
          A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
 class PointType
          A Point is defined by a single coordinate tuple.
 class PolarCSType
          A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.
 class PolygonType
          A Polygon is a special surface that is defined by a single surface patch.
 class PolyhedralSurfaceType
          A polyhedral surface is a surface composed of polygon surfaces connected along their common boundary curves.
 class PrimeMeridianBaseType
          Basic encoding for prime meridian objects, simplifying and restricting the DefinitionType as needed.
 class PrimeMeridianType
          A prime meridian defines the origin from which longitude values are determined.
 class ProjectedCRSType
          A 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known.
 class RectifiedGridCoverageType
          Java-Klasse für RectifiedGridCoverageType complex type.
 class RectifiedGridType
          A rectified grid has an origin and vectors that define its post locations.
 class RingType
          A Ring is used to represent a single connected component of a surface boundary.
 class SolidType
          A solid is the basis for 3-dimensional geometry.
 class SphericalCSType
          A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
 class StyleType
          [complexType of] Predefined concrete value of the top-level property.
 class SurfaceType
          A Surface is a 2-dimensional primitive and is composed of one or more surface patches.
 class TemporalCRSType
          A 1D coordinate reference system used for the recording of time.
 class TemporalCSType
          A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.
 class TemporalDatumBaseType
          Partially defines the origin of a temporal coordinate reference system.
 class TemporalDatumType
          Defines the origin of a temporal coordinate reference system.
 class TimeCalendarEraType
          In every calendar, years are numbered relative to the date of a reference event that defines a calendar era.
 class TimeCalendarType
          A calendar is a discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day.
 class TimeClockType
          A clock provides a basis for defining temporal position within a day.
 class TimeCoordinateSystemType
          A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.
 class TimeEdgeType
          Type declaration of the element "TimeEdge".
 class TimeInstantType
          Omit back-pointers begunBy, endedBy.
 class TimeNodeType
          Type declaration of the element "TimeNode".
 class TimeOrdinalEraType
          Ordinal temporal reference systems are often hierarchically structured such that an ordinal era at a given level of the hierarchy includes a sequence of shorter, coterminous ordinal eras.
 class TimeOrdinalReferenceSystemType
          In an ordinal reference system the order of events in time can be well established, but the magnitude of the intervals between them can not be accurately determined (e.g. a stratigraphic sequence).
 class TimePeriodType
          Java-Klasse für TimePeriodType complex type.
 class TimeTopologyComplexType
          A temporal topology complex.
 class TinType
          A tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of breaklines, stoplines, and maximum length of triangle sides.
 class TopoComplexType
          This type represents a TP_Complex capable of holding topological primitives.
 class TopoCurveType
          The end Node of each directedEdge of a TopoCurveType is the start Node of the next directedEdge of the TopoCurveType in document order.
 class TopologyStyleType
          [complexType of] The style descriptor for topologies of a feature.
 class TopoPointType
          The intended use of TopoPoint is to appear within a point feature to express the structural and possibly geometric relationships of this point to other features via shared node definitions.
 class TopoSolidType
          The topological boundary of a TopoSolid consists of a set of directed faces.
 class TopoSurfaceType
          The TopoSurface type and element represent a homogeneous topological expression, a set of directed faces, which if realised are isomorphic to a geometric surface primitive.
 class TopoVolumeType
          The TopoVolume type and element represent a homogeneous topological expression, a set of directed TopoSolids, which if realised are isomorphic to a geometric solid primitive.
 class TransformationType
          A concrete operation on coordinates that usually includes a change of datum.
 class TriangulatedSurfaceType
          A triangulated surface is a polyhedral surface that is composed only of triangles.
 class UnitDefinitionType
          Definition of a unit of measure (or uom).
 class UserDefinedCSType
          A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other coordinate system type.
 class ValueArrayType
          A Value Array is used for homogeneous arrays of primitive and aggregate values.
 class VerticalCRSType
          A 1D coordinate reference system used for recording heights or depths.
 class VerticalCSType
          A one-dimensional coordinate system used to record the heights (or depths) of points.
 class VerticalDatumType
          A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface, including its position with respect to the Earth for any of the height types recognized by this standard.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractGMLType
 javax.xml.bind.JAXBElement<AbstractGMLType> ObjectFactory.create_GML(AbstractGMLType value)
          Create an instance of JAXBElement<AbstractGMLType>}
 javax.xml.bind.JAXBElement<? extends AbstractGMLType> ValuePropertyType.get_GML()
          Ruft den Wert der _GML-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractGMLType
 javax.xml.bind.JAXBElement<AbstractGMLType> ObjectFactory.create_GML(AbstractGMLType value)
          Create an instance of JAXBElement<AbstractGMLType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractGMLType
 void ValuePropertyType.set_GML(javax.xml.bind.JAXBElement<? extends AbstractGMLType> value)
          Legt den Wert der _GML-Eigenschaft fest.