Uses of Interface
net.opengis.gml311.EllipsoidRefType
Packages that use EllipsoidRefType
-
Uses of EllipsoidRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return EllipsoidRefTypeModifier and TypeMethodDescriptionGml311Factory.createEllipsoidRefType()
Returns a new object of class 'Ellipsoid Ref Type'.DocumentRoot.getEllipsoidRef()
Returns the value of the 'Ellipsoid Ref' containment reference.DocumentRoot.getUsesEllipsoid()
Returns the value of the 'Uses Ellipsoid' containment reference.GeodeticDatumType.getUsesEllipsoid()
Returns the value of the 'Uses Ellipsoid' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setEllipsoidRef
(EllipsoidRefType value) Sets the value of the 'Ellipsoid Ref
' containment reference.void
DocumentRoot.setUsesEllipsoid
(EllipsoidRefType value) Sets the value of the 'Uses Ellipsoid
' containment reference.void
GeodeticDatumType.setUsesEllipsoid
(EllipsoidRefType value) Sets the value of the 'Uses Ellipsoid
' containment reference. -
Uses of EllipsoidRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Ellipsoid Ref Type'.Fields in net.opengis.gml311.impl declared as EllipsoidRefTypeModifier and TypeFieldDescriptionprotected EllipsoidRefType
GeodeticDatumTypeImpl.usesEllipsoid
The cached value of the 'Uses Ellipsoid
' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createEllipsoidRefType()
DocumentRootImpl.getEllipsoidRef()
DocumentRootImpl.getUsesEllipsoid()
GeodeticDatumTypeImpl.getUsesEllipsoid()
Methods in net.opengis.gml311.impl with parameters of type EllipsoidRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetEllipsoidRef
(EllipsoidRefType newEllipsoidRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesEllipsoid
(EllipsoidRefType newUsesEllipsoid, NotificationChain msgs) NotificationChain
GeodeticDatumTypeImpl.basicSetUsesEllipsoid
(EllipsoidRefType newUsesEllipsoid, NotificationChain msgs) void
DocumentRootImpl.setEllipsoidRef
(EllipsoidRefType newEllipsoidRef) void
DocumentRootImpl.setUsesEllipsoid
(EllipsoidRefType newUsesEllipsoid) void
GeodeticDatumTypeImpl.setUsesEllipsoid
(EllipsoidRefType newUsesEllipsoid) -
Uses of EllipsoidRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidRefTypeModifier and TypeMethodDescriptionGml311Switch.caseEllipsoidRefType
(EllipsoidRefType object) Returns the result of interpreting the object as an instance of 'Ellipsoid Ref Type'.boolean
Gml311Validator.validateEllipsoidRefType
(EllipsoidRefType ellipsoidRefType, DiagnosticChain diagnostics, Map<Object, Object> context)