Uses of Interface
net.opengis.gml311.AbstractGeometryType
Packages that use AbstractGeometryType
-
Uses of AbstractGeometryType in net.opengis.gml311
Subinterfaces of AbstractGeometryType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Abstract Curve Type'.interface
A representation of the model object 'Abstract Geometric Aggregate Type'.interface
A representation of the model object 'Abstract Geometric Primitive Type'.interface
A representation of the model object 'Abstract Ring Type'.interface
A representation of the model object 'Abstract Solid Type'.interface
A representation of the model object 'Abstract Surface Type'.interface
A representation of the model object 'Composite Curve Type'.interface
A representation of the model object 'Composite Solid Type'.interface
A representation of the model object 'Composite Surface Type'.interface
A representation of the model object 'Curve Type'.interface
A representation of the model object 'Geometric Complex Type'.interface
A representation of the model object 'Grid Type'.interface
A representation of the model object 'Linear Ring Type'.interface
A representation of the model object 'Line String Type'.interface
A representation of the model object 'Multi Curve Type'.interface
A representation of the model object 'Multi Geometry Type'.interface
A representation of the model object 'Multi Line String Type'.interface
A representation of the model object 'Multi Point Type'.interface
A representation of the model object 'Multi Polygon Type'.interface
A representation of the model object 'Multi Solid Type'.interface
A representation of the model object 'Multi Surface Type'.interface
A representation of the model object 'Orientable Curve Type'.interface
A representation of the model object 'Orientable Surface Type'.interface
A representation of the model object 'Point Type'.interface
A representation of the model object 'Polygon Type'.interface
A representation of the model object 'Polyhedral Surface Type'.interface
A representation of the model object 'Rectified Grid Type'.interface
A representation of the model object 'Ring Type'.interface
A representation of the model object 'Solid Type'.interface
A representation of the model object 'Surface Type'.interface
A representation of the model object 'Tin Type'.interface
A representation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311 that return AbstractGeometryTypeModifier and TypeMethodDescriptionDocumentRoot.getGeometry()
Returns the value of the 'Geometry' containment reference.DomainSetType.getGeometry()
Returns the value of the 'Geometry' containment reference.GeometryPropertyType.getGeometry()
Returns the value of the 'Geometry' containment reference.LocationPropertyType.getGeometry()
Returns the value of the 'Geometry' containment reference.TargetPropertyType.getGeometry()
Returns the value of the 'Geometry' containment reference.DocumentRoot.getImplicitGeometry()
Returns the value of the 'Implicit Geometry' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractGeometryTypeModifier and TypeMethodDescriptionEList<AbstractGeometryType>
GeometryArrayPropertyType.getGeometry()
Returns the value of the 'Geometry' containment reference list. -
Uses of AbstractGeometryType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractGeometryTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Curve Type'.class
An implementation of the model object 'Abstract Geometric Aggregate Type'.class
An implementation of the model object 'Abstract Geometric Primitive Type'.class
An implementation of the model object 'Abstract Geometry Type'.class
An implementation of the model object 'Abstract Ring Type'.class
An implementation of the model object 'Abstract Solid Type'.class
An implementation of the model object 'Abstract Surface Type'.class
An implementation of the model object 'Composite Curve Type'.class
An implementation of the model object 'Composite Solid Type'.class
An implementation of the model object 'Composite Surface Type'.class
An implementation of the model object 'Curve Type'.class
An implementation of the model object 'Geometric Complex Type'.class
An implementation of the model object 'Grid Type'.class
An implementation of the model object 'Linear Ring Type'.class
An implementation of the model object 'Line String Type'.class
An implementation of the model object 'Multi Curve Type'.class
An implementation of the model object 'Multi Geometry Type'.class
An implementation of the model object 'Multi Line String Type'.class
An implementation of the model object 'Multi Point Type'.class
An implementation of the model object 'Multi Polygon Type'.class
An implementation of the model object 'Multi Solid Type'.class
An implementation of the model object 'Multi Surface Type'.class
An implementation of the model object 'Orientable Curve Type'.class
An implementation of the model object 'Orientable Surface Type'.class
An implementation of the model object 'Point Type'.class
An implementation of the model object 'Polygon Type'.class
An implementation of the model object 'Polyhedral Surface Type'.class
An implementation of the model object 'Rectified Grid Type'.class
An implementation of the model object 'Ring Type'.class
An implementation of the model object 'Solid Type'.class
An implementation of the model object 'Surface Type'.class
An implementation of the model object 'Tin Type'.class
An implementation of the model object 'Triangulated Surface Type'.Methods in net.opengis.gml311.impl that return AbstractGeometryTypeModifier and TypeMethodDescriptionDocumentRootImpl.getGeometry()
DomainSetTypeImpl.getGeometry()
GeometryPropertyTypeImpl.getGeometry()
LocationPropertyTypeImpl.getGeometry()
TargetPropertyTypeImpl.getGeometry()
DocumentRootImpl.getImplicitGeometry()
Methods in net.opengis.gml311.impl that return types with arguments of type AbstractGeometryTypeModifier and TypeMethodDescriptionEList<AbstractGeometryType>
GeometryArrayPropertyTypeImpl.getGeometry()
Methods in net.opengis.gml311.impl with parameters of type AbstractGeometryTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGeometry
(AbstractGeometryType newGeometry, NotificationChain msgs) NotificationChain
DomainSetTypeImpl.basicSetGeometry
(AbstractGeometryType newGeometry, NotificationChain msgs) NotificationChain
GeometryPropertyTypeImpl.basicSetGeometry
(AbstractGeometryType newGeometry, NotificationChain msgs) NotificationChain
LocationPropertyTypeImpl.basicSetGeometry
(AbstractGeometryType newGeometry, NotificationChain msgs) NotificationChain
TargetPropertyTypeImpl.basicSetGeometry
(AbstractGeometryType newGeometry, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetImplicitGeometry
(AbstractGeometryType newImplicitGeometry, NotificationChain msgs) -
Uses of AbstractGeometryType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractGeometryTypeModifier and TypeMethodDescriptionGml311Switch.caseAbstractGeometryType
(AbstractGeometryType object) Returns the result of interpreting the object as an instance of 'Abstract Geometry Type'.boolean
Gml311Validator.validateAbstractGeometryType
(AbstractGeometryType abstractGeometryType, DiagnosticChain diagnostics, Map<Object, Object> context)