Uses of Interface
net.opengis.gml311.SphericalCSRefType
Packages that use SphericalCSRefType
-
Uses of SphericalCSRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return SphericalCSRefTypeModifier and TypeMethodDescriptionGml311Factory.createSphericalCSRefType()
Returns a new object of class 'Spherical CS Ref Type'.DocumentRoot.getSphericalCSRef()
Returns the value of the 'Spherical CS Ref' containment reference.DocumentRoot.getUsesSphericalCS()
Returns the value of the 'Uses Spherical CS' containment reference.GeocentricCRSType.getUsesSphericalCS()
Returns the value of the 'Uses Spherical CS' containment reference.Methods in net.opengis.gml311 with parameters of type SphericalCSRefTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSphericalCSRef
(SphericalCSRefType value) Sets the value of the 'Spherical CS Ref
' containment reference.void
DocumentRoot.setUsesSphericalCS
(SphericalCSRefType value) Sets the value of the 'Uses Spherical CS
' containment reference.void
GeocentricCRSType.setUsesSphericalCS
(SphericalCSRefType value) Sets the value of the 'Uses Spherical CS
' containment reference. -
Uses of SphericalCSRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SphericalCSRefTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Spherical CS Ref Type'.Fields in net.opengis.gml311.impl declared as SphericalCSRefTypeModifier and TypeFieldDescriptionprotected SphericalCSRefType
GeocentricCRSTypeImpl.usesSphericalCS
The cached value of the 'Uses Spherical CS
' containment reference.Methods in net.opengis.gml311.impl that return SphericalCSRefTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSphericalCSRefType()
DocumentRootImpl.getSphericalCSRef()
DocumentRootImpl.getUsesSphericalCS()
GeocentricCRSTypeImpl.getUsesSphericalCS()
Methods in net.opengis.gml311.impl with parameters of type SphericalCSRefTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSphericalCSRef
(SphericalCSRefType newSphericalCSRef, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetUsesSphericalCS
(SphericalCSRefType newUsesSphericalCS, NotificationChain msgs) NotificationChain
GeocentricCRSTypeImpl.basicSetUsesSphericalCS
(SphericalCSRefType newUsesSphericalCS, NotificationChain msgs) void
DocumentRootImpl.setSphericalCSRef
(SphericalCSRefType newSphericalCSRef) void
DocumentRootImpl.setUsesSphericalCS
(SphericalCSRefType newUsesSphericalCS) void
GeocentricCRSTypeImpl.setUsesSphericalCS
(SphericalCSRefType newUsesSphericalCS) -
Uses of SphericalCSRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SphericalCSRefTypeModifier and TypeMethodDescriptionGml311Switch.caseSphericalCSRefType
(SphericalCSRefType object) Returns the result of interpreting the object as an instance of 'Spherical CS Ref Type'.boolean
Gml311Validator.validateSphericalCSRefType
(SphericalCSRefType sphericalCSRefType, DiagnosticChain diagnostics, Map<Object, Object> context)