Uses of Interface
net.opengis.gml311.EllipsoidalCSRefType
Packages that use EllipsoidalCSRefType
-
Uses of EllipsoidalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return EllipsoidalCSRefTypeModifier and TypeMethodDescriptionGml311Factory.createEllipsoidalCSRefType()
Returns a new object of class 'Ellipsoidal CS Ref Type'.DocumentRoot.getEllipsoidalCSRef()
Returns the value of the 'Ellipsoidal CS Ref' containment reference.DocumentRoot.getUsesEllipsoidalCS()
Returns the value of the 'Uses Ellipsoidal CS' containment reference.GeographicCRSType.getUsesEllipsoidalCS()
Returns the value of the 'Uses Ellipsoidal CS' containment reference.Methods in net.opengis.gml311 with parameters of type EllipsoidalCSRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setEllipsoidalCSRef
(EllipsoidalCSRefType value) Sets the value of the 'Ellipsoidal CS Ref
' containment reference.void
DocumentRoot.setUsesEllipsoidalCS
(EllipsoidalCSRefType value) Sets the value of the 'Uses Ellipsoidal CS
' containment reference.void
GeographicCRSType.setUsesEllipsoidalCS
(EllipsoidalCSRefType value) Sets the value of the 'Uses Ellipsoidal CS
' containment reference. -
Uses of EllipsoidalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement EllipsoidalCSRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Ellipsoidal CS Ref Type'.Fields in net.opengis.gml311.impl declared as EllipsoidalCSRefTypeModifier and TypeFieldDescriptionprotected EllipsoidalCSRefType
GeographicCRSTypeImpl.usesEllipsoidalCS
The cached value of the 'Uses Ellipsoidal CS
' containment reference.Methods in net.opengis.gml311.impl that return EllipsoidalCSRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createEllipsoidalCSRefType()
DocumentRootImpl.getEllipsoidalCSRef()
DocumentRootImpl.getUsesEllipsoidalCS()
GeographicCRSTypeImpl.getUsesEllipsoidalCS()
Methods in net.opengis.gml311.impl with parameters of type EllipsoidalCSRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetEllipsoidalCSRef
(EllipsoidalCSRefType newEllipsoidalCSRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesEllipsoidalCS
(EllipsoidalCSRefType newUsesEllipsoidalCS, NotificationChain msgs) NotificationChain
GeographicCRSTypeImpl.basicSetUsesEllipsoidalCS
(EllipsoidalCSRefType newUsesEllipsoidalCS, NotificationChain msgs) void
DocumentRootImpl.setEllipsoidalCSRef
(EllipsoidalCSRefType newEllipsoidalCSRef) void
DocumentRootImpl.setUsesEllipsoidalCS
(EllipsoidalCSRefType newUsesEllipsoidalCS) void
GeographicCRSTypeImpl.setUsesEllipsoidalCS
(EllipsoidalCSRefType newUsesEllipsoidalCS) -
Uses of EllipsoidalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type EllipsoidalCSRefTypeModifier and TypeMethodDescriptionGml311Switch.caseEllipsoidalCSRefType
(EllipsoidalCSRefType object) Returns the result of interpreting the object as an instance of 'Ellipsoidal CS Ref Type'.boolean
Gml311Validator.validateEllipsoidalCSRefType
(EllipsoidalCSRefType ellipsoidalCSRefType, DiagnosticChain diagnostics, Map<Object, Object> context)