Class AbstractGeometricAggregateType

Direct Known Subclasses:
MultiSurfaceType

public abstract class AbstractGeometricAggregateType extends AbstractGeometryType
Java class for AbstractGeometricAggregateType complex type.

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

 <complexType name="AbstractGeometricAggregateType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml/3.2}AbstractGeometryType">
       <attGroup ref="{http://www.opengis.net/gml/3.2}AggregationAttributeGroup"/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AbstractGeometricAggregateType

      public AbstractGeometricAggregateType()
  • Method Details

    • getAggregationType

      public AggregationType getAggregationType()
      Gets the value of the aggregationType property.
      Returns:
      possible object is AggregationType
    • setAggregationType

      public void setAggregationType(AggregationType value)
      Sets the value of the aggregationType property.
      Parameters:
      value - allowed object is AggregationType