Uses of Interface
net.opengis.gml.AbstractGeometricPrimitiveType
Packages that use AbstractGeometricPrimitiveType
Package
Description
-
Uses of AbstractGeometricPrimitiveType in net.opengis.gml
Subinterfaces of AbstractGeometricPrimitiveType in net.opengis.gmlModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Abstract Surface Type'.interface
A representation of the model object 'Polygon Type'.Methods in net.opengis.gml that return AbstractGeometricPrimitiveTypeModifier and TypeMethodDescriptionDocumentRoot.getGeometricPrimitive()
Returns the value of the 'Geometric Primitive' containment reference. -
Uses of AbstractGeometricPrimitiveType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractGeometricPrimitiveTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Geometric Primitive Type'.class
An implementation of the model object 'Abstract Surface Type'.class
An implementation of the model object 'Polygon Type'.Methods in net.opengis.gml.impl that return AbstractGeometricPrimitiveTypeMethods in net.opengis.gml.impl with parameters of type AbstractGeometricPrimitiveTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetGeometricPrimitive
(AbstractGeometricPrimitiveType newGeometricPrimitive, NotificationChain msgs) -
Uses of AbstractGeometricPrimitiveType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type AbstractGeometricPrimitiveTypeModifier and TypeMethodDescriptionGmlSwitch.caseAbstractGeometricPrimitiveType
(AbstractGeometricPrimitiveType object) Returns the result of interpreting the object as an instance of 'Abstract Geometric Primitive Type'.boolean
GmlValidator.validateAbstractGeometricPrimitiveType
(AbstractGeometricPrimitiveType abstractGeometricPrimitiveType, DiagnosticChain diagnostics, Map context) -
Uses of AbstractGeometricPrimitiveType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type AbstractGeometricPrimitiveTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateGeometricPrimitive
(AbstractGeometricPrimitiveType value)