Uses of Interface
net.opengis.gml311.SphericalCSType
Packages that use SphericalCSType
-
Uses of SphericalCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return SphericalCSTypeModifier and TypeMethodDescriptionGml311Factory.createSphericalCSType()
Returns a new object of class 'Spherical CS Type'.DocumentRoot.getSphericalCS()
Returns the value of the 'Spherical CS' containment reference.SphericalCSRefType.getSphericalCS()
Returns the value of the 'Spherical CS' containment reference.Methods in net.opengis.gml311 with parameters of type SphericalCSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSphericalCS
(SphericalCSType value) Sets the value of the 'Spherical CS
' containment reference.void
SphericalCSRefType.setSphericalCS
(SphericalCSType value) Sets the value of the 'Spherical CS
' containment reference. -
Uses of SphericalCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SphericalCSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Spherical CS Type'.Fields in net.opengis.gml311.impl declared as SphericalCSTypeModifier and TypeFieldDescriptionprotected SphericalCSType
SphericalCSRefTypeImpl.sphericalCS
The cached value of the 'Spherical CS
' containment reference.Methods in net.opengis.gml311.impl that return SphericalCSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSphericalCSType()
DocumentRootImpl.getSphericalCS()
SphericalCSRefTypeImpl.getSphericalCS()
Methods in net.opengis.gml311.impl with parameters of type SphericalCSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSphericalCS
(SphericalCSType newSphericalCS, NotificationChain msgs) NotificationChain
SphericalCSRefTypeImpl.basicSetSphericalCS
(SphericalCSType newSphericalCS, NotificationChain msgs) void
DocumentRootImpl.setSphericalCS
(SphericalCSType newSphericalCS) void
SphericalCSRefTypeImpl.setSphericalCS
(SphericalCSType newSphericalCS) -
Uses of SphericalCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SphericalCSTypeModifier and TypeMethodDescriptionGml311Switch.caseSphericalCSType
(SphericalCSType object) Returns the result of interpreting the object as an instance of 'Spherical CS Type'.boolean
Gml311Validator.validateSphericalCSType
(SphericalCSType sphericalCSType, DiagnosticChain diagnostics, Map<Object, Object> context)