Package nl.b3p.topnl.top100nl
Class AbstractGeometricAggregateType
java.lang.Object
nl.b3p.topnl.top100nl.AbstractGMLType
nl.b3p.topnl.top100nl.AbstractGeometryType
nl.b3p.topnl.top100nl.AbstractGeometricAggregateType
- Direct Known Subclasses:
MultiSurfaceType
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 Summary
Fields inherited from class nl.b3p.topnl.top100nl.AbstractGeometryType
axisLabels, srsDimension, srsName, uomLabels
Fields inherited from class nl.b3p.topnl.top100nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggregationType property.void
Sets the value of the aggregationType property.Methods inherited from class nl.b3p.topnl.top100nl.AbstractGeometryType
getAxisLabels, getSrsDimension, getSrsName, getUomLabels, setSrsDimension, setSrsName
Methods inherited from class nl.b3p.topnl.top100nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
aggregationType
-
-
Constructor Details
-
AbstractGeometricAggregateType
public AbstractGeometricAggregateType()
-
-
Method Details
-
getAggregationType
Gets the value of the aggregationType property.- Returns:
- possible object is
AggregationType
-
setAggregationType
Sets the value of the aggregationType property.- Parameters:
value
- allowed object isAggregationType
-