org.citygml4j.jaxb.gml._3_1_1
Class GeometryArrayPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.GeometryArrayPropertyType

public class GeometryArrayPropertyType
extends java.lang.Object

A container for an array of geometry elements. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.

Java class for GeometryArrayPropertyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GeometryArrayPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}_Geometry" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GeometryArrayPropertyType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>> get_Geometry()
          Gets the value of the geometry property.
 boolean isSet_Geometry()
           
 void set_Geometry(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>> geometry)
          Sets the value of the _Geometry property.
 void unset_Geometry()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryArrayPropertyType

public GeometryArrayPropertyType()
Method Detail

get_Geometry

public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>> get_Geometry()
Gets the value of the geometry property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the geometry property.

For example, to add a new item, do as follows:

    get_Geometry().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<MultiSolidType> JAXBElement<AbstractGeometricPrimitiveType> JAXBElement<MultiGeometryType> JAXBElement<AbstractGeometryType> JAXBElement<AbstractSurfaceType> JAXBElement<SurfaceType> JAXBElement<TriangulatedSurfaceType> JAXBElement<RingType> JAXBElement<CompositeCurveType> JAXBElement<PointType> JAXBElement<GeometricComplexType> JAXBElement<RectifiedGridType> JAXBElement<TexturedSurfaceType> JAXBElement<MultiPolygonType> JAXBElement<AbstractGeometricAggregateType> JAXBElement<PolyhedralSurfaceType> JAXBElement<MultiLineStringType> JAXBElement<GridType> JAXBElement<LineStringType> JAXBElement<PolygonType> JAXBElement<AbstractGeometryType> JAXBElement<CompositeSurfaceType> JAXBElement<CompositeSolidType> JAXBElement<AbstractCurveType> JAXBElement<CurveType> JAXBElement<MultiSurfaceType> JAXBElement<TexturedSurfaceType> JAXBElement<OrientableCurveType> JAXBElement<AbstractRingType> JAXBElement<LinearRingType> JAXBElement<AbstractSolidType> JAXBElement<MultiCurveType> JAXBElement<MultiPointType> JAXBElement<TinType> JAXBElement<SolidType> JAXBElement<OrientableSurfaceType>


isSet_Geometry

public boolean isSet_Geometry()

unset_Geometry

public void unset_Geometry()

set_Geometry

public void set_Geometry(java.util.List<javax.xml.bind.JAXBElement<? extends AbstractGeometryType>> geometry)
Sets the value of the _Geometry property.

Parameters:
geometry - allowed object is JAXBElement<MultiSolidType> JAXBElement<AbstractGeometricPrimitiveType> JAXBElement<MultiGeometryType> JAXBElement<AbstractGeometryType> JAXBElement<AbstractSurfaceType> JAXBElement<SurfaceType> JAXBElement<TriangulatedSurfaceType> JAXBElement<RingType> JAXBElement<CompositeCurveType> JAXBElement<PointType> JAXBElement<GeometricComplexType> JAXBElement<RectifiedGridType> JAXBElement<TexturedSurfaceType> JAXBElement<MultiPolygonType> JAXBElement<AbstractGeometricAggregateType> JAXBElement<PolyhedralSurfaceType> JAXBElement<MultiLineStringType> JAXBElement<GridType> JAXBElement<LineStringType> JAXBElement<PolygonType> JAXBElement<AbstractGeometryType> JAXBElement<CompositeSurfaceType> JAXBElement<CompositeSolidType> JAXBElement<AbstractCurveType> JAXBElement<CurveType> JAXBElement<MultiSurfaceType> JAXBElement<TexturedSurfaceType> JAXBElement<OrientableCurveType> JAXBElement<AbstractRingType> JAXBElement<LinearRingType> JAXBElement<AbstractSolidType> JAXBElement<MultiCurveType> JAXBElement<MultiPointType> JAXBElement<TinType> JAXBElement<SolidType> JAXBElement<OrientableSurfaceType>