Uses of Interface
net.opengis.gml311.PolarCSType
Packages that use PolarCSType
-
Uses of PolarCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return PolarCSTypeModifier and TypeMethodDescriptionGml311Factory.createPolarCSType()
Returns a new object of class 'Polar CS Type'.DocumentRoot.getPolarCS()
Returns the value of the 'Polar CS' containment reference.PolarCSRefType.getPolarCS()
Returns the value of the 'Polar CS' containment reference.Methods in net.opengis.gml311 with parameters of type PolarCSTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setPolarCS
(PolarCSType value) Sets the value of the 'Polar CS
' containment reference.void
PolarCSRefType.setPolarCS
(PolarCSType value) Sets the value of the 'Polar CS
' containment reference. -
Uses of PolarCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PolarCSTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Polar CS Type'.Fields in net.opengis.gml311.impl declared as PolarCSTypeModifier and TypeFieldDescriptionprotected PolarCSType
PolarCSRefTypeImpl.polarCS
The cached value of the 'Polar CS
' containment reference.Methods in net.opengis.gml311.impl that return PolarCSTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createPolarCSType()
DocumentRootImpl.getPolarCS()
PolarCSRefTypeImpl.getPolarCS()
Methods in net.opengis.gml311.impl with parameters of type PolarCSTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetPolarCS
(PolarCSType newPolarCS, NotificationChain msgs) NotificationChain
PolarCSRefTypeImpl.basicSetPolarCS
(PolarCSType newPolarCS, NotificationChain msgs) void
DocumentRootImpl.setPolarCS
(PolarCSType newPolarCS) void
PolarCSRefTypeImpl.setPolarCS
(PolarCSType newPolarCS) -
Uses of PolarCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PolarCSTypeModifier and TypeMethodDescriptionGml311Switch.casePolarCSType
(PolarCSType object) Returns the result of interpreting the object as an instance of 'Polar CS Type'.boolean
Gml311Validator.validatePolarCSType
(PolarCSType polarCSType, DiagnosticChain diagnostics, Map<Object, Object> context)