Uses of Interface
net.opengis.gml311.EllipsoidType
Packages that use EllipsoidType
-
Uses of EllipsoidType in net.opengis.gml311
Methods in net.opengis.gml311 that return EllipsoidTypeModifier and TypeMethodDescriptionGml311Factory.createEllipsoidType()
Returns a new object of class 'Ellipsoid Type'.DocumentRoot.getEllipsoid()
Returns the value of the 'Ellipsoid' containment reference.EllipsoidRefType.getEllipsoid()
Returns the value of the 'Ellipsoid' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setEllipsoid
(EllipsoidType value) Sets the value of the 'Ellipsoid
' containment reference.void
EllipsoidRefType.setEllipsoid
(EllipsoidType value) Sets the value of the 'Ellipsoid
' containment reference. -
Uses of EllipsoidType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Ellipsoid Type'.Fields in net.opengis.gml311.impl declared as EllipsoidTypeModifier and TypeFieldDescriptionprotected EllipsoidType
EllipsoidRefTypeImpl.ellipsoid
The cached value of the 'Ellipsoid
' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createEllipsoidType()
DocumentRootImpl.getEllipsoid()
EllipsoidRefTypeImpl.getEllipsoid()
Methods in net.opengis.gml311.impl with parameters of type EllipsoidTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetEllipsoid
(EllipsoidType newEllipsoid, NotificationChain msgs) NotificationChain
EllipsoidRefTypeImpl.basicSetEllipsoid
(EllipsoidType newEllipsoid, NotificationChain msgs) void
DocumentRootImpl.setEllipsoid
(EllipsoidType newEllipsoid) void
EllipsoidRefTypeImpl.setEllipsoid
(EllipsoidType newEllipsoid) -
Uses of EllipsoidType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidTypeModifier and TypeMethodDescriptionGml311Switch.caseEllipsoidType
(EllipsoidType object) Returns the result of interpreting the object as an instance of 'Ellipsoid Type'.boolean
Gml311Validator.validateEllipsoidType
(EllipsoidType ellipsoidType, DiagnosticChain diagnostics, Map<Object, Object> context)