Uses of Interface
net.opengis.gml311.AbstractGeometricAggregateType
-
Packages that use AbstractGeometricAggregateType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractGeometricAggregateType in net.opengis.gml311
Subinterfaces of AbstractGeometricAggregateType in net.opengis.gml311 Modifier and Type Interface Description interface
MultiCurveType
A representation of the model object 'Multi Curve Type'.interface
MultiGeometryType
A representation of the model object 'Multi Geometry Type'.interface
MultiLineStringType
A representation of the model object 'Multi Line String Type'.interface
MultiPointType
A representation of the model object 'Multi Point Type'.interface
MultiPolygonType
A representation of the model object 'Multi Polygon Type'.interface
MultiSolidType
A representation of the model object 'Multi Solid Type'.interface
MultiSurfaceType
A representation of the model object 'Multi Surface Type'.Methods in net.opengis.gml311 that return AbstractGeometricAggregateType Modifier and Type Method Description AbstractGeometricAggregateType
DocumentRoot. getGeometricAggregate()
Returns the value of the 'Geometric Aggregate' containment reference.AbstractGeometricAggregateType
MultiGeometryPropertyType. getGeometricAggregate()
Returns the value of the 'Geometric Aggregate' containment reference. -
Uses of AbstractGeometricAggregateType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeometricAggregateType Modifier and Type Class Description class
AbstractGeometricAggregateTypeImpl
An implementation of the model object 'Abstract Geometric Aggregate Type'.class
MultiCurveTypeImpl
An implementation of the model object 'Multi Curve Type'.class
MultiGeometryTypeImpl
An implementation of the model object 'Multi Geometry Type'.class
MultiLineStringTypeImpl
An implementation of the model object 'Multi Line String Type'.class
MultiPointTypeImpl
An implementation of the model object 'Multi Point Type'.class
MultiPolygonTypeImpl
An implementation of the model object 'Multi Polygon Type'.class
MultiSolidTypeImpl
An implementation of the model object 'Multi Solid Type'.class
MultiSurfaceTypeImpl
An implementation of the model object 'Multi Surface Type'.Methods in net.opengis.gml311.impl that return AbstractGeometricAggregateType Modifier and Type Method Description AbstractGeometricAggregateType
DocumentRootImpl. getGeometricAggregate()
AbstractGeometricAggregateType
MultiGeometryPropertyTypeImpl. getGeometricAggregate()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeometricAggregateType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGeometricAggregate(AbstractGeometricAggregateType newGeometricAggregate, NotificationChain msgs)
NotificationChain
MultiGeometryPropertyTypeImpl. basicSetGeometricAggregate(AbstractGeometricAggregateType newGeometricAggregate, NotificationChain msgs)
-
Uses of AbstractGeometricAggregateType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeometricAggregateType Modifier and Type Method Description T
Gml311Switch. caseAbstractGeometricAggregateType(AbstractGeometricAggregateType object)
Returns the result of interpreting the object as an instance of 'Abstract Geometric Aggregate Type'.boolean
Gml311Validator. validateAbstractGeometricAggregateType(AbstractGeometricAggregateType abstractGeometricAggregateType, DiagnosticChain diagnostics, Map<Object,Object> context)
-