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

Packages that use AbstractGeometryType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml.tex._1   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractGeometryType
 void GMLMarshaller.marshalAbstractGeometry(AbstractGeometry src, AbstractGeometryType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractGeometryType
 void GMLUnmarshaller.unmarshalAbstractGeometry(AbstractGeometryType src, AbstractGeometry dest)
           
 

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

Subclasses of AbstractGeometryType in org.citygml4j.jaxb.citygml.tex._1
 class TexturedSurfaceType
          Deprecated since CityGML version 0.4.0.
 

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

Subclasses of AbstractGeometryType in org.citygml4j.jaxb.gml._3_1_1
 class AbstractCurveType
          An abstraction of a curve to support the different levels of complexity.
 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 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 AbstractSurfaceType
          An abstraction of a surface to support the different levels of complexity.
 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 CurveType
          Curve is a 1-dimensional primitive.
 class GeometricComplexType
          A geometric complex.
 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 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 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 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 MultiSolidType
          A MultiSolid is defined by one or more Solids, referenced through solidMember elements.
 class MultiSurfaceType
          A MultiSurface is defined by one or more Surfaces, referenced through surfaceMember elements.
 class OrientableCurveType
          OrientableCurve consists of a curve and an orientation.
 class OrientableSurfaceType
          OrientableSurface consists of a surface and an orientation.
 class PointType
          A Point is defined by a single coordinate tuple.
 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 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 SurfaceType
          A Surface is a 2-dimensional primitive and is composed of one or more surface patches.
 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 TriangulatedSurfaceType
          A triangulated surface is a polyhedral surface that is composed only of triangles.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractGeometryType
 javax.xml.bind.JAXBElement<AbstractGeometryType> ObjectFactory.create_Geometry(AbstractGeometryType value)
          Create an instance of JAXBElement<AbstractGeometryType>}
 javax.xml.bind.JAXBElement<AbstractGeometryType> ObjectFactory.create_ImplicitGeometry(AbstractGeometryType value)
          Create an instance of JAXBElement<AbstractGeometryType>}
 javax.xml.bind.JAXBElement<? extends AbstractGeometryType> TargetPropertyType.get_Geometry()
          Ruft den Wert der _Geometry-Eigenschaft ab.
 javax.xml.bind.JAXBElement<? extends AbstractGeometryType> LocationPropertyType.get_Geometry()
          Ruft den Wert der _Geometry-Eigenschaft ab.
 javax.xml.bind.JAXBElement<? extends AbstractGeometryType> GeometryPropertyType.get_Geometry()
          Ruft den Wert der _Geometry-Eigenschaft ab.
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>> GeometryArrayPropertyType.get_Geometry()
          Gets the value of the geometry property.
 javax.xml.bind.JAXBElement<? extends AbstractGeometryType> DomainSetType.get_Geometry()
          Ruft den Wert der _Geometry-Eigenschaft ab.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractGeometryType
 void TargetPropertyType.set_Geometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)
          Legt den Wert der _Geometry-Eigenschaft fest.
 void LocationPropertyType.set_Geometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)
          Legt den Wert der _Geometry-Eigenschaft fest.
 void GeometryPropertyType.set_Geometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)
          Legt den Wert der _Geometry-Eigenschaft fest.
 void DomainSetType.set_Geometry(javax.xml.bind.JAXBElement<? extends AbstractGeometryType> value)
          Legt den Wert der _Geometry-Eigenschaft fest.
 void GeometryArrayPropertyType.set_Geometry(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>> geometry)
          Sets the value of the _Geometry property.