Uses of Interface
net.opengis.gml311.EllipsoidalCSType
Packages that use EllipsoidalCSType
-
Uses of EllipsoidalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return EllipsoidalCSTypeModifier and TypeMethodDescriptionGml311Factory.createEllipsoidalCSType()
Returns a new object of class 'Ellipsoidal CS Type'.DocumentRoot.getEllipsoidalCS()
Returns the value of the 'Ellipsoidal CS' containment reference.EllipsoidalCSRefType.getEllipsoidalCS()
Returns the value of the 'Ellipsoidal CS' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidalCSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setEllipsoidalCS
(EllipsoidalCSType value) Sets the value of the 'Ellipsoidal CS
' containment reference.void
EllipsoidalCSRefType.setEllipsoidalCS
(EllipsoidalCSType value) Sets the value of the 'Ellipsoidal CS
' containment reference. -
Uses of EllipsoidalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidalCSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Ellipsoidal CS Type'.Fields in net.opengis.gml311.impl declared as EllipsoidalCSTypeModifier and TypeFieldDescriptionprotected EllipsoidalCSType
EllipsoidalCSRefTypeImpl.ellipsoidalCS
The cached value of the 'Ellipsoidal CS
' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidalCSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createEllipsoidalCSType()
DocumentRootImpl.getEllipsoidalCS()
EllipsoidalCSRefTypeImpl.getEllipsoidalCS()
Methods in net.opengis.gml311.impl with parameters of type EllipsoidalCSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetEllipsoidalCS
(EllipsoidalCSType newEllipsoidalCS, NotificationChain msgs) NotificationChain
EllipsoidalCSRefTypeImpl.basicSetEllipsoidalCS
(EllipsoidalCSType newEllipsoidalCS, NotificationChain msgs) void
DocumentRootImpl.setEllipsoidalCS
(EllipsoidalCSType newEllipsoidalCS) void
EllipsoidalCSRefTypeImpl.setEllipsoidalCS
(EllipsoidalCSType newEllipsoidalCS) -
Uses of EllipsoidalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidalCSTypeModifier and TypeMethodDescriptionGml311Switch.caseEllipsoidalCSType
(EllipsoidalCSType object) Returns the result of interpreting the object as an instance of 'Ellipsoidal CS Type'.boolean
Gml311Validator.validateEllipsoidalCSType
(EllipsoidalCSType ellipsoidalCSType, DiagnosticChain diagnostics, Map<Object, Object> context)