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

Packages that use AbstractGeometricPrimitiveType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.gml._3_1_1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractGeometricPrimitiveType
 void GMLMarshaller.marshalAbstractGeometricPrimitive(AbstractGeometricPrimitive src, AbstractGeometricPrimitiveType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractGeometricPrimitiveType
 void GMLUnmarshaller.unmarshalAbstractGeometricPrimitive(AbstractGeometricPrimitiveType src, AbstractGeometricPrimitive dest)
           
 

Uses of AbstractGeometricPrimitiveType in org.citygml4j.jaxb.citygml._0_4
 

Subclasses of AbstractGeometricPrimitiveType in org.citygml4j.jaxb.citygml._0_4
 class TexturedSurfaceType
          Deprecated in CityGML version 0.4.0.
 

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

Subclasses of AbstractGeometricPrimitiveType in org.citygml4j.jaxb.gml._3_1_1
 class AbstractCurveType
          An abstraction of a curve to support the different levels of 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 LineStringType
          A LineString is a special curve that consists of a single segment with linear interpolation.
 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 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 AbstractGeometricPrimitiveType
 javax.xml.bind.JAXBElement<AbstractGeometricPrimitiveType> ObjectFactory.create_GeometricPrimitive(AbstractGeometricPrimitiveType value)
          Create an instance of JAXBElement<AbstractGeometricPrimitiveType>}
 javax.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType> GeometricPrimitivePropertyType.get_GeometricPrimitive()
          Gets the value of the _GeometricPrimitive property.
 

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

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractGeometricPrimitiveType
 void GeometricPrimitivePropertyType.set_GeometricPrimitive(javax.xml.bind.JAXBElement<? extends AbstractGeometricPrimitiveType> value)
          Sets the value of the _GeometricPrimitive property.