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 interfaceMultiCurveTypeA representation of the model object 'Multi Curve Type'.interfaceMultiGeometryTypeA representation of the model object 'Multi Geometry Type'.interfaceMultiLineStringTypeA representation of the model object 'Multi Line String Type'.interfaceMultiPointTypeA representation of the model object 'Multi Point Type'.interfaceMultiPolygonTypeA representation of the model object 'Multi Polygon Type'.interfaceMultiSolidTypeA representation of the model object 'Multi Solid Type'.interfaceMultiSurfaceTypeA representation of the model object 'Multi Surface Type'.Methods in net.opengis.gml311 that return AbstractGeometricAggregateType Modifier and Type Method Description AbstractGeometricAggregateTypeDocumentRoot. getGeometricAggregate()Returns the value of the 'Geometric Aggregate' containment reference.AbstractGeometricAggregateTypeMultiGeometryPropertyType. 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 classAbstractGeometricAggregateTypeImplAn implementation of the model object 'Abstract Geometric Aggregate Type'.classMultiCurveTypeImplAn implementation of the model object 'Multi Curve Type'.classMultiGeometryTypeImplAn implementation of the model object 'Multi Geometry Type'.classMultiLineStringTypeImplAn implementation of the model object 'Multi Line String Type'.classMultiPointTypeImplAn implementation of the model object 'Multi Point Type'.classMultiPolygonTypeImplAn implementation of the model object 'Multi Polygon Type'.classMultiSolidTypeImplAn implementation of the model object 'Multi Solid Type'.classMultiSurfaceTypeImplAn implementation of the model object 'Multi Surface Type'.Methods in net.opengis.gml311.impl that return AbstractGeometricAggregateType Modifier and Type Method Description AbstractGeometricAggregateTypeDocumentRootImpl. getGeometricAggregate()AbstractGeometricAggregateTypeMultiGeometryPropertyTypeImpl. getGeometricAggregate()Methods in net.opengis.gml311.impl with parameters of type AbstractGeometricAggregateType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGeometricAggregate(AbstractGeometricAggregateType newGeometricAggregate, NotificationChain msgs)NotificationChainMultiGeometryPropertyTypeImpl. 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 TGml311Switch. caseAbstractGeometricAggregateType(AbstractGeometricAggregateType object)Returns the result of interpreting the object as an instance of 'Abstract Geometric Aggregate Type'.booleanGml311Validator. validateAbstractGeometricAggregateType(AbstractGeometricAggregateType abstractGeometricAggregateType, DiagnosticChain diagnostics, Map<Object,Object> context)
-